linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] pwm: bcm2835: Allow building for ARCH_BRCMSTB
@ 2019-12-09 23:25 Florian Fainelli
  2019-12-10  6:52 ` Uwe Kleine-König
  0 siblings, 1 reply; 3+ messages in thread
From: Florian Fainelli @ 2019-12-09 23:25 UTC (permalink / raw)
  To: linux-kernel
  Cc: bcm-kernel-feedback-list, wahrenst, Florian Fainelli,
	Thierry Reding, Uwe Kleine-König, open list:PWM SUBSYSTEM

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>
---
 drivers/pwm/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/pwm/Kconfig b/drivers/pwm/Kconfig
index bd21655c37a6..0bb8a40c8d6c 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)
 
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-12-30 19:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-09 23:25 [PATCH] pwm: bcm2835: Allow building for ARCH_BRCMSTB Florian Fainelli
2019-12-10  6:52 ` Uwe Kleine-König
2019-12-30 19:33   ` Florian Fainelli

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).