Kconfig 917 B

1234567891011121314151617181920212223242526
  1. config BEFS_FS
  2. tristate "BeOS file system (BeFS) support (read only)"
  3. depends on BLOCK
  4. select NLS
  5. help
  6. The BeOS File System (BeFS) is the native file system of Be, Inc's
  7. BeOS. Notable features include support for arbitrary attributes
  8. on files and directories, and database-like indices on selected
  9. attributes. (Also note that this driver doesn't make those features
  10. available at this time). It is a 64 bit filesystem, so it supports
  11. extremely large volumes and files.
  12. If you use this filesystem, you should also say Y to at least one
  13. of the NLS (native language support) options below.
  14. If you don't know what this is about, say N.
  15. To compile this as a module, choose M here: the module will be
  16. called befs.
  17. config BEFS_DEBUG
  18. bool "Debug BeFS"
  19. depends on BEFS_FS
  20. help
  21. If you say Y here, you can use the 'debug' mount option to enable
  22. debugging output from the driver.