29 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config BEFS_FS3 tristate "BeOS file system (BeFS) support (read only)"4 depends on BLOCK5 select BUFFER_HEAD6 select NLS7 help8 The BeOS File System (BeFS) is the native file system of Be, Inc's9 BeOS. Notable features include support for arbitrary attributes10 on files and directories, and database-like indices on selected11 attributes. (Also note that this driver doesn't make those features12 available at this time). It is a 64 bit filesystem, so it supports13 extremely large volumes and files.14 15 If you use this filesystem, you should also say Y to at least one16 of the NLS (native language support) options below.17 18 If you don't know what this is about, say N.19 20 To compile this as a module, choose M here: the module will be21 called befs.22 23config BEFS_DEBUG24 bool "Debug BeFS"25 depends on BEFS_FS26 help27 If you say Y here, you can use the 'debug' mount option to enable28 debugging output from the driver.29