[PATCH 1/2] ARM: bcm: Add selects for the Cortex-A7 BCMBCA

Linus Walleij linus.walleij at linaro.org
Tue Sep 17 12:18:28 PDT 2024


The Cortex-A7 versions of BCMBCA have most of the stuff
that the Cortex-A9 version has and it can be selected
independently with the Cortex-A9 disabled, so make sure
it will also select all needed features.

Signed-off-by: Linus Walleij <linus.walleij at linaro.org>
---
 arch/arm/mach-bcm/Kconfig | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/arch/arm/mach-bcm/Kconfig b/arch/arm/mach-bcm/Kconfig
index 7318d8789e24..39d1d713efe0 100644
--- a/arch/arm/mach-bcm/Kconfig
+++ b/arch/arm/mach-bcm/Kconfig
@@ -217,6 +217,11 @@ if ARCH_BCMBCA
 
 config ARCH_BCMBCA_CORTEXA7
 	bool "Cortex-A7 SoCs"
+	select ARCH_HAS_RESET_CONTROLLER
+	select ARM_GLOBAL_TIMER
+	select CACHE_L2X0
+	select HAVE_ARM_TWD if SMP
+	select HAVE_ARM_SCU if SMP
 	help
 	  Say Y if you intend to run the kernel on a Broadcom Broadband ARM A7
 	  based chipset.

-- 
2.46.0




More information about the linux-arm-kernel mailing list