diff options
author | G.Shark Jeong <gshark.jeong@gmail.com> | 2012-06-21 20:12:06 -0400 |
---|---|---|
committer | Bryan Wu <bryan.wu@canonical.com> | 2012-07-23 19:52:35 -0400 |
commit | 32abb4788d3fff69fa242c7850e39ec1418df4f4 (patch) | |
tree | 26441f5ebda1a77b7f0f72fb6b487634b2e623c0 /drivers/leds/Kconfig | |
parent | 1522d02e275332080ec27e268edc29c79c6f5e0c (diff) |
leds: Add LED driver for lm3556 chip
LM3556 :
The LM3556 is a 4 MHz fixed-frequency synchronous boost
converter plus 1.5A constant current driver for a high-current white LED.
Datasheet: www.national.com/ds/LM/LM3556.pdf
Tested on OMAP4430
(bryan.wu@canonical.com: use module_i2c_driver() rather than
lm3556_init/lm3556_exit for code simplicity; fixed some typo
pointed out by Rob Landley)
Signed-off-by: G.Shark Jeong <gshark.jeong@gmail.com>
Reviewed-by: Axel Lin <axel.lin@gmail.com>
Reviewed-by: Kim, Milo <Milo.Kim@ti.com>
Acked-by: Rob Landley <rob@landley.net>
Signed-off-by: Bryan Wu <bryan.wu@canonical.com>
Diffstat (limited to 'drivers/leds/Kconfig')
-rw-r--r-- | drivers/leds/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig index 52f1d456f3d2..f028f0348e83 100644 --- a/drivers/leds/Kconfig +++ b/drivers/leds/Kconfig | |||
@@ -415,6 +415,14 @@ config LEDS_MAX8997 | |||
415 | This option enables support for on-chip LED drivers on | 415 | This option enables support for on-chip LED drivers on |
416 | MAXIM MAX8997 PMIC. | 416 | MAXIM MAX8997 PMIC. |
417 | 417 | ||
418 | config LEDS_LM3556 | ||
419 | tristate "LED support for LM3556 Chip" | ||
420 | depends on LEDS_CLASS && I2C | ||
421 | select REGMAP_I2C | ||
422 | help | ||
423 | This option enables support for LEDs connected to LM3556. | ||
424 | LM3556 includes Torch, Flash and Indicator functions. | ||
425 | |||
418 | config LEDS_OT200 | 426 | config LEDS_OT200 |
419 | tristate "LED support for the Bachmann OT200" | 427 | tristate "LED support for the Bachmann OT200" |
420 | depends on LEDS_CLASS && HAS_IOMEM | 428 | depends on LEDS_CLASS && HAS_IOMEM |