]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm: bcmbca: add arch bcmbca machine entry
authorWilliam Zhang <william.zhang@broadcom.com>
Wed, 13 Apr 2022 19:26:42 +0000 (12:26 -0700)
committerFlorian Fainelli <f.fainelli@gmail.com>
Fri, 22 Apr 2022 21:18:10 +0000 (14:18 -0700)
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>
arch/arm/mach-bcm/Kconfig

index 8db655c3e321cd1eb2d40ef011b49af33a88bed0..f73a056bf560f571d12ffea92fa492dcbcb374e2 100644 (file)
@@ -218,4 +218,16 @@ config ARCH_BRCMSTB
          This enables support for Broadcom ARM-based set-top box chipsets,
          including the 7445 family of chips.
 
+config ARCH_BCMBCA
+       bool "Broadcom Broadband SoC"
+       depends on ARCH_MULTI_V7
+       select ARM_AMBA
+       select ARM_GIC
+       select HAVE_ARM_ARCH_TIMER
+       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.
 endif