Kconfig (da55e6f92830df9bba7c87438344479c60d44fdb) | Kconfig (928ea192959f188e6a4de95b293e3973887917b5) |
---|---|
1# 2# File system configuration 3# 4 5menu "File systems" 6 7if BLOCK 8 --- 203 unchanged lines hidden (view full) --- 212source "fs/jffs2/Kconfig" 213# UBIFS File system configuration 214source "fs/ubifs/Kconfig" 215source "fs/cramfs/Kconfig" 216source "fs/squashfs/Kconfig" 217source "fs/freevxfs/Kconfig" 218source "fs/minix/Kconfig" 219source "fs/omfs/Kconfig" | 1# 2# File system configuration 3# 4 5menu "File systems" 6 7if BLOCK 8 --- 203 unchanged lines hidden (view full) --- 212source "fs/jffs2/Kconfig" 213# UBIFS File system configuration 214source "fs/ubifs/Kconfig" 215source "fs/cramfs/Kconfig" 216source "fs/squashfs/Kconfig" 217source "fs/freevxfs/Kconfig" 218source "fs/minix/Kconfig" 219source "fs/omfs/Kconfig" |
220source "fs/hpfs/Kconfig" |
|
220 | 221 |
221config HPFS_FS 222 tristate "OS/2 HPFS file system support" 223 depends on BLOCK 224 help 225 OS/2 is IBM's operating system for PC's, the same as Warp, and HPFS 226 is the file system used for organizing files on OS/2 hard disk 227 partitions. Say Y if you want to be able to read files from and 228 write files to an OS/2 HPFS partition on your hard drive. OS/2 229 floppies however are in regular MSDOS format, so you don't need this 230 option in order to be able to read them. Read 231 <file:Documentation/filesystems/hpfs.txt>. 232 233 To compile this file system support as a module, choose M here: the 234 module will be called hpfs. If unsure, say N. 235 236 | |
237config QNX4FS_FS 238 tristate "QNX4 file system support (read only)" 239 depends on BLOCK 240 help 241 This is the file system used by the real-time operating systems 242 QNX 4 and QNX 6 (the latter is also called QNX RTP). 243 Further information is available at <http://www.qnx.com/>. 244 Say Y if you intend to mount QNX hard disks or floppies. --- 554 unchanged lines hidden --- | 222config QNX4FS_FS 223 tristate "QNX4 file system support (read only)" 224 depends on BLOCK 225 help 226 This is the file system used by the real-time operating systems 227 QNX 4 and QNX 6 (the latter is also called QNX RTP). 228 Further information is available at <http://www.qnx.com/>. 229 Say Y if you intend to mount QNX hard disks or floppies. --- 554 unchanged lines hidden --- |