|
@@ -2,9 +2,7 @@
|
|
# Network configuration
|
|
# Network configuration
|
|
#
|
|
#
|
|
|
|
|
|
-menu "Networking"
|
|
|
|
-
|
|
|
|
-config NET
|
|
|
|
|
|
+menuconfig 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
|
|
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"
|
|
source "net/9p/Kconfig"
|
|
source "net/9p/Kconfig"
|
|
|
|
|
|
endif # if NET
|
|
endif # if NET
|
|
-endmenu # Networking
|
|
|
|
-
|
|
|