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