Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e25db98d authored by Andi Kleen's avatar Andi Kleen Committed by Linus Torvalds
Browse files

[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: default avatarAndi Kleen <ak@suse.de>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 5f8efbb9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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