aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/configs/defconfig
diff options
context:
space:
mode:
authorMichael Walle <michael@walle.cc>2022-09-07 09:06:26 +0200
committerArnd Bergmann <arnd@arndb.de>2022-09-08 16:09:39 +0200
commit0fd64e61d2e388f61c97016e2a46e9dbe64147e8 (patch)
treeadfd5991857177c0aba6cf4aef0e43bfc982350d /arch/arm64/configs/defconfig
parentarm64: defconfig: enable ARCH_BCM (diff)
downloadlinux-dev-0fd64e61d2e388f61c97016e2a46e9dbe64147e8.tar.xz
linux-dev-0fd64e61d2e388f61c97016e2a46e9dbe64147e8.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: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm64/configs/defconfig')
-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 2197bd0ef701..2719b96bbc09 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -49,6 +49,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