From: Adrian Bunk ACPI should depend on, not select PCI. The practical differences should be nearly zero except that it avoids the illegal configuration PCI=y, X86_VOYAGER=y. Signed-off-by: Adrian Bunk Signed-off-by: Andrew Morton --- drivers/acpi/Kconfig | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/acpi/Kconfig~acpi-should-depend-on-not-select-pci drivers/acpi/Kconfig --- devel/drivers/acpi/Kconfig~acpi-should-depend-on-not-select-pci 2005-09-04 14:15:46.000000000 -0700 +++ devel-akpm/drivers/acpi/Kconfig 2005-09-04 14:15:46.000000000 -0700 @@ -10,8 +10,8 @@ menu "ACPI (Advanced Configuration and P config ACPI bool "ACPI Support" depends on IA64 || X86 + depends on PCI select PM - select PCI default y ---help--- _