[PATCH 46/50] ARM: vexpress: Add multi-arch support
Sascha Hauer
s.hauer at pengutronix.de
Fri Mar 3 01:21:27 PST 2023
Nothing left to do, just move the vexpress Kconfig symbols
over to multi-arch.
Signed-off-by: Sascha Hauer <s.hauer at pengutronix.de>
---
arch/arm/Kconfig | 28 ++++++++++++++--------------
1 file changed, 14 insertions(+), 14 deletions(-)
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 47f6ace294..789365e69b 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -167,20 +167,6 @@ config ARCH_VERSATILE
select HAVE_CLK
select HAS_DEBUG_LL
-config ARCH_VEXPRESS
- bool "ARM Vexpress & virt boards"
- select HAS_DEBUG_LL
- select CPU_V7
- select ARM_AMBA
- select AMBA_SP804
- select CLKDEV_LOOKUP
- select COMMON_CLK
- select COMMON_CLK_OF_PROVIDER
- select OFTREE
- select OFDEVICE
- select RELOCATABLE
- select HAVE_PBL_MULTI_IMAGES
-
config ARCH_TEGRA
bool "NVIDIA Tegra"
select CPU_V7
@@ -280,6 +266,20 @@ config ARCH_STM32MP
select ARM_SMCCC
select ARM_USE_COMPRESSED_DTB
+config ARCH_VEXPRESS
+ bool "ARM Vexpress & virt boards"
+ select HAS_DEBUG_LL
+ select CPU_V7
+ select ARM_AMBA
+ select AMBA_SP804
+ select CLKDEV_LOOKUP
+ select COMMON_CLK
+ select COMMON_CLK_OF_PROVIDER
+ select OFTREE
+ select OFDEVICE
+ select RELOCATABLE
+ select HAVE_PBL_MULTI_IMAGES
+
config ARCH_ZYNQMP
bool "Xilinx ZynqMP-based boards"
select CPU_V8
--
2.30.2
More information about the barebox
mailing list