summaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorMarc Zyngier2012-01-11 18:25:17 +0100
committerMarc Zyngier2012-04-27 14:35:33 +0200
commit022c03a2d650c641fa0f94dbc9d9ff77f8057678 (patch)
tree02b674ae7ca92dda57a487877d0625dca341b26a /arch/arm/Kconfig
parentARM: local timers: reserve local_timer_register() to SMP (diff)
downloadkernel-qcow2-linux-022c03a2d650c641fa0f94dbc9d9ff77f8057678.tar.gz
kernel-qcow2-linux-022c03a2d650c641fa0f94dbc9d9ff77f8057678.tar.xz
kernel-qcow2-linux-022c03a2d650c641fa0f94dbc9d9ff77f8057678.zip
ARM: local timers: Add A15 architected timer support
Add support for the A15 generic timer and clocksource. As the timer generates interrupts on a different PPI depending on the execution mode (normal or secure), it is possible to register two different PPIs. Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index cf006d40342c..4faabbade2e9 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -1543,6 +1543,12 @@ config HAVE_ARM_SCU
help
This option enables support for the ARM system coherency unit
+config ARM_ARCH_TIMER
+ bool "Architected timer support"
+ depends on CPU_V7
+ help
+ This option enables support for the ARM architected timer
+
config HAVE_ARM_TWD
bool
depends on SMP