aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pwm
diff options
context:
space:
mode:
authorFlorian Fainelli <f.fainelli@gmail.com>2019-12-09 15:25:03 -0800
committerThierry Reding <thierry.reding@gmail.com>2020-01-20 13:21:44 +0100
commitfdf47ff69d61a4e77f5536ee44bd869334053cb6 (patch)
tree826d82e9574dd7f0859c8b043fe6d3eeaeffa3e5 /drivers/pwm
parentpwm: imx27: Eliminate error message for defer probe (diff)
downloadlinux-dev-fdf47ff69d61a4e77f5536ee44bd869334053cb6.tar.xz
linux-dev-fdf47ff69d61a4e77f5536ee44bd869334053cb6.zip
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 <f.fainelli@gmail.com> Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
Diffstat (limited to 'drivers/pwm')
-rw-r--r--drivers/pwm/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pwm/Kconfig b/drivers/pwm/Kconfig
index 5d8dcccd26ca..30190beeb6e9 100644
--- a/drivers/pwm/Kconfig
+++ b/drivers/pwm/Kconfig
@@ -100,7 +100,7 @@ config PWM_BCM_KONA
config PWM_BCM2835
tristate "BCM2835 PWM support"
- depends on ARCH_BCM2835
+ depends on ARCH_BCM2835 || ARCH_BRCMSTB
help
PWM framework driver for BCM2835 controller (Raspberry Pi)