[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>
This commit is contained in:
Andi Kleen 2006-01-16 01:56:42 +01:00 committed by Linus Torvalds
parent 5f8efbb96f
commit e25db98d9a
1 changed files with 1 additions and 1 deletions

View File

@ -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