xref: /linux/fs/afs/Kconfig (revision 0c1bc6b84525b96aa9fb8f6fbe8c5cb26a5c0ead)
1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
2b2480c7fSAlexey Dobriyanconfig AFS_FS
38dbd5d6dSKees Cook	tristate "Andrew File System support (AFS)"
48dbd5d6dSKees Cook	depends on INET
5b2480c7fSAlexey Dobriyan	select AF_RXRPC
607567a55SWang Lei	select DNS_RESOLVER
7b2480c7fSAlexey Dobriyan	help
8b2480c7fSAlexey Dobriyan	  If you say Y here, you will get an experimental Andrew File System
9b2480c7fSAlexey Dobriyan	  driver. It currently only supports unsecured read-only AFS access.
10b2480c7fSAlexey Dobriyan
11*0c1bc6b8SMauro Carvalho Chehab	  See <file:Documentation/filesystems/afs.rst> for more information.
12b2480c7fSAlexey Dobriyan
13b2480c7fSAlexey Dobriyan	  If unsure, say N.
14b2480c7fSAlexey Dobriyan
15b2480c7fSAlexey Dobriyanconfig AFS_DEBUG
16b2480c7fSAlexey Dobriyan	bool "AFS dynamic debugging"
17b2480c7fSAlexey Dobriyan	depends on AFS_FS
18b2480c7fSAlexey Dobriyan	help
19b2480c7fSAlexey Dobriyan	  Say Y here to make runtime controllable debugging messages appear.
20b2480c7fSAlexey Dobriyan
21*0c1bc6b8SMauro Carvalho Chehab	  See <file:Documentation/filesystems/afs.rst> for more information.
22b2480c7fSAlexey Dobriyan
23b2480c7fSAlexey Dobriyan	  If unsure, say N.
249b3f26c9SDavid Howells
259b3f26c9SDavid Howellsconfig AFS_FSCACHE
268dbd5d6dSKees Cook	bool "Provide AFS client caching support"
279b3f26c9SDavid Howells	depends on AFS_FS=m && FSCACHE || AFS_FS=y && FSCACHE=y
289b3f26c9SDavid Howells	help
299b3f26c9SDavid Howells	  Say Y here if you want AFS data to be cached locally on disk through
309b3f26c9SDavid Howells	  the generic filesystem cache manager
31744bcd71SDavid Howells
32744bcd71SDavid Howellsconfig AFS_DEBUG_CURSOR
33744bcd71SDavid Howells	bool "AFS server cursor debugging"
34744bcd71SDavid Howells	depends on AFS_FS
35744bcd71SDavid Howells	help
36744bcd71SDavid Howells	  Say Y here to cause the contents of a server cursor to be dumped to
37744bcd71SDavid Howells	  the dmesg log if the server rotation algorithm fails to successfully
38744bcd71SDavid Howells	  contact a server.
39744bcd71SDavid Howells
40*0c1bc6b8SMauro Carvalho Chehab	  See <file:Documentation/filesystems/afs.rst> for more information.
41744bcd71SDavid Howells
42744bcd71SDavid Howells	  If unsure, say N.
43