projects
/
platform
/
adaptation
/
renesas_rcar
/
renesas_kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f8efbb
)
[PATCH] x86_64: Only let user select PM timer support when EMBEDDED
author
Andi Kleen
<ak@suse.de>
Mon, 16 Jan 2006 00:56:42 +0000
(
01:56
+0100)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Mon, 16 Jan 2006 19:27:59 +0000
(11:27 -0800)
To avoid mistakes.
I got a few reports where people got broken timing because they didn't
have the PMTIMER fallback.
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/x86_64/Kconfig
patch
|
blob
|
history
diff --git
a/arch/x86_64/Kconfig
b/arch/x86_64/Kconfig
index
2efc4be
..
787feff
100644
(file)
--- a/
arch/x86_64/Kconfig
+++ b/
arch/x86_64/Kconfig
@@
-350,7
+350,7
@@
config HPET_TIMER
<http://www.intel.com/hardwaredesign/hpetspec.htm>.
config X86_PM_TIMER
- bool "PM timer"
+ bool "PM timer"
if EMBEDDED
depends on ACPI
default y
help