From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Wilcox Date: Wed, 08 Feb 2006 21:24:16 +0000 Subject: Re: [2.6 patch] let IA64_GENERIC select more stuff Message-Id: <20060208212416.GA1593@parisc-linux.org> List-Id: References: <43EA4557.6070107@sgi.com> <200602081955.k18Jtug12275@unix-os.sc.intel.com> In-Reply-To: <200602081955.k18Jtug12275@unix-os.sc.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: "Chen, Kenneth W" Cc: 'Jes Sorensen' , Alex Williamson , "Luck, Tony" , Adrian Bunk , Keith Owens , linux-ia64@vger.kernel.org, linux-kernel@vger.kernel.org On Wed, Feb 08, 2006 at 11:55:58AM -0800, Chen, Kenneth W wrote: > CONFIG_IA64_GENERIC select CONFIG_ACPI, and CONFIG_ACPI select CONFIG_PCI, > This whole thread is silly since the beginning and it is a moot point for > all of previous discussions. What are we talking about exactly?? I think the problem is that ia64 is abusing the 'select' feature. Select is a reverse dependency. It should be used to turn things on which are required for this option to work. Right now, the generic config uses it to turn on things which people think you probably want if you're building a generic kernel. IMO, the select statements should be deleted. They make it impossible to build a generic kernel without ACPI or NUMA. While both are ubiquitous in ia64 implementations, they really aren't mandatory.