Thomas Gleixner | ec8f24b | 2019-05-19 13:07:45 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Alexey Dobriyan | 0b09eb3 | 2009-01-22 10:54:16 +0300 | [diff] [blame] | 2 | config BEFS_FS |
Kees Cook | 5c8e022 | 2013-01-16 18:54:06 -0800 | [diff] [blame] | 3 | tristate "BeOS file system (BeFS) support (read only)" |
| 4 | depends on BLOCK |
Alexey Dobriyan | 0b09eb3 | 2009-01-22 10:54:16 +0300 | [diff] [blame] | 5 | select NLS |
| 6 | help |
| 7 | The BeOS File System (BeFS) is the native file system of Be, Inc's |
| 8 | BeOS. Notable features include support for arbitrary attributes |
| 9 | on files and directories, and database-like indices on selected |
| 10 | attributes. (Also note that this driver doesn't make those features |
| 11 | available at this time). It is a 64 bit filesystem, so it supports |
| 12 | extremely large volumes and files. |
| 13 | |
| 14 | If you use this filesystem, you should also say Y to at least one |
| 15 | of the NLS (native language support) options below. |
| 16 | |
| 17 | If you don't know what this is about, say N. |
| 18 | |
| 19 | To compile this as a module, choose M here: the module will be |
| 20 | called befs. |
| 21 | |
| 22 | config BEFS_DEBUG |
| 23 | bool "Debug BeFS" |
| 24 | depends on BEFS_FS |
| 25 | help |
| 26 | If you say Y here, you can use the 'debug' mount option to enable |
| 27 | debugging output from the driver. |