Skip to content

Commit fdf47ff

Browse files
ffainellithierryreding
authored andcommitted
pwm: bcm2835: Allow building for ARCH_BRCMSTB
BCM7211 is supported using ARCH_BRCMSTB and uses this PWM controller driver, make it possible to build it. Signed-off-by: Florian Fainelli <[email protected]> Acked-by: Uwe Kleine-König <[email protected]> Signed-off-by: Thierry Reding <[email protected]>
1 parent a368c34 commit fdf47ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/pwm/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ config PWM_BCM_KONA
100100

101101
config PWM_BCM2835
102102
tristate "BCM2835 PWM support"
103-
depends on ARCH_BCM2835
103+
depends on ARCH_BCM2835 || ARCH_BRCMSTB
104104
help
105105
PWM framework driver for BCM2835 controller (Raspberry Pi)
106106

0 commit comments

Comments
 (0)