Re: [2.6 patch] let IA64_GENERIC select more stuff

From: Matthew Wilcox
Date: Wed Feb 08 2006 - 16:22:19 EST


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.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/