ARCH_ARM64_VIRT is safe for multiarch, move the Kconfig snippet over there. Signed-off-by: Sascha Hauer <s.hauer@xxxxxxxxxxxxxx> --- 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