From: Andi Kleen Date: Mon, 16 Jan 2006 00:56:42 +0000 (+0100) Subject: [PATCH] x86_64: Only let user select PM timer support when EMBEDDED X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=e25db98d9ae542f95d139e316a6d490ceddd141e;p=linux-beck.git [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 Signed-off-by: Linus Torvalds --- diff --git a/arch/x86_64/Kconfig b/arch/x86_64/Kconfig index 2efc4be22709..787feff0e8a5 100644 --- a/arch/x86_64/Kconfig +++ b/arch/x86_64/Kconfig @@ -350,7 +350,7 @@ config HPET_TIMER . config X86_PM_TIMER - bool "PM timer" + bool "PM timer" if EMBEDDED depends on ACPI default y help