mirror of
https://github.com/torvalds/linux.git
synced 2024-11-16 17:12:06 +00:00
[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>
This commit is contained in:
parent
b77f2fa629
commit
e0009820ed
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user