18c2ecf20Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0-only
28c2ecf20Sopenharmony_ciconfig AFS_FS
38c2ecf20Sopenharmony_ci	tristate "Andrew File System support (AFS)"
48c2ecf20Sopenharmony_ci	depends on INET
58c2ecf20Sopenharmony_ci	select AF_RXRPC
68c2ecf20Sopenharmony_ci	select DNS_RESOLVER
78c2ecf20Sopenharmony_ci	help
88c2ecf20Sopenharmony_ci	  If you say Y here, you will get an experimental Andrew File System
98c2ecf20Sopenharmony_ci	  driver. It currently only supports unsecured read-only AFS access.
108c2ecf20Sopenharmony_ci
118c2ecf20Sopenharmony_ci	  See <file:Documentation/filesystems/afs.rst> for more information.
128c2ecf20Sopenharmony_ci
138c2ecf20Sopenharmony_ci	  If unsure, say N.
148c2ecf20Sopenharmony_ci
158c2ecf20Sopenharmony_ciconfig AFS_DEBUG
168c2ecf20Sopenharmony_ci	bool "AFS dynamic debugging"
178c2ecf20Sopenharmony_ci	depends on AFS_FS
188c2ecf20Sopenharmony_ci	help
198c2ecf20Sopenharmony_ci	  Say Y here to make runtime controllable debugging messages appear.
208c2ecf20Sopenharmony_ci
218c2ecf20Sopenharmony_ci	  See <file:Documentation/filesystems/afs.rst> for more information.
228c2ecf20Sopenharmony_ci
238c2ecf20Sopenharmony_ci	  If unsure, say N.
248c2ecf20Sopenharmony_ci
258c2ecf20Sopenharmony_ciconfig AFS_FSCACHE
268c2ecf20Sopenharmony_ci	bool "Provide AFS client caching support"
278c2ecf20Sopenharmony_ci	depends on AFS_FS=m && FSCACHE || AFS_FS=y && FSCACHE=y
288c2ecf20Sopenharmony_ci	help
298c2ecf20Sopenharmony_ci	  Say Y here if you want AFS data to be cached locally on disk through
308c2ecf20Sopenharmony_ci	  the generic filesystem cache manager
318c2ecf20Sopenharmony_ci
328c2ecf20Sopenharmony_ciconfig AFS_DEBUG_CURSOR
338c2ecf20Sopenharmony_ci	bool "AFS server cursor debugging"
348c2ecf20Sopenharmony_ci	depends on AFS_FS
358c2ecf20Sopenharmony_ci	help
368c2ecf20Sopenharmony_ci	  Say Y here to cause the contents of a server cursor to be dumped to
378c2ecf20Sopenharmony_ci	  the dmesg log if the server rotation algorithm fails to successfully
388c2ecf20Sopenharmony_ci	  contact a server.
398c2ecf20Sopenharmony_ci
408c2ecf20Sopenharmony_ci	  See <file:Documentation/filesystems/afs.rst> for more information.
418c2ecf20Sopenharmony_ci
428c2ecf20Sopenharmony_ci	  If unsure, say N.
43