提交 031cf19e 编写于 作者: R Robert P. J. Day 提交者: David S. Miller

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: NRobert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 17ef51fc
...@@ -2,9 +2,7 @@ ...@@ -2,9 +2,7 @@
# Network configuration # Network configuration
# #
menu "Networking" menuconfig NET
config NET
bool "Networking support" bool "Networking support"
---help--- ---help---
Unless you really know what you are doing, you should say Y here. Unless you really know what you are doing, you should say Y here.
...@@ -22,7 +20,6 @@ config NET ...@@ -22,7 +20,6 @@ config NET
recommended to read the NET-HOWTO, available from recommended to read the NET-HOWTO, available from
<http://www.tldp.org/docs.html#howto>. <http://www.tldp.org/docs.html#howto>.
# Make sure that all config symbols are dependent on NET
if NET if NET
menu "Networking options" menu "Networking options"
...@@ -252,5 +249,3 @@ source "net/rfkill/Kconfig" ...@@ -252,5 +249,3 @@ source "net/rfkill/Kconfig"
source "net/9p/Kconfig" source "net/9p/Kconfig"
endif # if NET endif # if NET
endmenu # Networking
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册