# SPDX-License-Identifier: GPL-2.0-only config [31mCONFIG_AFS_FS[0m tristate "Andrew File System support (AFS)" depends on [31mCONFIG_INET[0m select [31mCONFIG_AF_RXRPC[0m select [31mCONFIG_DNS_RESOLVER[0m help If you say Y here, you will get an experimental Andrew File System driver. It currently only supports unsecured read-only AFS access. See <file:Documentation/filesystems/afs.txt> for more information. If unsure, say N. config [31mCONFIG_AFS_DEBUG[0m bool "AFS dynamic debugging" depends on [31mCONFIG_AFS_FS[0m help Say Y here to make runtime controllable debugging messages appear. See <file:Documentation/filesystems/afs.txt> for more information. If unsure, say N. config [31mCONFIG_AFS_FSCACHE[0m bool "Provide AFS client caching support" depends on [31mCONFIG_AFS_FS[0m=m && [31mCONFIG_FSCACHE[0m || [31mCONFIG_AFS_FS[0m=y && [31mCONFIG_FSCACHE[0m=y help Say Y here if you want AFS data to be cached locally on disk through the generic filesystem cache manager config [31mCONFIG_AFS_DEBUG_CURSOR[0m bool "AFS server cursor debugging" depends on [31mCONFIG_AFS_FS[0m help Say Y here to cause the contents of a server cursor to be dumped to the dmesg log if the server rotation algorithm fails to successfully contact a server. See <file:Documentation/filesystems/afs.txt> for more information. If unsure, say N. |