From: Alexey Dobriyan Part of a 44-patch series to split fs/Kconfig into many fs//Kconfig files. Not realy suitable for applying to subsystem git trees (please). Signed-off-by: Alexey Dobriyan Signed-off-by: Andrew Morton --- fs/Kconfig | 21 +-------------------- fs/afs/Kconfig | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+), 20 deletions(-) diff -puN fs/Kconfig~fs-kconfig-split-afs fs/Kconfig --- a/fs/Kconfig~fs-kconfig-split-afs +++ a/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 diff -puN /dev/null fs/afs/Kconfig --- /dev/null +++ a/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 _