aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorAndi Kleen <ak@suse.de>2006-01-15 19:56:42 -0500
committerLinus Torvalds <torvalds@g5.osdl.org>2006-01-16 14:27:59 -0500
commite25db98d9ae542f95d139e316a6d490ceddd141e (patch)
tree76837396d06a1ea7e1e574c839d61ba11ed33fe3 /arch
parent5f8efbb96f4b2679dcbd2c115380a47bd2089dcd (diff)
[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>
Diffstat (limited to 'arch')
-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
350 <http://www.intel.com/hardwaredesign/hpetspec.htm>. 350 <http://www.intel.com/hardwaredesign/hpetspec.htm>.
351 351
352config X86_PM_TIMER 352config X86_PM_TIMER
353 bool "PM timer" 353 bool "PM timer" if EMBEDDED
354 depends on ACPI 354 depends on ACPI
355 default y 355 default y
356 help 356 help