[U-Boot] [PATCH v4 06/11] mx7: select ARM_GIC
Antoine Tenart
antoine.tenart at free-electrons.com
Sun Apr 30 13:29:51 UTC 2017
Select the newly introduced ARM_GIC option to the relevant configuration
which also have a psci implementation.
Signed-off-by: Antoine Tenart <antoine.tenart at free-electrons.com>
Cc: Stefano Babic <sbabic at denx.de>
---
arch/arm/cpu/armv7/mx7/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/cpu/armv7/mx7/Kconfig b/arch/arm/cpu/armv7/mx7/Kconfig
index 8dfb4c96464f..412e4aba3c2a 100644
--- a/arch/arm/cpu/armv7/mx7/Kconfig
+++ b/arch/arm/cpu/armv7/mx7/Kconfig
@@ -2,6 +2,7 @@ if ARCH_MX7
config MX7
bool
+ select ARM_GIC
select ROM_UNIFIED_SECTIONS
select CPU_V7_HAS_VIRT
select CPU_V7_HAS_NONSEC
--
2.11.0
More information about the U-Boot
mailing list