mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 1/3] ARM: arm64virt: move to multiarch
@ 2023-05-02 11:59 Sascha Hauer
  2023-05-02 11:59 ` [PATCH 2/3] ARM: multi_v8_defconfig: Enable ARM64 QEMU Virt board Sascha Hauer
  2023-05-02 11:59 ` [PATCH 3/3] ARM: Remove qemu_virt64_defconfig Sascha Hauer
  0 siblings, 2 replies; 3+ messages in thread
From: Sascha Hauer @ 2023-05-02 11:59 UTC (permalink / raw)
  To: Barebox List

ARCH_ARM64_VIRT is safe for multiarch, move the Kconfig snippet over
there.

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

diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 5aef8fcd3b..a24c13c0a0 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -199,6 +199,8 @@ config ARCH_ZYNQ
 	select PBL_IMAGE
 	select GPIOLIB
 
+endchoice
+
 config ARCH_ARM64_VIRT
 	bool "ARM64 QEMU Virt board"
 	depends on 64BIT
@@ -212,8 +214,6 @@ config ARCH_ARM64_VIRT
 	select HW_HAS_PCI
 	select HAS_DEBUG_LL
 
-endchoice
-
 config ARCH_BCM283X
 	bool "Broadcom BCM283x based boards"
 	select GPIOLIB
-- 
2.39.2




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-05-02 12:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-02 11:59 [PATCH 1/3] ARM: arm64virt: move to multiarch Sascha Hauer
2023-05-02 11:59 ` [PATCH 2/3] ARM: multi_v8_defconfig: Enable ARM64 QEMU Virt board Sascha Hauer
2023-05-02 11:59 ` [PATCH 3/3] ARM: Remove qemu_virt64_defconfig Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox