^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1) # SPDX-License-Identifier: GPL-2.0-only
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 2) config AFS_FS
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 3) tristate "Andrew File System support (AFS)"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 4) depends on INET
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 5) select AF_RXRPC
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 6) select DNS_RESOLVER
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 7) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 8) If you say Y here, you will get an experimental Andrew File System
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 9) driver. It currently only supports unsecured read-only AFS access.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) See <file:Documentation/filesystems/afs.rst> for more information.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) If unsure, say N.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) config AFS_DEBUG
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) bool "AFS dynamic debugging"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) depends on AFS_FS
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) Say Y here to make runtime controllable debugging messages appear.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21) See <file:Documentation/filesystems/afs.rst> for more information.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 23) If unsure, say N.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 24)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 25) config AFS_FSCACHE
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 26) bool "Provide AFS client caching support"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 27) depends on AFS_FS=m && FSCACHE || AFS_FS=y && FSCACHE=y
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 28) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 29) Say Y here if you want AFS data to be cached locally on disk through
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 30) the generic filesystem cache manager
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 31)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 32) config AFS_DEBUG_CURSOR
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 33) bool "AFS server cursor debugging"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 34) depends on AFS_FS
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 35) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 36) Say Y here to cause the contents of a server cursor to be dumped to
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 37) the dmesg log if the server rotation algorithm fails to successfully
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 38) contact a server.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 39)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 40) See <file:Documentation/filesystems/afs.rst> for more information.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 41)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 42) If unsure, say N.