All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] pwm/atmel-hlcdc: Add BACKLIGHT_PWM to config dependency
@ 2016-08-31  2:58 Hyung Jin Jung
  0 siblings, 0 replies; only message in thread
From: Hyung Jin Jung @ 2016-08-31  2:58 UTC (permalink / raw)
  To: thierry.reding; +Cc: linux-pwm, linux-kernel

atmel-hlcdc-pwm working with pwm-backlight so that add dependency to avoid user falut.

Signed-off-by: HyungJin Jung <realbright@lgcns.com>
---
 drivers/pwm/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/pwm/Kconfig b/drivers/pwm/Kconfig
index 80a566a..b32b2c1 100644
--- a/drivers/pwm/Kconfig
+++ b/drivers/pwm/Kconfig
@@ -54,6 +54,7 @@ config PWM_ATMEL_HLCDC_PWM
 	tristate "Atmel HLCDC PWM support"
 	depends on MFD_ATMEL_HLCDC
 	depends on HAVE_CLK
+	depends on BACKLIGHT_PWM
 	help
 	  Generic PWM framework driver for the PWM output of the HLCDC
 	  (Atmel High-end LCD Controller). This PWM output is mainly used
-- 
1.9.1

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-08-31  3:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-31  2:58 [PATCH] pwm/atmel-hlcdc: Add BACKLIGHT_PWM to config dependency Hyung Jin Jung

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.