Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261630AbVCaSwJ (ORCPT ); Thu, 31 Mar 2005 13:52:09 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261623AbVCaSwI (ORCPT ); Thu, 31 Mar 2005 13:52:08 -0500 Received: from pfepc.post.tele.dk ([195.41.46.237]:62326 "EHLO pfepc.post.tele.dk") by vger.kernel.org with ESMTP id S261616AbVCaSv5 (ORCPT ); Thu, 31 Mar 2005 13:51:57 -0500 Date: Thu, 31 Mar 2005 20:52:26 +0200 From: Sam Ravnborg To: "Randy.Dunlap" Cc: ioe-lkml@axxeo.de, matthew@wil.cx, lkml , netdev@oss.sgi.com Subject: Re: [RFC/PATCH] network configs: disconnect network options from drivers Message-ID: <20050331185226.GA8146@mars.ravnborg.org> References: <20050330234709.1868eee5.randy.dunlap@verizon.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050330234709.1868eee5.randy.dunlap@verizon.net> User-Agent: Mutt/1.5.8i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 732 Lines: 34 On Wed, Mar 30, 2005 at 11:47:09PM -0800, Randy.Dunlap wrote: > > - some Networking options need to be qualified with CONFIG_NET You can something along the lines os: menu "Networking options and protocols" config NET bool "Networking support" default y if NET ... menu "Network device support" ... endmenu ... endif endmenu Then everything wrapped in between if NET/endif is dependent on NET without stating this explicitly. You will alos have the menu nice indented. Sam - 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/