[-mm patch] ACPI should depend on, not select PCI
From: Adrian Bunk (bunk_at_stusta.de)
Date: 09/03/05
- Previous message: Andreas Hartmann: "forbid to strace a program"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 3 Sep 2005 13:54:30 +0200 To: "Brown, Len" <len.brown@intel.com>
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@stusta.de>
--- 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@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- Previous message: Andreas Hartmann: "forbid to strace a program"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]