]> Git Repo - linux.git/commitdiff
pwm: bcm2835: Allow building for ARCH_BRCMSTB
authorFlorian Fainelli <[email protected]>
Mon, 9 Dec 2019 23:25:03 +0000 (15:25 -0800)
committerThierry Reding <[email protected]>
Mon, 20 Jan 2020 12:21:44 +0000 (13:21 +0100)
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]>
drivers/pwm/Kconfig

index 5d8dcccd26cadc6e37f97f73c811412f71bfad62..30190beeb6e9c18e81344dff8573de520da2fab8 100644 (file)
@@ -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)
 
This page took 0.055306 seconds and 4 git commands to generate.