···207207source "fs/hfs/Kconfig"208208source "fs/hfsplus/Kconfig"209209source "fs/befs/Kconfig"210210-211211-config BFS_FS212212- tristate "BFS file system support (EXPERIMENTAL)"213213- depends on BLOCK && EXPERIMENTAL214214- help215215- Boot File System (BFS) is a file system used under SCO UnixWare to216216- allow the bootloader access to the kernel image and other important217217- files during the boot process. It is usually mounted under /stand218218- and corresponds to the slice marked as "STAND" in the UnixWare219219- partition. You should say Y if you want to read or write the files220220- on your /stand slice from within Linux. You then also need to say Y221221- to "UnixWare slices support", below. More information about the BFS222222- file system is contained in the file223223- <file:Documentation/filesystems/bfs.txt>.224224-225225- If you don't know what this is about, say N.226226-227227- To compile this as a module, choose M here: the module will be called228228- bfs. Note that the file system of your root partition (the one229229- containing the directory /) cannot be compiled as a module.230230-231231-210210+source "fs/bfs/Kconfig"232211233212config EFS_FS234213 tristate "EFS file system support (read only) (EXPERIMENTAL)"
+19
fs/bfs/Kconfig
···11+config BFS_FS22+ tristate "BFS file system support (EXPERIMENTAL)"33+ depends on BLOCK && EXPERIMENTAL44+ help55+ Boot File System (BFS) is a file system used under SCO UnixWare to66+ allow the bootloader access to the kernel image and other important77+ files during the boot process. It is usually mounted under /stand88+ and corresponds to the slice marked as "STAND" in the UnixWare99+ partition. You should say Y if you want to read or write the files1010+ on your /stand slice from within Linux. You then also need to say Y1111+ to "UnixWare slices support", below. More information about the BFS1212+ file system is contained in the file1313+ <file:Documentation/filesystems/bfs.txt>.1414+1515+ If you don't know what this is about, say N.1616+1717+ To compile this as a module, choose M here: the module will be called1818+ bfs. Note that the file system of your root partition (the one1919+ containing the directory /) cannot be compiled as a module.