mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 14:13:16 +00:00
32 lines
1011 B
Diff
32 lines
1011 B
Diff
|
From fdcd652ce2b6b819f5c4dc3cead5215c84ee6933 Mon Sep 17 00:00:00 2001
|
||
|
From: William Zhang <william.zhang@broadcom.com>
|
||
|
Date: Wed, 1 Jun 2022 15:56:50 -0700
|
||
|
Subject: [PATCH] arm64: bcmbca: add arch bcmbca machine entry
|
||
|
|
||
|
Add ARCH_BCMBCA config for Broadcom Broadband SoC chipsets
|
||
|
|
||
|
Signed-off-by: William Zhang <william.zhang@broadcom.com>
|
||
|
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
|
||
|
---
|
||
|
arch/arm64/Kconfig.platforms | 9 +++++++++
|
||
|
1 file changed, 9 insertions(+)
|
||
|
|
||
|
--- a/arch/arm64/Kconfig.platforms
|
||
|
+++ b/arch/arm64/Kconfig.platforms
|
||
|
@@ -59,6 +59,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
|