From: Matthew Leach <matthew.leach@arm.com>
Date: Fri, 14 Mar 2014 10:18:22 +0000 (+0000)
Subject: KConfig: Vexpress: build the ARM_GLOBAL_TIMER with vexpress platform
X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=7e13c654f446e3c9848ac0b725ae4daf25e10846;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git

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>
---

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