Layerscape doesn't contain any unprotected initcalls anymore, so we can safely move it over to MULTIARCH. Signed-off-by: Sascha Hauer <s.hauer@xxxxxxxxxxxxxx> --- arch/arm/Kconfig | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index ee3914620e..0557567a59 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -90,19 +90,6 @@ config ARCH_EP93XX select CPU_ARM920T select GENERIC_GPIO -config ARCH_LAYERSCAPE - bool "NXP Layerscape based" - select GPIOLIB - select HAS_DEBUG_LL - select HAVE_PBL_MULTI_IMAGES - select COMMON_CLK - select CLKDEV_LOOKUP - select COMMON_CLK_OF_PROVIDER - select HW_HAS_PCI - select OFTREE - select OFDEVICE - select ARM_USE_COMPRESSED_DTB - config ARCH_MVEBU bool "Marvell EBU platforms" depends on 32BIT @@ -246,6 +233,20 @@ config ARCH_K3 select COMMON_CLK_OF_PROVIDER select PM_GENERIC_DOMAINS +config ARCH_LAYERSCAPE + bool "NXP Layerscape based" + depends on ARCH_MULTIARCH + select GPIOLIB + select HAS_DEBUG_LL + select HAVE_PBL_MULTI_IMAGES + select COMMON_CLK + select CLKDEV_LOOKUP + select COMMON_CLK_OF_PROVIDER + select HW_HAS_PCI + select OFTREE + select OFDEVICE + select ARM_USE_COMPRESSED_DTB + config ARCH_OMAP_MULTI bool "TI OMAP" depends on 32BIT -- 2.39.2