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 --- 25/drivers/acpi/Kconfig~acpi-should-depend-on-not-select-pci Fri Oct 28 14:59:08 2005 +++ 25-akpm/drivers/acpi/Kconfig Fri Oct 28 14:59:21 2005 @@ -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--- _