From: Jan Engelhardt Date: Wed, 17 Oct 2007 06:30:16 +0000 (-0700) Subject: menuconfig: transform Network Filesystems menu X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=ea0985ad7914d8226a81d0f1374ece7832e75e95;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git menuconfig: transform Network Filesystems menu Turn Network File Systems into a menuconfig so that it can be disabled at once. (Note: I added a "default y". If you do not like that, speak up.) Signed-off-by: Jan Engelhardt Cc: Trond Myklebust Cc: "J. Bruce Fields" Cc: Steven French Cc: David Howells Cc: Eric Van Hensbergen Cc: Neil Brown Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/fs/Kconfig b/fs/Kconfig index dc06033f8502..d8062745716a 100644 --- a/fs/Kconfig +++ b/fs/Kconfig @@ -1547,8 +1547,20 @@ config UFS_DEBUG endmenu -menu "Network File Systems" +menuconfig NETWORK_FILESYSTEMS + bool "Network File Systems" + default y depends on NET + ---help--- + Say Y here to get to see options for network filesystems and + filesystem-related networking code, such as NFS daemon and + RPCSEC security modules. + This option alone does not add any kernel code. + + If you say N, all options in this submenu will be skipped and + disabled; if unsure, say Y here. + +if NETWORK_FILESYSTEMS config NFS_FS tristate "NFS file system support" @@ -2094,7 +2106,7 @@ config 9P_FS If unsure, say N. -endmenu +endif # NETWORK_FILESYSTEMS if BLOCK menu "Partition Types"