diff options
author | Randy Dunlap <rdunlap@xenotime.net> | 2006-09-26 02:11:21 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-09-28 20:53:56 -0400 |
commit | 1618cb0c9c2ac128beb94ff376e3367932ae6432 (patch) | |
tree | 48459d2a26440137f90e359302e3f96dfc7b6805 /drivers | |
parent | 83e331e2a492a134e491bcf50c984fd50c7fae03 (diff) |
[NETDEV] config: revert part of previous patch
Net devices should depend on NETDEVICES, so revert part of
Paolo's previous patch.
See http://marc.theaimsgroup.com/?l=linux-kernel&m=115566326218740&w=2
for history.
Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/net/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 63154774c257..ff8a8c0a26d5 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -24,6 +24,9 @@ config NETDEVICES | |||
24 | 24 | ||
25 | If unsure, say Y. | 25 | If unsure, say Y. |
26 | 26 | ||
27 | # All the following symbols are dependent on NETDEVICES - do not repeat | ||
28 | # that for each of the symbols. | ||
29 | if NETDEVICES | ||
27 | 30 | ||
28 | config IFB | 31 | config IFB |
29 | tristate "Intermediate Functional Block support" | 32 | tristate "Intermediate Functional Block support" |
@@ -2852,6 +2855,8 @@ config NETCONSOLE | |||
2852 | If you want to log kernel messages over the network, enable this. | 2855 | If you want to log kernel messages over the network, enable this. |
2853 | See <file:Documentation/networking/netconsole.txt> for details. | 2856 | See <file:Documentation/networking/netconsole.txt> for details. |
2854 | 2857 | ||
2858 | endif #NETDEVICES | ||
2859 | |||
2855 | config NETPOLL | 2860 | config NETPOLL |
2856 | def_bool NETCONSOLE | 2861 | def_bool NETCONSOLE |
2857 | 2862 | ||