All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm64: defconfig: enable ARCH_BCM
@ 2022-09-06  3:39 ` Florian Fainelli
  0 siblings, 0 replies; 12+ messages in thread
From: Florian Fainelli @ 2022-09-06  3:39 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: soc, michael, Florian Fainelli, Catalin Marinas, Will Deacon,
	Bjorn Andersson, Shawn Guo, Geert Uytterhoeven,
	Krzysztof Kozlowski, Arnd Bergmann, Marcel Ziswiler, Biju Das,
	Dmitry Baryshkov, Vinod Koul, open list

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>
---
 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 91e58cf59c99..4c8b09c6b49f 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -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_BCMBCA=y
 CONFIG_ARCH_BCM_IPROC=y
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2022-09-09 16:26 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-06  3:39 [PATCH] arm64: defconfig: enable ARCH_BCM Florian Fainelli
2022-09-06  3:39 ` Florian Fainelli
2022-09-08 18:17 ` Anders Roxell
2022-09-08 18:17   ` Anders Roxell
2022-09-09  7:35 ` Naresh Kamboju
2022-09-09  7:35   ` Naresh Kamboju
2022-09-09  7:38   ` Krzysztof Kozlowski
2022-09-09  7:38     ` Krzysztof Kozlowski
2022-09-09 12:24     ` Naresh Kamboju
2022-09-09 12:24       ` Naresh Kamboju
2022-09-09 16:25       ` Mark Brown
2022-09-09 16:25         ` Mark Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.