summaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorMark Rutland2012-10-30 13:13:42 +0100
committerMark Rutland2013-02-01 10:14:02 +0100
commit3d06770eef43eaad606e77246bfcc7e82b1d9fb4 (patch)
treed79692eb324c0c18e425576e7a93ad05c4834272 /arch/arm/Kconfig
parentarm: Use generic timer broadcast receiver (diff)
downloadkernel-qcow2-linux-3d06770eef43eaad606e77246bfcc7e82b1d9fb4.tar.gz
kernel-qcow2-linux-3d06770eef43eaad606e77246bfcc7e82b1d9fb4.tar.xz
kernel-qcow2-linux-3d06770eef43eaad606e77246bfcc7e82b1d9fb4.zip
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 67874b82a4ed..65ae7375c6c1 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)