diff options
author | Paul Burton <paul.burton@imgtec.com> | 2014-02-14 09:24:58 +0000 |
---|---|---|
committer | Paul Burton <paul.burton@imgtec.com> | 2014-05-02 16:39:12 +0100 |
commit | cc7964af8f997a20240d3ec5bf90c4fd20d3c48a (patch) | |
tree | b948efef5c1f7365db870ffe12a1480149602900 /arch/mips/Kconfig | |
parent | 60bdb9c7bd9ab5b63ad68e9391056f8757b810f1 (diff) | |
download | linux-next-cc7964af8f997a20240d3ec5bf90c4fd20d3c48a.tar.gz |
MIPS: support for generic clockevents broadcast
This patch adds support for generic clockevents broadcast using the a
dummy clockevent device and the tick_broadcast function introduced by
commit 12ad10004645 "clockevents: Add generic timer broadcast function".
Signed-off-by: Paul Burton <paul.burton@imgtec.com>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 322bbe12412e..5cdc53b1ba56 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -51,6 +51,7 @@ config MIPS select HAVE_DEBUG_STACKOVERFLOW select HAVE_CC_STACKPROTECTOR select CPU_PM if CPU_IDLE + select ARCH_HAS_TICK_BROADCAST if GENERIC_CLOCKEVENTS_BROADCAST menu "Machine selection" |