* [PATCH] [pci]: fix PCI access mode dependences in arch/i386/Kconfig
@ 2004-07-30 10:39 Raphael Zimmerer
0 siblings, 0 replies; only message in thread
From: Raphael Zimmerer @ 2004-07-30 10:39 UTC (permalink / raw)
To: linux-kernel; +Cc: greg
[-- Attachment #1: Type: text/plain, Size: 980 bytes --]
PCI acces mode Configuration
Problem:
While all ACPI stuff is deselected, and PCI access mode is set to
"Any", CONFIG_ACPI_BOOT is going to be set because of CONFIG_PCI_MMCONFIG.
Solution:
If CONFIG_ACPI_BOOT is not allready set by other stuff, setting PCI access
mode to "Any" shouldn't set CONFIG_PCI_MMCONFIG. Anyhow, setting PCI access
mode to "MMConfig" should select CONFIG_ACPI_BOOT.
Regards,
Raphael
Signed-off-by: Raphael Zimmerer <killekulla@rdrz.de>
Kconfig | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
--- linux-2.6.8-rc2/arch/i386/Kconfig 2004-07-27 13:13:16.000000000 +0200
+++ linux-2.6.8-rc2-[uart]/arch/i386/Kconfig 2004-07-29 12:47:07.000000000 +0200
@@ -1105,7 +1105,7 @@
config PCI_MMCONFIG
bool
- depends on PCI && (PCI_GOMMCONFIG || PCI_GOANY)
+ depends on PCI && (PCI_GOMMCONFIG || (PCI_GOANY && ACPI_BOOT))
select ACPI_BOOT
default y
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-07-30 10:39 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-07-30 10:39 [PATCH] [pci]: fix PCI access mode dependences in arch/i386/Kconfig Raphael Zimmerer
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.