Message ID | 20220601225654.18519-3-william.zhang@broadcom.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | arm64: bcmbca: add bcm63158 soc support under bcmbca arch | expand |
On 6/2/2022 12:56 AM, William Zhang wrote: > Add ARCH_BCMBCA config for Broadcom Broadband SoC chipsets > > Signed-off-by: William Zhang <william.zhang@broadcom.com> Applied to https://github.com/Broadcom/stblinux/commits/soc-arm64/next, thanks!
diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms index 4e6d635a1731..88ddc2e5b152 100644 --- a/arch/arm64/Kconfig.platforms +++ b/arch/arm64/Kconfig.platforms @@ -63,6 +63,15 @@ config ARCH_BCM_IPROC help This enables support for Broadcom iProc based SoCs +config ARCH_BCMBCA + bool "Broadcom Broadband SoC" + help + Say Y if you intend to run the kernel on a Broadcom Broadband ARM-based + BCA chipset. + + This enables support for Broadcom BCA ARM-based broadband chipsets, + including the DSL, PON and Wireless family of chips. + config ARCH_BERLIN bool "Marvell Berlin SoC Family" select DW_APB_ICTL
Add ARCH_BCMBCA config for Broadcom Broadband SoC chipsets Signed-off-by: William Zhang <william.zhang@broadcom.com> --- (no changes since v1) arch/arm64/Kconfig.platforms | 9 +++++++++ 1 file changed, 9 insertions(+)