···206206source "fs/ecryptfs/Kconfig"207207source "fs/hfs/Kconfig"208208source "fs/hfsplus/Kconfig"209209-210210-config BEFS_FS211211- tristate "BeOS file system (BeFS) support (read only) (EXPERIMENTAL)"212212- depends on BLOCK && EXPERIMENTAL213213- select NLS214214- help215215- The BeOS File System (BeFS) is the native file system of Be, Inc's216216- BeOS. Notable features include support for arbitrary attributes217217- on files and directories, and database-like indices on selected218218- attributes. (Also note that this driver doesn't make those features219219- available at this time). It is a 64 bit filesystem, so it supports220220- extremely large volumes and files.221221-222222- If you use this filesystem, you should also say Y to at least one223223- of the NLS (native language support) options below.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 be228228- called befs.229229-230230-config BEFS_DEBUG231231- bool "Debug BeFS"232232- depends on BEFS_FS233233- help234234- If you say Y here, you can use the 'debug' mount option to enable235235- debugging output from the driver.209209+source "fs/befs/Kconfig"236210237211config BFS_FS238212 tristate "BFS file system support (EXPERIMENTAL)"
+26
fs/befs/Kconfig
···11+config BEFS_FS22+ tristate "BeOS file system (BeFS) support (read only) (EXPERIMENTAL)"33+ depends on BLOCK && EXPERIMENTAL44+ select NLS55+ help66+ The BeOS File System (BeFS) is the native file system of Be, Inc's77+ BeOS. Notable features include support for arbitrary attributes88+ on files and directories, and database-like indices on selected99+ attributes. (Also note that this driver doesn't make those features1010+ available at this time). It is a 64 bit filesystem, so it supports1111+ extremely large volumes and files.1212+1313+ If you use this filesystem, you should also say Y to at least one1414+ of the NLS (native language support) options below.1515+1616+ If you don't know what this is about, say N.1717+1818+ To compile this as a module, choose M here: the module will be1919+ called befs.2020+2121+config BEFS_DEBUG2222+ bool "Debug BeFS"2323+ depends on BEFS_FS2424+ help2525+ If you say Y here, you can use the 'debug' mount option to enable2626+ debugging output from the driver.