blob: 1ad211d72b3b4f15a5ffde80e55cca7a3639d5a7 [file] [log] [blame]
Thomas Gleixnerec8f24b2019-05-19 13:07:45 +01001# SPDX-License-Identifier: GPL-2.0-only
Alexey Dobriyanb2480c72009-01-22 11:16:02 +03002config AFS_FS
Kees Cook8dbd5d62013-01-16 18:54:05 -08003 tristate "Andrew File System support (AFS)"
4 depends on INET
Alexey Dobriyanb2480c72009-01-22 11:16:02 +03005 select AF_RXRPC
Wang Lei07567a52010-08-04 15:16:38 +01006 select DNS_RESOLVER
Alexey Dobriyanb2480c72009-01-22 11:16:02 +03007 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
Mauro Carvalho Chehab0c1bc6b2020-04-14 18:48:37 +020011 See <file:Documentation/filesystems/afs.rst> for more information.
Alexey Dobriyanb2480c72009-01-22 11:16:02 +030012
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
Mauro Carvalho Chehab0c1bc6b2020-04-14 18:48:37 +020021 See <file:Documentation/filesystems/afs.rst> for more information.
Alexey Dobriyanb2480c72009-01-22 11:16:02 +030022
23 If unsure, say N.
David Howells9b3f26c2009-04-03 16:42:41 +010024
25config AFS_FSCACHE
Kees Cook8dbd5d62013-01-16 18:54:05 -080026 bool "Provide AFS client caching support"
David Howells9b3f26c2009-04-03 16:42:41 +010027 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
David Howells744bcd72018-10-20 00:57:58 +010031
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
Mauro Carvalho Chehab0c1bc6b2020-04-14 18:48:37 +020040 See <file:Documentation/filesystems/afs.rst> for more information.
David Howells744bcd72018-10-20 00:57:58 +010041
42 If unsure, say N.