summaryrefslogtreecommitdiffstats
path: root/net/Kconfig
diff options
context:
space:
mode:
authorRobert P. J. Day2008-07-30 12:14:01 +0200
committerDavid S. Miller2008-07-30 12:27:53 +0200
commit031cf19e6f63941506c9baf76ac7adac06edcf08 (patch)
tree71b951007dc4e416848290a78a2ebe269e208dfb /net/Kconfig
parentipv6: Fix useless proc net sockstat6 removal (diff)
downloadkernel-qcow2-linux-031cf19e6f63941506c9baf76ac7adac06edcf08.tar.gz
kernel-qcow2-linux-031cf19e6f63941506c9baf76ac7adac06edcf08.tar.xz
kernel-qcow2-linux-031cf19e6f63941506c9baf76ac7adac06edcf08.zip
net: Make "networking" one-click deselectable.
Use a menuconfig directive to make all of networking support one-click deselectable from the top-level menu. Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/Kconfig')
-rw-r--r--net/Kconfig7
1 files changed, 1 insertions, 6 deletions
diff --git a/net/Kconfig b/net/Kconfig
index b98668751749..7612cc8c337c 100644
--- a/net/Kconfig
+++ b/net/Kconfig
@@ -2,9 +2,7 @@
# Network configuration
#
-menu "Networking"
-
-config NET
+menuconfig NET
bool "Networking support"
---help---
Unless you really know what you are doing, you should say Y here.
@@ -22,7 +20,6 @@ config NET
recommended to read the NET-HOWTO, available from
<http://www.tldp.org/docs.html#howto>.
-# Make sure that all config symbols are dependent on NET
if NET
menu "Networking options"
@@ -252,5 +249,3 @@ source "net/rfkill/Kconfig"
source "net/9p/Kconfig"
endif # if NET
-endmenu # Networking
-