aboutsummaryrefslogtreecommitdiffstats
path: root/fs/Kconfig
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@computergmbh.de>2007-10-17 02:30:16 -0400
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-10-17 11:43:00 -0400
commitea0985ad7914d8226a81d0f1374ece7832e75e95 (patch)
treedc3c73a7ff17d65efd7b5346d7b3202d45d3b8db /fs/Kconfig
parenta77b645609084c030020bc58639d92da4316f410 (diff)
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 <jengelh@gmx.de> Cc: Trond Myklebust <trond.myklebust@fys.uio.no> Cc: "J. Bruce Fields" <bfields@fieldses.org> Cc: Steven French <sfrench@us.ibm.com> Cc: David Howells <dhowells@redhat.com> Cc: Eric Van Hensbergen <ericvh@hera.kernel.org> Cc: Neil Brown <neilb@suse.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/Kconfig')
-rw-r--r--fs/Kconfig16
1 files changed, 14 insertions, 2 deletions
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
1547 1547
1548endmenu 1548endmenu
1549 1549
1550menu "Network File Systems" 1550menuconfig NETWORK_FILESYSTEMS
1551 bool "Network File Systems"
1552 default y
1551 depends on NET 1553 depends on NET
1554 ---help---
1555 Say Y here to get to see options for network filesystems and
1556 filesystem-related networking code, such as NFS daemon and
1557 RPCSEC security modules.
1558 This option alone does not add any kernel code.
1559
1560 If you say N, all options in this submenu will be skipped and
1561 disabled; if unsure, say Y here.
1562
1563if NETWORK_FILESYSTEMS
1552 1564
1553config NFS_FS 1565config NFS_FS
1554 tristate "NFS file system support" 1566 tristate "NFS file system support"
@@ -2094,7 +2106,7 @@ config 9P_FS
2094 2106
2095 If unsure, say N. 2107 If unsure, say N.
2096 2108
2097endmenu 2109endif # NETWORK_FILESYSTEMS
2098 2110
2099if BLOCK 2111if BLOCK
2100menu "Partition Types" 2112menu "Partition Types"