aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorMichael Walle <michael@walle.cc>2022-09-07 09:06:26 +0200
committerShawn Guo <shawnguo@kernel.org>2022-09-12 18:15:49 +0800
commit3c20d9618143c282b59dc29ce18e608992c24bc7 (patch)
tree25a6789d3aff84dd257540e000aabb1d7026fc11 /arch
parentarm64: dts: imx8mp-tqma8mpql-mba8mpxl: add missing pinctrl for RTC alarm (diff)
downloadlinux-dev-3c20d9618143c282b59dc29ce18e608992c24bc7.tar.xz
linux-dev-3c20d9618143c282b59dc29ce18e608992c24bc7.zip
arm64: defconfig: enable ARCH_NXP
Commit 566e373fe047 ("arm64: Kconfig.platforms: Group NXP platforms together") introduced a new symbol ARCH_NXP and made ARCH_LAYERSCAPE (among others) depend on it, but didn't enable it in the defconfig. Thus, now the defconfig doesn't include support for any NXP architectures anymore. Fix it. Fixes: 566e373fe047 ("arm64: Kconfig.platforms: Group NXP platforms together") Signed-off-by: Michael Walle <michael@walle.cc> Acked-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm64/configs/defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index d5b2d2dd4904..5b167649097e 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -48,6 +48,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