Skip to content

Commit 2b28fe7

Browse files
committed
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>
1 parent 8400291 commit 2b28fe7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

arch/arm/mach-bcm/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ config ARCH_BRCMSTB
185185
select ARCH_HAS_RESET_CONTROLLER
186186
select ARM_AMBA
187187
select ARM_GIC
188+
select ARM_GIC_V3
188189
select ARM_ERRATA_798181 if SMP
189190
select HAVE_ARM_ARCH_TIMER
190191
select ZONE_DMA if ARM_LPAE

0 commit comments

Comments
 (0)