Kconfig 827 B

1234567891011121314151617181920212223242526272829
  1. config AFS_FS
  2. tristate "Andrew File System support (AFS)"
  3. depends on INET
  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"
  20. depends on AFS_FS=m && FSCACHE || AFS_FS=y && FSCACHE=y
  21. help
  22. Say Y here if you want AFS data to be cached locally on disk through
  23. the generic filesystem cache manager