From: Florian Fainelli Date: Mon, 9 Dec 2019 23:25:03 +0000 (-0800) Subject: pwm: bcm2835: Allow building for ARCH_BRCMSTB X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=fdf47ff69d61a4e77f5536ee44bd869334053cb6;p=openwrt%2Fstaging%2Fblogic.git 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 Acked-by: Uwe Kleine-König Signed-off-by: Thierry Reding --- 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)