Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

[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
Loading
Loading
Loading
Loading
+2 −3
Original line number Original line Diff line number Diff line
@@ -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