[U-Boot] [PATCH v3 04/10] ARM: select ARM_GIC for SoCs having a psci implementation
Antoine Tenart
antoine.tenart at free-electrons.com
Wed Oct 26 14:10:27 CEST 2016
Select the newly introduced ARM_GIC option to the relevant MACH
configurations.
Signed-off-by: Antoine Tenart <antoine.tenart at free-electrons.com>
---
arch/arm/Kconfig | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 6a5e53280679..b329d3c29fce 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -316,6 +316,7 @@ config ARCH_BCM283X
config TARGET_VEXPRESS_CA15_TC2
bool "Support vexpress_ca15_tc2"
+ select ARM_GIC
select CPU_V7
select CPU_V7_HAS_NONSEC
select CPU_V7_HAS_VIRT
@@ -402,14 +403,17 @@ config TARGET_BCM23550_W1D
config TARGET_BCM28155_AP
bool "Support bcm28155_ap"
+ select ARM_GIC
select CPU_V7
config TARGET_BCMCYGNUS
bool "Support bcmcygnus"
+ select ARM_GIC
select CPU_V7
config TARGET_BCMNSP
bool "Support bcmnsp"
+ select ARM_GIC
select CPU_V7
config ARCH_EXYNOS
@@ -452,6 +456,7 @@ config ARCH_MESON
config ARCH_MX7
bool "Freescale MX7"
+ select ARM_GIC
select CPU_V7
config ARCH_MX6
@@ -746,6 +751,7 @@ config TARGET_LS1012AFRDM
config TARGET_LS1021AQDS
bool "Support ls1021aqds"
+ select ARM_GIC
select CPU_V7
select CPU_V7_HAS_NONSEC
select CPU_V7_HAS_VIRT
@@ -756,6 +762,7 @@ config TARGET_LS1021AQDS
config TARGET_LS1021ATWR
bool "Support ls1021atwr"
+ select ARM_GIC
select CPU_V7
select CPU_V7_HAS_NONSEC
select CPU_V7_HAS_VIRT
@@ -822,6 +829,7 @@ config TARGET_COLIBRI_PXA270
config ARCH_UNIPHIER
bool "Socionext UniPhier SoCs"
+ select ARM_GIC
select BLK
select CLK_UNIPHIER
select DM
--
2.10.1
More information about the U-Boot
mailing list