aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Harkin <ryan.harkin@linaro.org>2016-11-16 14:43:02 +0000
committerAmit Daniel Kachhap <amit.kachhap@arm.com>2018-08-02 14:04:37 +0530
commit1cb2aaf58f4171ad57ab8ec447585daa910158c8 (patch)
treed1e68372ee04853b673fc822e58210697f33081b
parent1c02c73e4fc1df46570ec7be4f56f14dd5ec9c24 (diff)
ARM: vexpress: enable GICv3
ARMv8 targets such as ARM's FVP Cortex-A32 model can run the 32-bit ARMv7 kernel. And these targets often contain GICv3. Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org> Signed-off-by: Jon Medhurst <tixy@linaro.org>
-rw-r--r--arch/arm/mach-vexpress/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-vexpress/Kconfig b/arch/arm/mach-vexpress/Kconfig
index 726a68085c3b..34fb191bb6e3 100644
--- a/arch/arm/mach-vexpress/Kconfig
+++ b/arch/arm/mach-vexpress/Kconfig
@@ -5,6 +5,7 @@ menuconfig ARCH_VEXPRESS
select ARCH_SUPPORTS_BIG_ENDIAN
select ARM_AMBA
select ARM_GIC
+ select ARM_GIC_V3
select ARM_GLOBAL_TIMER
select ARM_TIMER_SP804
select COMMON_CLK_VERSATILE