Commit 3e11c3ce authored by Len Brown's avatar Len Brown Committed by Linus Torvalds

[PATCH] ACPI build fix

Fix 2.6.12 CONFIG_ACPI=n build regression.
CONFIG_ACPI_BOOT shall be set only if CONFIG_ACPI.
Signed-off-by: default avatarLen Brown <len.brown@intel.com>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 9920e914
...@@ -40,13 +40,12 @@ config ACPI ...@@ -40,13 +40,12 @@ config ACPI
available at: available at:
<http://www.acpi.info> <http://www.acpi.info>
if ACPI
config ACPI_BOOT config ACPI_BOOT
bool bool
depends on ACPI || X86_HT
default y default y
if ACPI
config ACPI_INTERPRETER config ACPI_INTERPRETER
bool bool
depends on !IA64_SGI_SN depends on !IA64_SGI_SN
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment