projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d91640
)
[PATCH] x86_64 CONFIG_ACPI=n build fix
author
Andi Kleen
<ak@suse.de>
Tue, 31 May 2005 21:39:26 +0000
(14:39 -0700)
committer
Linus Torvalds
<torvalds@ppc970.osdl.org>
Tue, 31 May 2005 21:54:17 +0000
(14:54 -0700)
Make CONFIG_X86_PM_TIMER dependent on CONFIG_ACPI
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/x86_64/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86_64/Kconfig
b/arch/x86_64/Kconfig
index 0f430d9d363220232a0980de9e936294963c770d..289f448ac89cc426dcb5fdb4d23aaf8bef7988bb 100644
(file)
--- a/
arch/x86_64/Kconfig
+++ b/
arch/x86_64/Kconfig
@@
-305,6
+305,7
@@
config HPET_TIMER
config X86_PM_TIMER
bool "PM timer"
+ depends on ACPI
default y
help
Support the ACPI PM timer for time keeping. This is slow,