[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <m2sl8xfwq8.wl%ysato@users.sourceforge.jp>
Date: Tue, 12 Jun 2007 16:38:55 +0900
From: Yoshinori Sato <ysato@...rs.sourceforge.jp>
To: lkml <linux-kernel@...r.kernel.org>
Subject: [PATCH] CONFIG_INET depend on CONFIG_SYSCTL
It cannot build with CONFIG_SYSCTL=n and CONFIG_INET=y.
In case of CONFIG_INET=y it should become CONFIG_SYSCTL=y.
Signed-off-by: Yoshinori Sato <ysato@...rs.sourceforge.jp>
diff --git a/net/Kconfig b/net/Kconfig
index f3de729..2e9a885 100644
--- a/net/Kconfig
+++ b/net/Kconfig
@@ -34,6 +34,7 @@ source "net/iucv/Kconfig"
config INET
bool "TCP/IP networking"
+ select SYSCTL
---help---
These are the protocols used on the Internet and on most local
Ethernets. It is highly recommended to say Y here (this will enlarge
--
Yoshinori Sato
<ysato@...rs.sourceforge.jp>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists