[PATCH] ACPI build fix for 2.6.12-rc5

From: Len Brown
Date: Fri May 27 2005 - 03:49:52 EST


Linus,
Please apply this CONFIG_ACPI=n build fix to 2.6.12-rc5

thanks,
Len

Fix 2.6.12 CONFIG_ACPI=n build regression.
CONFIG_ACPI_BOOT shall be set only if CONFIG_ACPI.

Signed-off-by: Len Brown <len.brown@xxxxxxxxx>

--- linux-2.6.12-rc5/drivers/acpi/Kconfig.orig 2005-05-27 04:34:21.000000000 -0400
+++ linux-2.6.12-rc5/drivers/acpi/Kconfig 2005-05-27 04:07:52.000000000 -0400
@@ -40,13 +40,12 @@ config ACPI
available at:
<http://www.acpi.info>

+if ACPI
+
config ACPI_BOOT
bool
- depends on ACPI || X86_HT
default y

-if ACPI
-
config ACPI_INTERPRETER
bool
depends on !IA64_SGI_SN
-
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/