Kconfig 980 B

1234567891011121314151617181920212223242526272829303132
  1. config 9P_FS
  2. tristate "Plan 9 Resource Sharing Support (9P2000) (Experimental)"
  3. depends on INET && NET_9P && EXPERIMENTAL
  4. help
  5. If you say Y here, you will get experimental support for
  6. Plan 9 resource sharing via the 9P2000 protocol.
  7. See <http://v9fs.sf.net> for more information.
  8. If unsure, say N.
  9. config 9P_FSCACHE
  10. bool "Enable 9P client caching support (EXPERIMENTAL)"
  11. depends on EXPERIMENTAL
  12. depends on 9P_FS=m && FSCACHE || 9P_FS=y && FSCACHE=y
  13. help
  14. Choose Y here to enable persistent, read-only local
  15. caching support for 9p clients using FS-Cache
  16. config 9P_FS_POSIX_ACL
  17. bool "9P POSIX Access Control Lists"
  18. depends on 9P_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