diff options
author | Stefan Wahren <wahrenst@gmx.net> | 2019-09-30 20:29:12 +0200 |
---|---|---|
committer | Stefan Wahren <wahrenst@gmx.net> | 2019-10-10 19:21:03 +0200 |
commit | 781fa0a954240c8487683ddf837fb2c4ede8e7ca (patch) | |
tree | c08ffc95663a5f2c1a8c08f44330eb34a3c859f4 /arch/arm/mach-bcm/Kconfig | |
parent | Linux 5.4-rc1 (diff) | |
download | linux-781fa0a954240c8487683ddf837fb2c4ede8e7ca.tar.xz linux-781fa0a954240c8487683ddf837fb2c4ede8e7ca.zip |
ARM: bcm: Add support for BCM2711 SoC
Add the BCM2711 to ARCH_BCM2835, but use new machine board code
because of the differences.
Signed-off-by: Stefan Wahren <wahrenst@gmx.net>
Reviewed-by: Eric Anholt <eric@anholt.net>
Acked-by: Florian Fanelli <f.fainelli@gmail.com>
Diffstat (limited to 'arch/arm/mach-bcm/Kconfig')
-rw-r--r-- | arch/arm/mach-bcm/Kconfig | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/mach-bcm/Kconfig b/arch/arm/mach-bcm/Kconfig index 5e5f1fabc3d4..e4e25f287ad7 100644 --- a/arch/arm/mach-bcm/Kconfig +++ b/arch/arm/mach-bcm/Kconfig @@ -161,6 +161,8 @@ config ARCH_BCM2835 select GPIOLIB select ARM_AMBA select ARM_ERRATA_411920 if ARCH_MULTI_V6 + select ARM_GIC if ARCH_MULTI_V7 + select ZONE_DMA if ARCH_MULTI_V7 select ARM_TIMER_SP804 select HAVE_ARM_ARCH_TIMER if ARCH_MULTI_V7 select TIMER_OF @@ -169,7 +171,7 @@ config ARCH_BCM2835 select PINCTRL_BCM2835 select MFD_CORE help - This enables support for the Broadcom BCM2835 and BCM2836 SoCs. + This enables support for the Broadcom BCM2711 and BCM283x SoCs. This SoC is used in the Raspberry Pi and Roku 2 devices. config ARCH_BCM_53573 |