public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] CONFIG_INET depend on CONFIG_SYSCTL
@ 2007-06-12  7:38 Yoshinori Sato
  2007-06-12  8:08 ` David Miller
  0 siblings, 1 reply; 5+ messages in thread
From: Yoshinori Sato @ 2007-06-12  7:38 UTC (permalink / raw)
  To: lkml

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@users.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@users.sourceforge.jp>

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2007-06-22  7:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-12  7:38 [PATCH] CONFIG_INET depend on CONFIG_SYSCTL Yoshinori Sato
2007-06-12  8:08 ` David Miller
2007-06-13  5:59   ` Yoshinori Sato
2007-06-13  6:05     ` David Miller
2007-06-22  7:42       ` Yoshinori Sato

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox