diff options
author | Will Deacon <will.deacon@arm.com> | 2010-07-09 08:52:09 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-07-09 09:21:51 -0400 |
commit | bde28b846e7e0ea6fea78f6ad1c43091fdf4d3e0 (patch) | |
tree | a7510112dfa0a6733add6a97ed0d2ea23740141f /arch/arm/Kconfig | |
parent | e467e104bb7482170b79f516d2025e7cfcaaa733 (diff) |
ARM: 6218/1: Versatile Express: add support for local timers on CA9X4 daughterboard
This patch adds support for the Cortex-A9 local timers available when
using the CA9X4 daughterboard with the Versatile Express.
Signed-off-by: Will Deacon <will.deacon@arm.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 98922f7d2d12..7b117b1b0884 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -1172,9 +1172,10 @@ config HOTPLUG_CPU | |||
1172 | config LOCAL_TIMERS | 1172 | config LOCAL_TIMERS |
1173 | bool "Use local timer interrupts" | 1173 | bool "Use local timer interrupts" |
1174 | depends on SMP && (REALVIEW_EB_ARM11MP || MACH_REALVIEW_PB11MP || \ | 1174 | depends on SMP && (REALVIEW_EB_ARM11MP || MACH_REALVIEW_PB11MP || \ |
1175 | REALVIEW_EB_A9MP || MACH_REALVIEW_PBX || ARCH_OMAP4 || ARCH_U8500) | 1175 | REALVIEW_EB_A9MP || MACH_REALVIEW_PBX || ARCH_OMAP4 || \ |
1176 | ARCH_U8500 || ARCH_VEXPRESS_CA9X4) | ||
1176 | default y | 1177 | default y |
1177 | select HAVE_ARM_TWD if (ARCH_REALVIEW || ARCH_OMAP4 || ARCH_U8500) | 1178 | select HAVE_ARM_TWD if (ARCH_REALVIEW || ARCH_VEXPRESS || ARCH_OMAP4 || ARCH_U8500) |
1178 | help | 1179 | help |
1179 | Enable support for local timers on SMP platforms, rather then the | 1180 | Enable support for local timers on SMP platforms, rather then the |
1180 | legacy IPI broadcast method. Local timers allows the system | 1181 | legacy IPI broadcast method. Local timers allows the system |