Skip to content

Commit

Permalink
net: Make "networking" one-click deselectable.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Robert P. J. Day authored and David S. Miller committed Jul 30, 2008
1 parent 17ef51f commit 031cf19
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions net/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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"
Expand Down Expand Up @@ -252,5 +249,3 @@ source "net/rfkill/Kconfig"
source "net/9p/Kconfig"

endif # if NET
endmenu # Networking

0 comments on commit 031cf19

Please sign in to comment.