diff options
author | Arnd Bergmann <arnd@arndb.de> | 2022-07-14 17:40:50 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2022-07-14 17:40:51 +0200 |
commit | 92c336e7ae2eb9e20c91738b0af9fdbeccb9d9e8 (patch) | |
tree | ebf66d5571d3c5efc79b1a575efc74208a9f9a65 /arch/arm64/Kconfig.platforms | |
parent | Merge tag 'arm-soc/for-5.20/devicetree' of https://github.com/Broadcom/stblin... (diff) | |
parent | arm64: dts: Add DTS files for bcmbca SoC BCM6813 (diff) | |
download | linux-92c336e7ae2eb9e20c91738b0af9fdbeccb9d9e8.tar.xz linux-92c336e7ae2eb9e20c91738b0af9fdbeccb9d9e8.zip |
Merge tag 'arm-soc/for-5.20/devicetree-arm64' of https://github.com/Broadcom/stblinux into arm/dt
This pull request contains Broadcom ARM64-based SocS Device Tree
updates for 5.20, please pull the following:
- William adds the ARCH_BCMBCA Kconfig entry to follow the ARM 32-bit
counter part and adds basic support for these DSL/PON SoCs: 63158,
4912, 63146, 6856, 6813
- Anand adds basic support for the 6858 SoC
- Krzysztof fixes a missing space between a property name and its value
in a number of DTS files
* tag 'arm-soc/for-5.20/devicetree-arm64' of https://github.com/Broadcom/stblinux:
arm64: dts: Add DTS files for bcmbca SoC BCM6813
arm64: dts: Add DTS files for bcmbca SoC BCM6856
arm64: dts: Add DTS files for bcmbca SoC BCM63146
arm64: dts: broadcom: adjust whitespace around '='
ARM64: dts: Add DTS files for bcmbca SoC BCM6858
arm64: dts: Add DTS files for bcmbca SoC BCM4912
arm64: dts: Add DTS files for bcmbca SoC BCM63158
arm64: bcmbca: add arch bcmbca machine entry
Link: https://lore.kernel.org/r/20220711164451.3542127-5-f.fainelli@gmail.com
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm64/Kconfig.platforms')
-rw-r--r-- | arch/arm64/Kconfig.platforms | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms index aff8cbca811e..83e3943f7a55 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 |