diff options
author | Andi Kleen <ak@suse.de> | 2006-01-16 01:56:42 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-16 11:27:59 -0800 |
commit | e25db98d9ae542f95d139e316a6d490ceddd141e (patch) | |
tree | 76837396d06a1ea7e1e574c839d61ba11ed33fe3 /arch/x86_64 | |
parent | 5f8efbb96f4b2679dcbd2c115380a47bd2089dcd (diff) |
[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>
Diffstat (limited to 'arch/x86_64')
-rw-r--r-- | arch/x86_64/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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 <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 |