diff options
Diffstat (limited to 'fs/Kconfig')
-rw-r--r-- | fs/Kconfig | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/fs/Kconfig b/fs/Kconfig index 3c4886b849f5..075c9997ddc5 100644 --- a/fs/Kconfig +++ b/fs/Kconfig | |||
@@ -2019,7 +2019,7 @@ config CODA_FS_OLD_API | |||
2019 | config AFS_FS | 2019 | config 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 | help | 2023 | help |
2024 | If you say Y here, you will get an experimental Andrew File System | 2024 | If you say Y here, you will get an experimental Andrew File System |
2025 | driver. It currently only supports unsecured read-only AFS access. | 2025 | driver. It currently only supports unsecured read-only AFS access. |
@@ -2028,6 +2028,17 @@ config AFS_FS | |||
2028 | 2028 | ||
2029 | If unsure, say N. | 2029 | If unsure, say N. |
2030 | 2030 | ||
2031 | config AFS_DEBUG | ||
2032 | bool "AFS dynamic debugging" | ||
2033 | depends on AFS_FS | ||
2034 | help | ||
2035 | Say Y here to make runtime controllable debugging messages appear. | ||
2036 | |||
2037 | See <file:Documentation/filesystems/afs.txt> for more information. | ||
2038 | |||
2039 | If unsure, say N. | ||
2040 | |||
2041 | |||
2031 | config RXRPC | 2042 | config RXRPC |
2032 | tristate | 2043 | tristate |
2033 | 2044 | ||