diff options
author | Mark Rutland <mark.rutland@arm.com> | 2012-10-30 12:13:42 +0000 |
---|---|---|
committer | Mark Rutland <mark.rutland@arm.com> | 2013-02-01 09:14:02 +0000 |
commit | 3d06770eef43eaad606e77246bfcc7e82b1d9fb4 (patch) | |
tree | d79692eb324c0c18e425576e7a93ad05c4834272 /arch/arm/Kconfig | |
parent | e2c501190c7d4bf9d7febb9e1f1094cbde59ed89 (diff) | |
download | linux-3d06770eef43eaad606e77246bfcc7e82b1d9fb4.tar.bz2 |
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/Kconfig | 1 |
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) |