Kconfig 898 B

12345678910111213141516171819202122232425262728293031
  1. config AFS_FS
  2. tristate "Andrew File System support (AFS) (EXPERIMENTAL)"
  3. depends on INET && EXPERIMENTAL
  4. select AF_RXRPC
  5. select DNS_RESOLVER
  6. help
  7. If you say Y here, you will get an experimental Andrew File System
  8. driver. It currently only supports unsecured read-only AFS access.
  9. See <file:Documentation/filesystems/afs.txt> for more information.
  10. If unsure, say N.
  11. config AFS_DEBUG
  12. bool "AFS dynamic debugging"
  13. depends on AFS_FS
  14. help
  15. Say Y here to make runtime controllable debugging messages appear.
  16. See <file:Documentation/filesystems/afs.txt> for more information.
  17. If unsure, say N.
  18. config AFS_FSCACHE
  19. bool "Provide AFS client caching support (EXPERIMENTAL)"
  20. depends on EXPERIMENTAL
  21. depends on AFS_FS=m && FSCACHE || AFS_FS=y && FSCACHE=y
  22. help
  23. Say Y here if you want AFS data to be cached locally on disk through
  24. the generic filesystem cache manager