summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndi Kleen <ak@suse.de>2006-01-16 01:56:42 +0100
committerLinus Torvalds <torvalds@g5.osdl.org>2006-01-16 11:27:59 -0800
commite25db98d9ae542f95d139e316a6d490ceddd141e (patch)
tree76837396d06a1ea7e1e574c839d61ba11ed33fe3
parent5f8efbb96f4b2679dcbd2c115380a47bd2089dcd (diff)
downloadlinux-3.10-e25db98d9ae542f95d139e316a6d490ceddd141e.tar.gz
linux-3.10-e25db98d9ae542f95d139e316a6d490ceddd141e.tar.bz2
linux-3.10-e25db98d9ae542f95d139e316a6d490ceddd141e.zip
[PATCH] x86_64: Only let user select PM timer support when EMBEDDED
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>
-rw-r--r--arch/x86_64/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86_64/Kconfig b/arch/x86_64/Kconfig
index 2efc4be2270..787feff0e8a 100644
--- 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