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