[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: Len Brown <len.brown@intel.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

authored by Len Brown and committed by Linus Torvalds 3e11c3ce 9920e914

+2 -3
+2 -3
drivers/acpi/Kconfig
··· 40 40 available at: 41 41 <http://www.acpi.info> 42 42 43 + if ACPI 44 + 43 45 config ACPI_BOOT 44 46 bool 45 - depends on ACPI || X86_HT 46 47 default y 47 - 48 - if ACPI 49 48 50 49 config ACPI_INTERPRETER 51 50 bool