aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/Kconfig
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@gmx.de>2007-07-21 19:11:35 -0700
committerDavid S. Miller <davem@davemloft.net>2007-07-21 19:11:35 -0700
commite0009820edfa50267eb7a3e3c43f5530325a987b (patch)
tree1845d864ff6a0b94bfe3fec91ef9b8fadface4c5 /drivers/net/Kconfig
parent[IPV6]: endianness bug in ip6_tunnel (diff)
downloadlinux-dev-e0009820edfa50267eb7a3e3c43f5530325a987b.tar.xz
linux-dev-e0009820edfa50267eb7a3e3c43f5530325a987b.zip
[NET]: Make NETDEVICES depend on NET.
Enabling drivers from "Devices > Networking" (in menuconfig), for example SLIP and/or PLIP, throws link time errors when CONFIG_NET itself is =n. Have CONFIG_NETDEVICES depend on CONFIG_NET. Signed-off-by: Jan Engelhardt <jengelh@gmx.de> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r--drivers/net/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index 3073f679584b..f8a602caabcb 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -5,6 +5,7 @@
menuconfig NETDEVICES
default y if UML
+ depends on NET
bool "Network device support"
---help---
You can say N here if you don't intend to connect your Linux box to