blob: ebba3b18e5da6dd5ff7d27cd248218937ab19a0f [file] [log] [blame]
Alexey Dobriyanb2480c72009-01-22 11:16:02 +03001config AFS_FS
Kees Cook8dbd5d62013-01-16 18:54:05 -08002 tristate "Andrew File System support (AFS)"
3 depends on INET
Alexey Dobriyanb2480c72009-01-22 11:16:02 +03004 select AF_RXRPC
Wang Lei07567a52010-08-04 15:16:38 +01005 select DNS_RESOLVER
Alexey Dobriyanb2480c72009-01-22 11:16:02 +03006 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
10 See <file:Documentation/filesystems/afs.txt> for more information.
11
12 If unsure, say N.
13
14config AFS_DEBUG
15 bool "AFS dynamic debugging"
16 depends on AFS_FS
17 help
18 Say Y here to make runtime controllable debugging messages appear.
19
20 See <file:Documentation/filesystems/afs.txt> for more information.
21
22 If unsure, say N.
David Howells9b3f26c2009-04-03 16:42:41 +010023
24config AFS_FSCACHE
Kees Cook8dbd5d62013-01-16 18:54:05 -080025 bool "Provide AFS client caching support"
David Howells9b3f26c2009-04-03 16:42:41 +010026 depends on AFS_FS=m && FSCACHE || AFS_FS=y && FSCACHE=y
27 help
28 Say Y here if you want AFS data to be cached locally on disk through
29 the generic filesystem cache manager