diff mbox series

[RESEND] arm64: defconfig: enable ARCH_NXP

Message ID 20220907070626.2933998-1-michael@walle.cc (mailing list archive)
State New, archived
Headers show
Series [RESEND] arm64: defconfig: enable ARCH_NXP | expand

Commit Message

Michael Walle Sept. 7, 2022, 7:06 a.m. UTC
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>
---
The first submission had a wrong mail address, so this patch didn't
end up on lore.

 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Shawn Guo Sept. 12, 2022, 10:16 a.m. UTC | #1
On Wed, Sep 07, 2022 at 09:06:26AM +0200, Michael Walle wrote:
> 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>

Applied, thanks!
diff mbox series

Patch

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