xref: /openbmc/linux/fs/befs/Kconfig (revision 925c86a1)
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
5*925c86a1SChristoph Hellwig	select BUFFER_HEAD
60b09eb32SAlexey Dobriyan	select NLS
70b09eb32SAlexey Dobriyan	help
80b09eb32SAlexey Dobriyan	  The BeOS File System (BeFS) is the native file system of Be, Inc's
90b09eb32SAlexey Dobriyan	  BeOS. Notable features include support for arbitrary attributes
100b09eb32SAlexey Dobriyan	  on files and directories, and database-like indices on selected
110b09eb32SAlexey Dobriyan	  attributes. (Also note that this driver doesn't make those features
120b09eb32SAlexey Dobriyan	  available at this time). It is a 64 bit filesystem, so it supports
130b09eb32SAlexey Dobriyan	  extremely large volumes and files.
140b09eb32SAlexey Dobriyan
150b09eb32SAlexey Dobriyan	  If you use this filesystem, you should also say Y to at least one
160b09eb32SAlexey Dobriyan	  of the NLS (native language support) options below.
170b09eb32SAlexey Dobriyan
180b09eb32SAlexey Dobriyan	  If you don't know what this is about, say N.
190b09eb32SAlexey Dobriyan
200b09eb32SAlexey Dobriyan	  To compile this as a module, choose M here: the module will be
210b09eb32SAlexey Dobriyan	  called befs.
220b09eb32SAlexey Dobriyan
230b09eb32SAlexey Dobriyanconfig BEFS_DEBUG
240b09eb32SAlexey Dobriyan	bool "Debug BeFS"
250b09eb32SAlexey Dobriyan	depends on BEFS_FS
260b09eb32SAlexey Dobriyan	help
270b09eb32SAlexey Dobriyan	  If you say Y here, you can use the 'debug' mount option to enable
280b09eb32SAlexey Dobriyan	  debugging output from the driver.
29