diff options
author | Matthew Leach <matthew.leach@arm.com> | 2014-03-14 14:18:22 +0400 |
---|---|---|
committer | Daniel Lezcano <daniel.lezcano@linaro.org> | 2014-04-22 13:44:27 +0400 |
commit | 7e13c654f446e3c9848ac0b725ae4daf25e10846 (patch) | |
tree | 6b26ec82cd948b1ef3980bc15c3a6cd0ea3cf004 /arch/arm/mach-vexpress | |
parent | 3309a8e22d9ca4fa4dada687372b682bc6a12343 (diff) | |
download | linux-7e13c654f446e3c9848ac0b725ae4daf25e10846.tar.xz |
KConfig: Vexpress: build the ARM_GLOBAL_TIMER with vexpress platform
The Cortex A5 now contains bindings for the global timer
driver. Ensure that the driver is built with a vexpress platform.
Signed-off-by: Matthew Leach <matthew.leach@arm.com>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Diffstat (limited to 'arch/arm/mach-vexpress')
-rw-r--r-- | arch/arm/mach-vexpress/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-vexpress/Kconfig b/arch/arm/mach-vexpress/Kconfig index 657d52d0391f..e9811a07829a 100644 --- a/arch/arm/mach-vexpress/Kconfig +++ b/arch/arm/mach-vexpress/Kconfig @@ -4,6 +4,7 @@ config ARCH_VEXPRESS select ARCH_SUPPORTS_BIG_ENDIAN select ARM_AMBA select ARM_GIC + select ARM_GLOBAL_TIMER select ARM_TIMER_SP804 select COMMON_CLK_VERSATILE select HAVE_ARM_SCU if SMP |