Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 031cf19e authored by Robert P. J. Day's avatar Robert P. J. Day Committed by David S. Miller
Browse files

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: default avatarRobert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 17ef51fc
Loading
Loading
Loading
Loading
+1 −6
Original line number Diff line number Diff line
@@ -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