public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [-mm patch] ACPI should depend on, not select PCI
@ 2005-09-03 11:54 Adrian Bunk
  0 siblings, 0 replies; only message in thread
From: Adrian Bunk @ 2005-09-03 11:54 UTC (permalink / raw)
  To: Brown, Len; +Cc: Adrian Bunk, acpi-devel, linux-kernel

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-09-03 11:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-09-03 11:54 [-mm patch] ACPI should depend on, not select PCI Adrian Bunk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox