Skip to content

Commit b32c613

Browse files
William Zhangffainelli
authored andcommitted
arm: bcmbca: add arch bcmbca machine entry
Update mach-bcm Kconfig to add ARCH_BCMBCA config and select the required configs for Broadcom Broadband SoC chipsets Signed-off-by: William Zhang <william.zhang@broadcom.com> Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
1 parent 0a5ccc9 commit b32c613

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

arch/arm/mach-bcm/Kconfig

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,4 +218,16 @@ config ARCH_BRCMSTB
218218
This enables support for Broadcom ARM-based set-top box chipsets,
219219
including the 7445 family of chips.
220220

221+
config ARCH_BCMBCA
222+
bool "Broadcom Broadband SoC"
223+
depends on ARCH_MULTI_V7
224+
select ARM_AMBA
225+
select ARM_GIC
226+
select HAVE_ARM_ARCH_TIMER
227+
help
228+
Say Y if you intend to run the kernel on a Broadcom Broadband ARM-based
229+
BCA chipset.
230+
231+
This enables support for Broadcom BCA ARM-based broadband chipsets,
232+
including the DSL, PON and Wireless family of chips.
221233
endif

0 commit comments

Comments
 (0)