Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 config BEFS_FS
0003         tristate "BeOS file system (BeFS) support (read only)"
0004         depends on BLOCK
0005         select NLS
0006         help
0007           The BeOS File System (BeFS) is the native file system of Be, Inc's
0008           BeOS. Notable features include support for arbitrary attributes
0009           on files and directories, and database-like indices on selected
0010           attributes. (Also note that this driver doesn't make those features
0011           available at this time). It is a 64 bit filesystem, so it supports
0012           extremely large volumes and files.
0013 
0014           If you use this filesystem, you should also say Y to at least one
0015           of the NLS (native language support) options below.
0016 
0017           If you don't know what this is about, say N.
0018 
0019           To compile this as a module, choose M here: the module will be
0020           called befs.
0021 
0022 config BEFS_DEBUG
0023         bool "Debug BeFS"
0024         depends on BEFS_FS
0025         help
0026           If you say Y here, you can use the 'debug' mount option to enable
0027           debugging output from the driver.