[PATCH] arm64: defconfig: select ARCH_NXP

Peng Fan (OSS) peng.fan at oss.nxp.com
Wed Sep 7 17:39:14 PDT 2022


From: Peng Fan <peng.fan at nxp.com>

commit 566e373fe047 ("arm64: Kconfig.platforms: Group NXP platforms
together") groups NXP platforms with ARCH_NXP, which cause the default
build not support i.MX with arm64 defconfig, so default enable ARCH_NXP
to resolve the issue.

Signed-off-by: Peng Fan <peng.fan at nxp.com>
---
 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 91e58cf59c99..07b9185f5937 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -47,6 +47,7 @@ CONFIG_ARCH_KEEMBAY=y
 CONFIG_ARCH_MEDIATEK=y
 CONFIG_ARCH_MESON=y
 CONFIG_ARCH_MVEBU=y
+CONFIG_ARCH_NXP=y
 CONFIG_ARCH_MXC=y
 CONFIG_ARCH_NPCM=y
 CONFIG_ARCH_QCOM=y
-- 
2.37.1




More information about the linux-arm-kernel mailing list