arm64: defconfig: enable ARCH_BCM
authorFlorian Fainelli <f.fainelli@gmail.com>
Tue, 6 Sep 2022 03:39:56 +0000 (20:39 -0700)
committerArnd Bergmann <arnd@arndb.de>
Thu, 8 Sep 2022 14:09:03 +0000 (16:09 +0200)
Commit 96796c914b84 ("arm64: Kconfig.platforms: Re-organized Broadcom
menu") introduced a new symbol ARCH_BCM and made all of the Broadcom
SoCs Kconfig depend on it, but did not enable it in the defconfig.
Thus, now the defconfig doesn't include support for any Broadcom
architectures anymore. Fix it.

Fixes: 96796c914b84 ("arm64: Kconfig.platforms: Re-organized Broadcom menu")
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Link: https://lore.kernel.org/r/20220906033957.4377-1-f.fainelli@gmail.com'
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm64/configs/defconfig

index 7bdf1ef2f85fc26045aac6e059d838cdc1d3b0d7..2197bd0ef7013226204a1373f22548e466cc2ea4 100644 (file)
@@ -33,6 +33,7 @@ CONFIG_ARCH_ACTIONS=y
 CONFIG_ARCH_SUNXI=y
 CONFIG_ARCH_ALPINE=y
 CONFIG_ARCH_APPLE=y
+CONFIG_ARCH_BCM=y
 CONFIG_ARCH_BCM2835=y
 CONFIG_ARCH_BCM4908=y
 CONFIG_ARCH_BCMBCA=y