Commit 031cf19e6f63941506c9baf76ac7adac06edcf08

Authored by Robert P. J. Day
Committed by David S. Miller
1 parent 17ef51fce0

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>

Showing 1 changed file with 1 additions and 6 deletions Side-by-side Diff

... ... @@ -2,9 +2,7 @@
2 2 # Network configuration
3 3 #
4 4  
5   -menu "Networking"
6   -
7   -config NET
  5 +menuconfig NET
8 6 bool "Networking support"
9 7 ---help---
10 8 Unless you really know what you are doing, you should say Y here.
... ... @@ -22,7 +20,6 @@
22 20 recommended to read the NET-HOWTO, available from
23 21 <http://www.tldp.org/docs.html#howto>.
24 22  
25   -# Make sure that all config symbols are dependent on NET
26 23 if NET
27 24  
28 25 menu "Networking options"
... ... @@ -252,5 +249,4 @@
252 249 source "net/9p/Kconfig"
253 250  
254 251 endif # if NET
255   -endmenu # Networking