1 # SPDX-License-Identifier: GPL-2.0-only << 2 config BEFS_FS 1 config BEFS_FS 3 tristate "BeOS file system (BeFS) supp 2 tristate "BeOS file system (BeFS) support (read only)" 4 depends on BLOCK 3 depends on BLOCK 5 select BUFFER_HEAD << 6 select NLS 4 select NLS 7 help 5 help 8 The BeOS File System (BeFS) is the n 6 The BeOS File System (BeFS) is the native file system of Be, Inc's 9 BeOS. Notable features include suppo 7 BeOS. Notable features include support for arbitrary attributes 10 on files and directories, and databa 8 on files and directories, and database-like indices on selected 11 attributes. (Also note that this dri 9 attributes. (Also note that this driver doesn't make those features 12 available at this time). It is a 64 10 available at this time). It is a 64 bit filesystem, so it supports 13 extremely large volumes and files. 11 extremely large volumes and files. 14 12 15 If you use this filesystem, you shou 13 If you use this filesystem, you should also say Y to at least one 16 of the NLS (native language support) 14 of the NLS (native language support) options below. 17 15 18 If you don't know what this is about 16 If you don't know what this is about, say N. 19 17 20 To compile this as a module, choose 18 To compile this as a module, choose M here: the module will be 21 called befs. 19 called befs. 22 20 23 config BEFS_DEBUG 21 config BEFS_DEBUG 24 bool "Debug BeFS" 22 bool "Debug BeFS" 25 depends on BEFS_FS 23 depends on BEFS_FS 26 help 24 help 27 If you say Y here, you can use the ' 25 If you say Y here, you can use the 'debug' mount option to enable 28 debugging output from the driver. 26 debugging output from the driver.
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.