aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Harkin <ryan.harkin@linaro.org>2016-11-16 14:43:02 +0000
committerJon Medhurst <tixy@linaro.org>2017-02-20 09:38:06 +0000
commit4ccbdffb32121a56f2a284e109df9dd776da5228 (patch)
tree9cc1db9c4ba601b2af063e51099599ed9aa28e92
parentd6cd458cb18f0e20350d55c7674170eb767831cd (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 7c728ebc0b33..ed579382d41f 100644
--- a/arch/arm/mach-vexpress/Kconfig
+++ b/arch/arm/mach-vexpress/Kconfig
@@ -4,6 +4,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