Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1472994

[PATCH] pwm/atmel-hlcdc: Add BACKLIGHT_PWM to config dependency

From Hyung Jin Jung <realbright@lgcns.com>
Newsgroups linux.kernel
Subject [PATCH] pwm/atmel-hlcdc: Add BACKLIGHT_PWM to config dependency
Date 2016-08-31 05:10 +0200
Message-ID <sc44x-5kp-3@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


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

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

[PATCH] pwm/atmel-hlcdc: Add BACKLIGHT_PWM to config dependency Hyung Jin Jung <realbright@lgcns.com> - 2016-08-31 05:10 +0200

csiph-web