Thomas Gleixner | ec8f24b | 2019-05-19 13:07:45 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Alexey Dobriyan | b2480c7 | 2009-01-22 11:16:02 +0300 | [diff] [blame] | 2 | config AFS_FS |
Kees Cook | 8dbd5d6 | 2013-01-16 18:54:05 -0800 | [diff] [blame] | 3 | tristate "Andrew File System support (AFS)" |
| 4 | depends on INET |
Alexey Dobriyan | b2480c7 | 2009-01-22 11:16:02 +0300 | [diff] [blame] | 5 | select AF_RXRPC |
Wang Lei | 07567a5 | 2010-08-04 15:16:38 +0100 | [diff] [blame] | 6 | select DNS_RESOLVER |
David Howells | 5cbf039 | 2020-02-06 14:22:29 +0000 | [diff] [blame] | 7 | select NETFS_SUPPORT |
Alexey Dobriyan | b2480c7 | 2009-01-22 11:16:02 +0300 | [diff] [blame] | 8 | help |
| 9 | If you say Y here, you will get an experimental Andrew File System |
| 10 | driver. It currently only supports unsecured read-only AFS access. |
| 11 | |
Mauro Carvalho Chehab | 0c1bc6b | 2020-04-14 18:48:37 +0200 | [diff] [blame] | 12 | See <file:Documentation/filesystems/afs.rst> for more information. |
Alexey Dobriyan | b2480c7 | 2009-01-22 11:16:02 +0300 | [diff] [blame] | 13 | |
| 14 | If unsure, say N. |
| 15 | |
| 16 | config AFS_DEBUG |
| 17 | bool "AFS dynamic debugging" |
| 18 | depends on AFS_FS |
| 19 | help |
| 20 | Say Y here to make runtime controllable debugging messages appear. |
| 21 | |
Mauro Carvalho Chehab | 0c1bc6b | 2020-04-14 18:48:37 +0200 | [diff] [blame] | 22 | See <file:Documentation/filesystems/afs.rst> for more information. |
Alexey Dobriyan | b2480c7 | 2009-01-22 11:16:02 +0300 | [diff] [blame] | 23 | |
| 24 | If unsure, say N. |
David Howells | 9b3f26c | 2009-04-03 16:42:41 +0100 | [diff] [blame] | 25 | |
| 26 | config AFS_FSCACHE |
Kees Cook | 8dbd5d6 | 2013-01-16 18:54:05 -0800 | [diff] [blame] | 27 | bool "Provide AFS client caching support" |
David Howells | 9b3f26c | 2009-04-03 16:42:41 +0100 | [diff] [blame] | 28 | depends on AFS_FS=m && FSCACHE || AFS_FS=y && FSCACHE=y |
| 29 | help |
| 30 | Say Y here if you want AFS data to be cached locally on disk through |
| 31 | the generic filesystem cache manager |
David Howells | 744bcd7 | 2018-10-20 00:57:58 +0100 | [diff] [blame] | 32 | |
| 33 | config AFS_DEBUG_CURSOR |
| 34 | bool "AFS server cursor debugging" |
| 35 | depends on AFS_FS |
| 36 | help |
| 37 | Say Y here to cause the contents of a server cursor to be dumped to |
| 38 | the dmesg log if the server rotation algorithm fails to successfully |
| 39 | contact a server. |
| 40 | |
Mauro Carvalho Chehab | 0c1bc6b | 2020-04-14 18:48:37 +0200 | [diff] [blame] | 41 | See <file:Documentation/filesystems/afs.rst> for more information. |
David Howells | 744bcd7 | 2018-10-20 00:57:58 +0100 | [diff] [blame] | 42 | |
| 43 | If unsure, say N. |