1 # SPDX-License-Identifier: GPL-2.0-only 2 config BEFS_FS 3 tristate "BeOS file system (BeFS) supp 4 depends on BLOCK 5 select BUFFER_HEAD 6 select NLS 7 help 8 The BeOS File System (BeFS) is the n 9 BeOS. Notable features include suppo 10 on files and directories, and databa 11 attributes. (Also note that this dri 12 available at this time). It is a 64 13 extremely large volumes and files. 14 15 If you use this filesystem, you shou 16 of the NLS (native language support) 17 18 If you don't know what this is about 19 20 To compile this as a module, choose 21 called befs. 22 23 config BEFS_DEBUG 24 bool "Debug BeFS" 25 depends on BEFS_FS 26 help 27 If you say Y here, you can use the ' 28 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.