Skip to content

Commit

Permalink
arm64: defconfig: enable ARCH_NXP
Browse files Browse the repository at this point in the history
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: Arnd Bergmann <[email protected]>
  • Loading branch information
mwalle authored and arndb committed Sep 8, 2022
1 parent 7e21f07 commit 0fd64e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm64/configs/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0fd64e6

Please sign in to comment.