diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2011-07-23 10:34:47 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-07-23 10:34:47 -0700 |
commit | 9d0715630ebf7bf70daa5e6d8db0e3061268c61e (patch) | |
tree | 54562185002b22169d81e0fb3c21312cb510ac40 /arch/x86/Kconfig | |
parent | c0c463d34adf0c150e5e24fa412fa23f3f7ddc27 (diff) | |
parent | 06c3df49521c1b112b777cc4946e5de057c814ba (diff) |
Merge branch 'timers-clocksource-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
* 'timers-clocksource-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip:
clocksource: apb: Share APB timer code with other platforms
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r-- | arch/x86/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 5f60ea190d5..c3e03e46bc6 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -623,6 +623,7 @@ config HPET_EMULATE_RTC config APB_TIMER def_bool y if MRST prompt "Langwell APB Timer Support" if X86_MRST + select DW_APB_TIMER help APB timer is the replacement for 8254, HPET on X86 MID platforms. The APBT provides a stable time base on SMP |