mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
5c8e0226e7
The CONFIG_EXPERIMENTAL config item has not carried much meaning for a while now and is almost always enabled by default. As agreed during the Linux kernel summit, remove it from any "depends on" lines in Kconfigs. Cc: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Kees Cook <keescook@chromium.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
26 lines
917 B
Text
26 lines
917 B
Text
config BEFS_FS
|
|
tristate "BeOS file system (BeFS) support (read only)"
|
|
depends on BLOCK
|
|
select NLS
|
|
help
|
|
The BeOS File System (BeFS) is the native file system of Be, Inc's
|
|
BeOS. Notable features include support for arbitrary attributes
|
|
on files and directories, and database-like indices on selected
|
|
attributes. (Also note that this driver doesn't make those features
|
|
available at this time). It is a 64 bit filesystem, so it supports
|
|
extremely large volumes and files.
|
|
|
|
If you use this filesystem, you should also say Y to at least one
|
|
of the NLS (native language support) options below.
|
|
|
|
If you don't know what this is about, say N.
|
|
|
|
To compile this as a module, choose M here: the module will be
|
|
called befs.
|
|
|
|
config BEFS_DEBUG
|
|
bool "Debug BeFS"
|
|
depends on BEFS_FS
|
|
help
|
|
If you say Y here, you can use the 'debug' mount option to enable
|
|
debugging output from the driver.
|