aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/Kconfig
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2005-07-19 14:00:53 -0700
committerDavid S. Miller <davem@davemloft.net>2005-07-19 14:00:53 -0700
commit23a534e7b1ad2650002bbc236493791ac23440ee (patch)
tree76a8c8a1cb3ff915fdb337242a073f651998915d /drivers/net/Kconfig
parent[NET]: BRIDGE_EBT_ARPREPLY must depend on INET (diff)
downloadlinux-dev-23a534e7b1ad2650002bbc236493791ac23440ee.tar.xz
linux-dev-23a534e7b1ad2650002bbc236493791ac23440ee.zip
[NET]: NETCONSOLE must depend on INET
NETCONSOLE=y and INET=n results in the following compile error: net/built-in.o: In function `netpoll_parse_options': : undefined reference to `in_aton' net/built-in.o: In function `netpoll_parse_options': : undefined reference to `in_aton' Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r--drivers/net/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index f827f0a1e1a6..534b598866b3 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -2544,7 +2544,7 @@ config SHAPER
config NETCONSOLE
tristate "Network console logging support (EXPERIMENTAL)"
- depends on NETDEVICES && EXPERIMENTAL
+ depends on NETDEVICES && INET && EXPERIMENTAL
---help---
If you want to log kernel messages over the network, enable this.
See <file:Documentation/networking/netconsole.txt> for details.