[U-Boot] [PATCH v4 07/11] uniphier: select ARM_GIC

Antoine Tenart antoine.tenart at free-electrons.com
Sun Apr 30 13:29:52 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: Masahiro Yamada <yamada.masahiro at socionext.com>
---
 arch/arm/mach-uniphier/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/mach-uniphier/Kconfig b/arch/arm/mach-uniphier/Kconfig
index 5739325da71b..e6164974db57 100644
--- a/arch/arm/mach-uniphier/Kconfig
+++ b/arch/arm/mach-uniphier/Kconfig
@@ -5,6 +5,7 @@ config SYS_CONFIG_NAME
 
 config ARCH_UNIPHIER_32BIT
 	bool
+	select ARM_GIC
 	select CPU_V7
 	select CPU_V7_HAS_NONSEC
 	select ARMV7_NONSEC
-- 
2.11.0



More information about the U-Boot mailing list