Merge tag 'xarray-4.20-rc7' of git://git.infradead.org/users/willy/linux-dax
[linux/fpc-iii.git] / fs / afs / Kconfig
blob701aaa9b18994a1e789adad6e7544817c320bc2b
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.
10           See <file:Documentation/filesystems/afs.txt> for more information.
12           If unsure, say N.
14 config 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.
20           See <file:Documentation/filesystems/afs.txt> for more information.
22           If unsure, say N.
24 config AFS_FSCACHE
25         bool "Provide AFS client caching support"
26         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
31 config AFS_DEBUG_CURSOR
32         bool "AFS server cursor debugging"
33         depends on AFS_FS
34         help
35           Say Y here to cause the contents of a server cursor to be dumped to
36           the dmesg log if the server rotation algorithm fails to successfully
37           contact a server.
39           See <file:Documentation/filesystems/afs.txt> for more information.
41           If unsure, say N.