0001 # SPDX-License-Identifier: GPL-2.0-only
0002 config AFS_FS
0003 tristate "Andrew File System support (AFS)"
0004 depends on INET
0005 select AF_RXRPC
0006 select DNS_RESOLVER
0007 select NETFS_SUPPORT
0008 help
0009 If you say Y here, you will get an experimental Andrew File System
0010 driver. It currently only supports unsecured read-only AFS access.
0011
0012 See <file:Documentation/filesystems/afs.rst> for more information.
0013
0014 If unsure, say N.
0015
0016 config AFS_DEBUG
0017 bool "AFS dynamic debugging"
0018 depends on AFS_FS
0019 help
0020 Say Y here to make runtime controllable debugging messages appear.
0021
0022 See <file:Documentation/filesystems/afs.rst> for more information.
0023
0024 If unsure, say N.
0025
0026 config AFS_FSCACHE
0027 bool "Provide AFS client caching support"
0028 depends on AFS_FS=m && FSCACHE || AFS_FS=y && FSCACHE=y
0029 help
0030 Say Y here if you want AFS data to be cached locally on disk through
0031 the generic filesystem cache manager
0032
0033 config AFS_DEBUG_CURSOR
0034 bool "AFS server cursor debugging"
0035 depends on AFS_FS
0036 help
0037 Say Y here to cause the contents of a server cursor to be dumped to
0038 the dmesg log if the server rotation algorithm fails to successfully
0039 contact a server.
0040
0041 See <file:Documentation/filesystems/afs.rst> for more information.
0042
0043 If unsure, say N.