10b09eb32SAlexey Dobriyanconfig BEFS_FS 25c8e0226SKees Cook tristate "BeOS file system (BeFS) support (read only)" 35c8e0226SKees Cook depends on BLOCK 40b09eb32SAlexey Dobriyan select NLS 50b09eb32SAlexey Dobriyan help 60b09eb32SAlexey Dobriyan The BeOS File System (BeFS) is the native file system of Be, Inc's 70b09eb32SAlexey Dobriyan BeOS. Notable features include support for arbitrary attributes 80b09eb32SAlexey Dobriyan on files and directories, and database-like indices on selected 90b09eb32SAlexey Dobriyan attributes. (Also note that this driver doesn't make those features 100b09eb32SAlexey Dobriyan available at this time). It is a 64 bit filesystem, so it supports 110b09eb32SAlexey Dobriyan extremely large volumes and files. 120b09eb32SAlexey Dobriyan 130b09eb32SAlexey Dobriyan If you use this filesystem, you should also say Y to at least one 140b09eb32SAlexey Dobriyan of the NLS (native language support) options below. 150b09eb32SAlexey Dobriyan 160b09eb32SAlexey Dobriyan If you don't know what this is about, say N. 170b09eb32SAlexey Dobriyan 180b09eb32SAlexey Dobriyan To compile this as a module, choose M here: the module will be 190b09eb32SAlexey Dobriyan called befs. 200b09eb32SAlexey Dobriyan 210b09eb32SAlexey Dobriyanconfig BEFS_DEBUG 220b09eb32SAlexey Dobriyan bool "Debug BeFS" 230b09eb32SAlexey Dobriyan depends on BEFS_FS 240b09eb32SAlexey Dobriyan help 250b09eb32SAlexey Dobriyan If you say Y here, you can use the 'debug' mount option to enable 260b09eb32SAlexey Dobriyan debugging output from the driver. 27