|
@@ -4,9 +4,9 @@
|
|
#
|
|
#
|
|
|
|
|
|
menu "Network device support"
|
|
menu "Network device support"
|
|
|
|
+ depends on NET
|
|
|
|
|
|
config NETDEVICES
|
|
config NETDEVICES
|
|
- depends on NET
|
|
|
|
default y if UML
|
|
default y if UML
|
|
bool "Network device support"
|
|
bool "Network device support"
|
|
---help---
|
|
---help---
|
|
@@ -24,9 +24,6 @@ config NETDEVICES
|
|
|
|
|
|
If unsure, say Y.
|
|
If unsure, say Y.
|
|
|
|
|
|
-# All the following symbols are dependent on NETDEVICES - do not repeat
|
|
|
|
-# that for each of the symbols.
|
|
|
|
-if NETDEVICES
|
|
|
|
|
|
|
|
config IFB
|
|
config IFB
|
|
tristate "Intermediate Functional Block support"
|
|
tristate "Intermediate Functional Block support"
|
|
@@ -2718,8 +2715,6 @@ config NETCONSOLE
|
|
If you want to log kernel messages over the network, enable this.
|
|
If you want to log kernel messages over the network, enable this.
|
|
See <file:Documentation/networking/netconsole.txt> for details.
|
|
See <file:Documentation/networking/netconsole.txt> for details.
|
|
|
|
|
|
-endif #NETDEVICES
|
|
|
|
-
|
|
|
|
config NETPOLL
|
|
config NETPOLL
|
|
def_bool NETCONSOLE
|
|
def_bool NETCONSOLE
|
|
|
|
|