Unverified Commit e066cfd8 authored by Florian Fainelli's avatar Florian Fainelli
Browse files

Merge tag 'tags/bcm2835-soc-next-2021-01-25' into soc/next



Select BRCMSTB_L2_IRQ as it's now used on Raspberry Pi 4

Signed-off-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
parents d5d5b7f3 5674e314
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -161,6 +161,7 @@ config ARCH_BCM2835
	select ARM_TIMER_SP804
	select HAVE_ARM_ARCH_TIMER if ARCH_MULTI_V7
	select BCM2835_TIMER
	select BRCMSTB_L2_IRQ
	select PINCTRL
	select PINCTRL_BCM2835
	select MFD_CORE
+1 −0
Original line number Diff line number Diff line
@@ -39,6 +39,7 @@ config ARCH_BCM2835
	select ARM_AMBA
	select ARM_GIC
	select ARM_TIMER_SP804
	select BRCMSTB_L2_IRQ
	help
	  This enables support for the Broadcom BCM2837 and BCM2711 SoC.
	  These SoCs are used in the Raspberry Pi 3 and 4 devices.