1*0b09eb32SAlexey Dobriyanconfig BEFS_FS 2*0b09eb32SAlexey Dobriyan tristate "BeOS file system (BeFS) support (read only) (EXPERIMENTAL)" 3*0b09eb32SAlexey Dobriyan depends on BLOCK && EXPERIMENTAL 4*0b09eb32SAlexey Dobriyan select NLS 5*0b09eb32SAlexey Dobriyan help 6*0b09eb32SAlexey Dobriyan The BeOS File System (BeFS) is the native file system of Be, Inc's 7*0b09eb32SAlexey Dobriyan BeOS. Notable features include support for arbitrary attributes 8*0b09eb32SAlexey Dobriyan on files and directories, and database-like indices on selected 9*0b09eb32SAlexey Dobriyan attributes. (Also note that this driver doesn't make those features 10*0b09eb32SAlexey Dobriyan available at this time). It is a 64 bit filesystem, so it supports 11*0b09eb32SAlexey Dobriyan extremely large volumes and files. 12*0b09eb32SAlexey Dobriyan 13*0b09eb32SAlexey Dobriyan If you use this filesystem, you should also say Y to at least one 14*0b09eb32SAlexey Dobriyan of the NLS (native language support) options below. 15*0b09eb32SAlexey Dobriyan 16*0b09eb32SAlexey Dobriyan If you don't know what this is about, say N. 17*0b09eb32SAlexey Dobriyan 18*0b09eb32SAlexey Dobriyan To compile this as a module, choose M here: the module will be 19*0b09eb32SAlexey Dobriyan called befs. 20*0b09eb32SAlexey Dobriyan 21*0b09eb32SAlexey Dobriyanconfig BEFS_DEBUG 22*0b09eb32SAlexey Dobriyan bool "Debug BeFS" 23*0b09eb32SAlexey Dobriyan depends on BEFS_FS 24*0b09eb32SAlexey Dobriyan help 25*0b09eb32SAlexey Dobriyan If you say Y here, you can use the 'debug' mount option to enable 26*0b09eb32SAlexey Dobriyan debugging output from the driver. 27