aboutsummaryrefslogtreecommitdiffstats
path: root/fs/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'fs/Kconfig')
-rw-r--r--fs/Kconfig14
1 files changed, 11 insertions, 3 deletions
diff --git a/fs/Kconfig b/fs/Kconfig
index 3c4886b849f5..a42f767dcdd5 100644
--- a/fs/Kconfig
+++ b/fs/Kconfig
@@ -2019,7 +2019,8 @@ config CODA_FS_OLD_API
2019config AFS_FS 2019config AFS_FS
2020 tristate "Andrew File System support (AFS) (EXPERIMENTAL)" 2020 tristate "Andrew File System support (AFS) (EXPERIMENTAL)"
2021 depends on INET && EXPERIMENTAL 2021 depends on INET && EXPERIMENTAL
2022 select RXRPC 2022 select AF_RXRPC
2023 select KEYS
2023 help 2024 help
2024 If you say Y here, you will get an experimental Andrew File System 2025 If you say Y here, you will get an experimental Andrew File System
2025 driver. It currently only supports unsecured read-only AFS access. 2026 driver. It currently only supports unsecured read-only AFS access.
@@ -2028,8 +2029,15 @@ config AFS_FS
2028 2029
2029 If unsure, say N. 2030 If unsure, say N.
2030 2031
2031config RXRPC 2032config AFS_DEBUG
2032 tristate 2033 bool "AFS dynamic debugging"
2034 depends on AFS_FS
2035 help
2036 Say Y here to make runtime controllable debugging messages appear.
2037
2038 See <file:Documentation/filesystems/afs.txt> for more information.
2039
2040 If unsure, say N.
2033 2041
2034config 9P_FS 2042config 9P_FS
2035 tristate "Plan 9 Resource Sharing Support (9P2000) (Experimental)" 2043 tristate "Plan 9 Resource Sharing Support (9P2000) (Experimental)"