From: Yoshinori Sato <ysato@users.sourceforge.jp>
To: lkml <linux-kernel@vger.kernel.org>
Subject: [PATCH] CONFIG_INET depend on CONFIG_SYSCTL
Date: Tue, 12 Jun 2007 16:38:55 +0900 [thread overview]
Message-ID: <m2sl8xfwq8.wl%ysato@users.sourceforge.jp> (raw)
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>
next reply other threads:[~2007-06-12 7:40 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-06-12 7:38 Yoshinori Sato [this message]
2007-06-12 8:08 ` [PATCH] CONFIG_INET depend on CONFIG_SYSCTL David Miller
2007-06-13 5:59 ` Yoshinori Sato
2007-06-13 6:05 ` David Miller
2007-06-22 7:42 ` Yoshinori Sato
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=m2sl8xfwq8.wl%ysato@users.sourceforge.jp \
--to=ysato@users.sourceforge.jp \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox