summaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorMark Rutland <mark.rutland@arm.com>2012-10-30 12:13:42 +0000
committerMark Rutland <mark.rutland@arm.com>2013-02-01 09:14:02 +0000
commit3d06770eef43eaad606e77246bfcc7e82b1d9fb4 (patch)
treed79692eb324c0c18e425576e7a93ad05c4834272 /arch/arm/Kconfig
parente2c501190c7d4bf9d7febb9e1f1094cbde59ed89 (diff)
downloadop-kernel-dev-3d06770eef43eaad606e77246bfcc7e82b1d9fb4.zip
op-kernel-dev-3d06770eef43eaad606e77246bfcc7e82b1d9fb4.tar.gz
arm: Add generic timer broadcast support
Implement timer_broadcast for the arm architecture, allowing for the use of clock_event_device_drivers decoupled from the timer tick broadcast mechanism. Signed-off-by: Mark Rutland <mark.rutland@arm.com> Reviewed-by: Santosh Shilimkar <santosh.shilimkar@ti.com> Tested-by: Santosh Shilimkar <santosh.shilimkar@ti.com> Reviewed-by: Stephen Boyd <sboyd@codeaurora.org>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 67874b8..65ae737 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -4,6 +4,7 @@ config ARM
select ARCH_BINFMT_ELF_RANDOMIZE_PIE
select ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE
select ARCH_HAVE_CUSTOM_GPIO_H
+ select ARCH_HAS_TICK_BROADCAST if GENERIC_CLOCKEVENTS_BROADCAST
select ARCH_WANT_IPC_PARSE_VERSION
select BUILDTIME_EXTABLE_SORT if MMU
select CPU_PM if (SUSPEND || CPU_IDLE)
OpenPOWER on IntegriCloud