[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>
This commit is contained in:
committed by
Linus Torvalds
parent
9920e91450
commit
3e11c3ce0a
@@ -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
|
||||||
|
Reference in New Issue
Block a user