[PATCH 10/12] ARM: versatile: move over to multi arch support

Sascha Hauer s.hauer at pengutronix.de
Tue May 2 02:14:17 PDT 2023


Versatile is safe for multi arch support, move the Kconfig snippet
over to it.

Signed-off-by: Sascha Hauer <s.hauer at pengutronix.de>
---
 arch/arm/Kconfig | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 088146894b..ef3adbbe9d 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -155,16 +155,6 @@ config ARCH_SOCFPGA
 	select COMMON_CLK
 	select CLKDEV_LOOKUP
 
-config ARCH_VERSATILE
-	bool "ARM Versatile boards (ARM926EJ-S)"
-	depends on 32BIT
-	select GPIOLIB
-	select HAVE_CLK
-	select HAS_DEBUG_LL
-	select COMMON_CLK
-	select COMMON_CLK_OF_PROVIDER
-	select HAVE_PBL_MULTI_IMAGES
-
 config ARCH_TEGRA
 	bool "NVIDIA Tegra"
 	depends on 32BIT
@@ -281,6 +271,16 @@ config ARCH_STM32MP
 	select ARM_SMCCC
 	select ARM_USE_COMPRESSED_DTB
 
+config ARCH_VERSATILE
+	bool "ARM Versatile boards (ARM926EJ-S)"
+	depends on 32BIT
+	select GPIOLIB
+	select HAVE_CLK
+	select HAS_DEBUG_LL
+	select COMMON_CLK
+	select COMMON_CLK_OF_PROVIDER
+	select HAVE_PBL_MULTI_IMAGES
+
 config ARCH_VEXPRESS
 	bool "ARM Vexpress & virt boards"
 	depends on 32BIT
-- 
2.39.2




More information about the barebox mailing list