Skip to content

Commit

Permalink
ARM: bcm: Select ARM_GIC_V3 for ARCH_BRCMSTB
Browse files Browse the repository at this point in the history
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/[email protected]
Signed-off-by: Florian Fainelli <[email protected]>
  • Loading branch information
ffainelli committed Jul 31, 2024
1 parent 8400291 commit 2b28fe7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/mach-bcm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2b28fe7

Please sign in to comment.