[PATCH -mm 43/44] fs/Kconfig split: afs Signed-off-by: Alexey Dobriyan --- fs/Kconfig | 21 +-------------------- fs/afs/Kconfig | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+), 20 deletions(-) --- a/fs/Kconfig +++ b/fs/Kconfig @@ -459,26 +459,7 @@ source "fs/smbfs/Kconfig" source "fs/cifs/Kconfig" source "fs/ncpfs/Kconfig" source "fs/coda/Kconfig" - -config AFS_FS -# for fs/nls/Config.in - tristate "Andrew File System support (AFS) (Experimental)" - depends on INET && EXPERIMENTAL - select RXRPC - help - If you say Y here, you will get an experimental Andrew File System - driver. It currently only supports unsecured read-only AFS access. - - See for more intormation. - - If unsure, say N. - -config AFS_FSCACHE - bool "Provide AFS client caching support" - depends on AFS_FS && FSCACHE && EXPERIMENTAL - help - Say Y here if you want AFS data to be cached locally on through the - generic filesystem cache manager +source "fs/afs/Kconfig" config RXRPC tristate --- /dev/null +++ b/fs/afs/Kconfig @@ -0,0 +1,19 @@ +config AFS_FS +# for fs/nls/Config.in + tristate "Andrew File System support (AFS) (Experimental)" + depends on INET && EXPERIMENTAL + select RXRPC + help + If you say Y here, you will get an experimental Andrew File System + driver. It currently only supports unsecured read-only AFS access. + + See for more intormation. + + If unsure, say N. + +config AFS_FSCACHE + bool "Provide AFS client caching support" + depends on AFS_FS && FSCACHE && EXPERIMENTAL + help + Say Y here if you want AFS data to be cached locally on through the + generic filesystem cache manager