Skip to content

Commit

Permalink
[PATCH] x86_64: Only let user select PM timer support when EMBEDDED
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Andi Kleen authored and Linus Torvalds committed Jan 16, 2006
1 parent 5f8efbb commit e25db98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/x86_64/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e25db98

Please sign in to comment.