[-mm patch] ACPI should depend on, not select PCI

From: Adrian Bunk
Date: Sat Sep 03 2005 - 06:58:44 EST


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 <bunk@xxxxxxxxx>

--- linux-2.6.13-mm1-full/drivers/acpi/Kconfig.old 2005-09-03 06:08:37.000000000 +0200
+++ linux-2.6.13-mm1-full/drivers/acpi/Kconfig 2005-09-03 06:08:58.000000000 +0200
@@ -10,8 +10,8 @@
config ACPI
bool "ACPI Support"
depends on IA64 || X86
+ depends on PCI
select PM
- select PCI

default y
---help---

-
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/