projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9920e91
)
[PATCH] ACPI build fix
author
Len Brown
<lenb@toshiba.hsd1.ma.comcast.net>
Fri, 27 May 2005 08:53:27 +0000
(
04:53
-0400)
committer
Linus Torvalds
<torvalds@ppc970.osdl.org>
Fri, 27 May 2005 15:15:05 +0000
(08:15 -0700)
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>
drivers/acpi/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/acpi/Kconfig
b/drivers/acpi/Kconfig
index 0400a52d50855744a0a23d331db4a1928263789f..670fdb5142d17d3da59717b844560c861bbad8a5 100644
(file)
--- a/
drivers/acpi/Kconfig
+++ b/
drivers/acpi/Kconfig
@@
-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