mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH v2] pwm: add COMPILE_TEST and default y for brcm-iproc-pwm
@ 2016-10-08 17:36 Scott Branden
  2016-10-08 20:20 ` Ray Jui
  0 siblings, 1 reply; 3+ messages in thread
From: Scott Branden @ 2016-10-08 17:36 UTC (permalink / raw)
  To: Thierry Reding
  Cc: linux-pwm, linux-kernel, BCM Kernel Feedback, Scott Branden

Enable COMPILE_TEST for broader compile coverage.
Default y for IPROC PWM driver for IPROC SoCs.
This allows you to turn it on simply by selecting CONFIG_PWM.

Signed-off-by: Scott Branden <scott.branden@broadcom.com>
---
 drivers/pwm/Kconfig | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/pwm/Kconfig b/drivers/pwm/Kconfig
index 80a566a..68cd13d 100644
--- a/drivers/pwm/Kconfig
+++ b/drivers/pwm/Kconfig
@@ -76,7 +76,8 @@ config PWM_ATMEL_TCB
 
 config PWM_BCM_IPROC
 	tristate "iProc PWM support"
-	depends on ARCH_BCM_IPROC
+	depends on ARCH_BCM_IPROC || COMPILE_TEST
+	default ARCH_BCM_IPROC
 	help
 	  Generic PWM framework driver for Broadcom iProc PWM block. This
 	  block is used in Broadcom iProc SoC's.
-- 
2.5.0

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

end of thread, other threads:[~2016-10-08 20:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-08 17:36 [PATCH v2] pwm: add COMPILE_TEST and default y for brcm-iproc-pwm Scott Branden
2016-10-08 20:20 ` Ray Jui
2016-10-08 20:49   ` Scott Branden

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®