Kconfig 1000 B

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