Browse Source

[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>
Jan Engelhardt 18 years ago
parent
commit
e0009820ed
1 changed files with 1 additions and 0 deletions
  1. 1 0
      drivers/net/Kconfig

+ 1 - 0
drivers/net/Kconfig

@@ -5,6 +5,7 @@
 
 
 menuconfig NETDEVICES
 menuconfig NETDEVICES
 	default y if UML
 	default y if UML
+	depends on NET
 	bool "Network device support"
 	bool "Network device support"
 	---help---
 	---help---
 	  You can say N here if you don't intend to connect your Linux box to
 	  You can say N here if you don't intend to connect your Linux box to