Re: CONFIG_ACPI totally broken (2.6.9-rc1-mm2)

From: Len Brown
Date: Tue Aug 31 2004 - 20:49:52 EST


Martin,
Looks like having a config item simultaneously
depend on something and select it is a bad idea;-)
Let me know if this patch fixes the symptoms you see.
With your config and this patch I'm able to de-select
X86_HT and ACPI, which I think is what you were looking for, yes?

Andrew, thanks for spotting this earlier -- sorry I didn't
get back sooner.

thanks,
-Len

===== arch/i386/Kconfig 1.130 vs edited =====
--- 1.130/arch/i386/Kconfig Tue Aug 31 02:10:41 2004
+++ edited/arch/i386/Kconfig Tue Aug 31 21:35:30 2004
@@ -1141,7 +1141,7 @@

config PCI_MMCONFIG
bool
- depends on PCI && (PCI_GOMMCONFIG || (PCI_GOANY && ACPI))
+ depends on PCI && (PCI_GOMMCONFIG || PCI_GOANY)
select ACPI
default y