Skip to content

Commit

Permalink
[PATCH] ACPI build fix
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Len Brown authored and Linus Torvalds committed May 27, 2005
1 parent 9920e91 commit 3e11c3c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions drivers/acpi/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3e11c3c

Please sign in to comment.