From mboxrd@z Thu Jan 1 00:00:00 1970 From: Antoine Tenart Date: Sun, 30 Apr 2017 15:29:49 +0200 Subject: [U-Boot] [PATCH v4 04/11] arm: select ARM_GIC for SoCs having a psci implementation In-Reply-To: <20170430132956.30190-1-antoine.tenart@free-electrons.com> References: <20170430132956.30190-1-antoine.tenart@free-electrons.com> Message-ID: <20170430132956.30190-5-antoine.tenart@free-electrons.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Select the newly introduced ARM_GIC option to the relevant MACH configurations. Signed-off-by: Antoine Tenart Cc: Albert Aribaud --- arch/arm/Kconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index c7aebae3b039..8b13f6909f9c 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -472,6 +472,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 @@ -556,14 +557,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 TARGET_BCMNS2 @@ -622,6 +626,7 @@ config ARCH_MX7ULP config ARCH_MX7 bool "Freescale MX7" + select ARM_GIC select CPU_V7 select SYS_FSL_HAS_SEC if SECURE_BOOT select SYS_FSL_SEC_COMPAT_4 @@ -995,6 +1000,7 @@ config TARGET_LS1012AFRDM config TARGET_LS1021AQDS bool "Support ls1021aqds" + select ARM_GIC select BOARD_LATE_INIT select CPU_V7 select CPU_V7_HAS_NONSEC @@ -1008,6 +1014,7 @@ config TARGET_LS1021AQDS config TARGET_LS1021ATWR bool "Support ls1021atwr" + select ARM_GIC select BOARD_LATE_INIT select CPU_V7 select CPU_V7_HAS_NONSEC @@ -1020,6 +1027,7 @@ config TARGET_LS1021ATWR config TARGET_LS1021AIOT bool "Support ls1021aiot" + select ARM_GIC select BOARD_LATE_INIT select CPU_V7 select CPU_V7_HAS_NONSEC @@ -1100,7 +1108,9 @@ config TARGET_COLIBRI_PXA270 config ARCH_UNIPHIER bool "Socionext UniPhier SoCs" + select ARM_GIC select BOARD_LATE_INIT + select BLK select CLK_UNIPHIER select DM select DM_GPIO -- 2.11.0