summaryrefslogtreecommitdiffstats
path: root/arch/arm
diff options
context:
space:
mode:
authorFlorian Fainelli <florian.fainelli@broadcom.com>2024-07-27 01:34:14 +0200
committerFlorian Fainelli <florian.fainelli@broadcom.com>2024-08-01 01:23:34 +0200
commit2b28fe75c7dbe7ec322e706eed4622964409e21d (patch)
tree575202cc91040b8f0c4d5ab0503ef74d8b93c75d /arch/arm
parentLinux 6.11-rc1 (diff)
downloadlinux-2b28fe75c7dbe7ec322e706eed4622964409e21d.tar.xz
linux-2b28fe75c7dbe7ec322e706eed4622964409e21d.zip
ARM: bcm: Select ARM_GIC_V3 for ARCH_BRCMSTB
A number of recent Broadcom STB SoCs utilize a GIC-600 interrupt controller thus requiring the use of the GICv3 driver. Link: https://lore.kernel.org/r/20240726233414.2305526-1-florian.fainelli@broadcom.com Signed-off-by: Florian Fainelli <florian.fainelli@broadcom.com>
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/mach-bcm/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-bcm/Kconfig b/arch/arm/mach-bcm/Kconfig
index 7318d8789e24..24bc6e18d806 100644
--- a/arch/arm/mach-bcm/Kconfig
+++ b/arch/arm/mach-bcm/Kconfig
@@ -185,6 +185,7 @@ config ARCH_BRCMSTB
select ARCH_HAS_RESET_CONTROLLER
select ARM_AMBA
select ARM_GIC
+ select ARM_GIC_V3
select ARM_ERRATA_798181 if SMP
select HAVE_ARM_ARCH_TIMER
select ZONE_DMA if ARM_LPAE