aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pwm/Kconfig
diff options
context:
space:
mode:
authorPeter Ujfalusi <peter.ujfalusi@ti.com>2012-11-27 05:09:58 -0500
committerThierry Reding <thierry.reding@avionic-design.de>2012-11-28 09:16:19 -0500
commitaa7656471df6cad1a4ed82ba888a40e9bc46aa19 (patch)
tree72e7b3bc5652e6d4d2c6a02fe8c87e7466de88eb /drivers/pwm/Kconfig
parent3744c26386971db1c7ecf5aa5900882deae60492 (diff)
pwm: New driver to support PWM driven LEDs on TWL4030/6030 series of PMICs
The driver supports the following LED outputs as generic PWM driver: TWL4030 LEDA and LEDB (PWMA and PWMB) TWL6030 Charging indicator LED (PWM LED) On TWL6030 when the PWM requested LED is configured to be controlled by SW. In this case the user can enable/disable and set the duty period freely. When the PWM has been freed, the LED driver is put back to HW control. Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com> Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>
Diffstat (limited to 'drivers/pwm/Kconfig')
-rw-r--r--drivers/pwm/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/pwm/Kconfig b/drivers/pwm/Kconfig
index e1792d5e3861..fe788a7c5495 100644
--- a/drivers/pwm/Kconfig
+++ b/drivers/pwm/Kconfig
@@ -182,6 +182,15 @@ config PWM_TWL
182 To compile this driver as a module, choose M here: the module 182 To compile this driver as a module, choose M here: the module
183 will be called pwm-twl. 183 will be called pwm-twl.
184 184
185config PWM_TWL_LED
186 tristate "TWL4030/6030 PWM support for LED drivers"
187 depends on TWL4030_CORE
188 help
189 Generic PWM framework driver for TWL4030/6030 LED terminals.
190
191 To compile this driver as a module, choose M here: the module
192 will be called pwm-twl-led.
193
185config PWM_VT8500 194config PWM_VT8500
186 tristate "vt8500 pwm support" 195 tristate "vt8500 pwm support"
187 depends on ARCH_VT8500 196 depends on ARCH_VT8500