From 9bfefb33e48c763ac3057e2138943b088b1f86a2 Mon Sep 17 00:00:00 2001 From: Randy Dunlap Date: Mon, 25 Sep 2006 23:11:21 -0700 Subject: [PATCH] --- yaml --- r: 36758 b: refs/heads/master c: 1618cb0c9c2ac128beb94ff376e3367932ae6432 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/net/Kconfig | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 127cd6f8848b..d264481021be 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 83e331e2a492a134e491bcf50c984fd50c7fae03 +refs/heads/master: 1618cb0c9c2ac128beb94ff376e3367932ae6432 diff --git a/trunk/drivers/net/Kconfig b/trunk/drivers/net/Kconfig index 63154774c257..ff8a8c0a26d5 100644 --- a/trunk/drivers/net/Kconfig +++ b/trunk/drivers/net/Kconfig @@ -24,6 +24,9 @@ config NETDEVICES If unsure, say Y. +# All the following symbols are dependent on NETDEVICES - do not repeat +# that for each of the symbols. +if NETDEVICES config IFB tristate "Intermediate Functional Block support" @@ -2852,6 +2855,8 @@ config NETCONSOLE If you want to log kernel messages over the network, enable this. See for details. +endif #NETDEVICES + config NETPOLL def_bool NETCONSOLE