]> bbs.cooldavid.org Git - net-next-2.6.git/blame - fs/afs/Kconfig
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs...
[net-next-2.6.git] / fs / afs / Kconfig
CommitLineData
b2480c7f
AD
1config AFS_FS
2 tristate "Andrew File System support (AFS) (EXPERIMENTAL)"
3 depends on INET && EXPERIMENTAL
4 select AF_RXRPC
07567a55 5 select DNS_RESOLVER
b2480c7f
AD
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
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.
9b3f26c9
DH
23
24config AFS_FSCACHE
25 bool "Provide AFS client caching support (EXPERIMENTAL)"
26 depends on EXPERIMENTAL
27 depends on AFS_FS=m && FSCACHE || AFS_FS=y && FSCACHE=y
28 help
29 Say Y here if you want AFS data to be cached locally on disk through
30 the generic filesystem cache manager