aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/leds/Kconfig
diff options
context:
space:
mode:
authorDaniel Mack <daniel@caiaq.de>2009-10-14 20:59:35 -0400
committerRichard Purdie <rpurdie@linux.intel.com>2009-12-16 06:30:09 -0500
commita8dd18feb68ef0c5d3ec02f7d198740ddd7e8fd3 (patch)
treea1abaa60067c20660f991231adf17e2be9d52ab6 /drivers/leds/Kconfig
parent09a46db05b2e07484c08c638d7d6bda0523a13a6 (diff)
leds: Add driver for LT3593 controlled LEDs
The LT3593 is a step-up DC/DC converter designed to drive up to ten white LEDs in series. The current flow can be set with a control pin. This driver controls any number of such devices connected on generic GPIOs and exports the function as as platform_driver. The gpio_led platform data struct definition is reused for this purpose. Successfully tested on a PXA embedded board. Signed-off-by: Daniel Mack <daniel@caiaq.de> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'drivers/leds/Kconfig')
-rw-r--r--drivers/leds/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig
index e481d3c52a5..e2b7a5382ae 100644
--- a/drivers/leds/Kconfig
+++ b/drivers/leds/Kconfig
@@ -245,6 +245,14 @@ config LEDS_INTEL_SS4200
245 drive or power LEDs on the front panel. Using this driver 245 drive or power LEDs on the front panel. Using this driver
246 can stop the front LED from blinking after startup. 246 can stop the front LED from blinking after startup.
247 247
248config LEDS_LT3593
249 tristate "LED driver for LT3593 controllers"
250 depends on LEDS_CLASS && GENERIC_GPIO
251 help
252 This option enables support for LEDs driven by a Linear Technology
253 LT3593 controller. This controller uses a special one-wire pulse
254 coding protocol to set the brightness.
255
248comment "LED Triggers" 256comment "LED Triggers"
249 257
250config LEDS_TRIGGERS 258config LEDS_TRIGGERS