summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-zynq
diff options
context:
space:
mode:
authorStephen Boyd2013-02-16 01:02:20 +0100
committerStephen Boyd2013-06-25 02:45:58 +0200
commita894fcc2d01a89e6fe3da0845a4d80a5312e1124 (patch)
tree90029c9dacd4b5f53583b09d516480cb138fb364 /arch/arm/mach-zynq
parentARM: smp: Remove duplicate dummy timer implementation (diff)
downloadkernel-qcow2-linux-a894fcc2d01a89e6fe3da0845a4d80a5312e1124.tar.gz
kernel-qcow2-linux-a894fcc2d01a89e6fe3da0845a4d80a5312e1124.tar.xz
kernel-qcow2-linux-a894fcc2d01a89e6fe3da0845a4d80a5312e1124.zip
ARM: smp_twd: Divorce smp_twd from local timer API
Separate the smp_twd timers from the local timer API. This will allow us to remove ARM local timer support in the near future and gets us closer to moving this driver to drivers/clocksource. Tested-by: Mark Rutland <mark.rutland@arm.com> Acked-by: Marc Zyngier <marc.zyngier@arm.com> Cc: Russell King <linux@arm.linux.org.uk> Cc: Tony Lindgren <tony@atomide.com> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Diffstat (limited to 'arch/arm/mach-zynq')
-rw-r--r--arch/arm/mach-zynq/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-zynq/Kconfig b/arch/arm/mach-zynq/Kconfig
index c1d61f281e68..04f8a4a6e755 100644
--- a/arch/arm/mach-zynq/Kconfig
+++ b/arch/arm/mach-zynq/Kconfig
@@ -6,7 +6,7 @@ config ARCH_ZYNQ
select CPU_V7
select GENERIC_CLOCKEVENTS
select HAVE_ARM_SCU if SMP
- select HAVE_ARM_TWD if LOCAL_TIMERS
+ select HAVE_ARM_TWD if SMP
select ICST
select MIGHT_HAVE_CACHE_L2X0
select USE_OF