Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756212AbXFLHkW (ORCPT ); Tue, 12 Jun 2007 03:40:22 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753217AbXFLHkL (ORCPT ); Tue, 12 Jun 2007 03:40:11 -0400 Received: from mail1.asahi-net.or.jp ([202.224.39.197]:16686 "EHLO mail.asahi-net.or.jp" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753212AbXFLHkK (ORCPT ); Tue, 12 Jun 2007 03:40:10 -0400 Date: Tue, 12 Jun 2007 16:38:55 +0900 Message-ID: From: Yoshinori Sato To: lkml Subject: [PATCH] CONFIG_INET depend on CONFIG_SYSCTL User-Agent: Wanderlust/2.15.5 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (=?ISO-8859-4?Q?Shij=F2?=) APEL/10.6 Emacs/22.0.93 (i486-pc-linux-gnu) MULE/5.0 (SAKAKI) Organization: SIOS Technology, Inc. MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 830 Lines: 26 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 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 - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/