]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
ARM: bcm: Select ARM_GIC_V3 for ARCH_BRCMSTB
authorFlorian Fainelli <florian.fainelli@broadcom.com>
Fri, 26 Jul 2024 23:34:14 +0000 (16:34 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 2 Oct 2025 11:42:54 +0000 (13:42 +0200)
commit 2b28fe75c7dbe7ec322e706eed4622964409e21d upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/arm/mach-bcm/Kconfig

index 8789d93a7c04b3929452ceed8063c024a794e815..c705bec1410c5720248d4f30eb5f29a581e136ea 100644 (file)
@@ -186,6 +186,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