Browse Source

[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>
Andi Kleen 19 năm trước cách đây
mục cha
commit
e25db98d9a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      arch/x86_64/Kconfig

+ 1 - 1
arch/x86_64/Kconfig

@@ -350,7 +350,7 @@ config HPET_TIMER
 	  <http://www.intel.com/hardwaredesign/hpetspec.htm>.
 	  <http://www.intel.com/hardwaredesign/hpetspec.htm>.
 
 
 config X86_PM_TIMER
 config X86_PM_TIMER
-	bool "PM timer"
+	bool "PM timer" if EMBEDDED
 	depends on ACPI
 	depends on ACPI
 	default y
 	default y
 	help
 	help