Kconfig 1.0 KB

12345678910111213141516171819202122232425262728293031323334
  1. config BTRFS_FS
  2. tristate "Btrfs filesystem (EXPERIMENTAL) Unstable disk format"
  3. depends on EXPERIMENTAL
  4. select LIBCRC32C
  5. select ZLIB_INFLATE
  6. select ZLIB_DEFLATE
  7. select LZO_COMPRESS
  8. select LZO_DECOMPRESS
  9. help
  10. Btrfs is a new filesystem with extents, writable snapshotting,
  11. support for multiple devices and many more features.
  12. Btrfs is highly experimental, and THE DISK FORMAT IS NOT YET
  13. FINALIZED. You should say N here unless you are interested in
  14. testing Btrfs with non-critical data.
  15. To compile this file system support as a module, choose M here. The
  16. module will be called btrfs.
  17. If unsure, say N.
  18. config BTRFS_FS_POSIX_ACL
  19. bool "Btrfs POSIX Access Control Lists"
  20. depends on BTRFS_FS
  21. select FS_POSIX_ACL
  22. help
  23. POSIX Access Control Lists (ACLs) support permissions for users and
  24. groups beyond the owner/group/world scheme.
  25. To learn more about Access Control Lists, visit the POSIX ACLs for
  26. Linux website <http://acl.bestbits.at/>.
  27. If you don't know what Access Control Lists are, say N