Skip to content

Commit 3c20d96

Browse files
mwalleShawn Guo
authored andcommitted
arm64: defconfig: enable ARCH_NXP
Commit 566e373 ("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: 566e373 ("arm64: Kconfig.platforms: Group NXP platforms together") Signed-off-by: Michael Walle <[email protected]> Acked-by: Florian Fainelli <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
1 parent 45b91a1 commit 3c20d96

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/arm64/configs/defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ CONFIG_ARCH_KEEMBAY=y
4848
CONFIG_ARCH_MEDIATEK=y
4949
CONFIG_ARCH_MESON=y
5050
CONFIG_ARCH_MVEBU=y
51+
CONFIG_ARCH_NXP=y
5152
CONFIG_ARCH_MXC=y
5253
CONFIG_ARCH_NPCM=y
5354
CONFIG_ARCH_QCOM=y

0 commit comments

Comments
 (0)