diff options
author | Dan Murphy <dmurphy@ti.com> | 2018-05-23 07:51:29 -0400 |
---|---|---|
committer | Jacek Anaszewski <jacek.anaszewski@gmail.com> | 2018-05-23 15:44:47 -0400 |
commit | 57a53297cc861de7d16f1a1b49e8f7ff9b22915b (patch) | |
tree | d5f91ec072fc6334d27f125ce69f6b3e39d011f7 /drivers/leds/Kconfig | |
parent | 2f8270de62db520313fc4aa27eccd9300478f3a3 (diff) |
leds: lm3601x: Introduce the lm3601x LED driver
Introduce the family of LED devices that can
drive a torch, strobe or IR LED.
The LED driver can be configured with a strobe
timer to execute a strobe flash. The IR LED
brightness is controlled via the torch brightness
register.
The data sheet for each the LM36010 and LM36011
LED drivers can be found here:
http://www.ti.com/product/LM36010
http://www.ti.com/product/LM36011
Signed-off-by: Dan Murphy <dmurphy@ti.com>
Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Signed-off-by: Jacek Anaszewski <jacek.anaszewski@gmail.com>
Diffstat (limited to 'drivers/leds/Kconfig')
-rw-r--r-- | drivers/leds/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig index cfeb5fb28c2d..6e3a998f3370 100644 --- a/drivers/leds/Kconfig +++ b/drivers/leds/Kconfig | |||
@@ -158,6 +158,15 @@ config LEDS_LM3692X | |||
158 | This option enables support for the TI LM3692x family | 158 | This option enables support for the TI LM3692x family |
159 | of white LED string drivers used for backlighting. | 159 | of white LED string drivers used for backlighting. |
160 | 160 | ||
161 | config LEDS_LM3601X | ||
162 | tristate "LED support for LM3601x Chips" | ||
163 | depends on LEDS_CLASS && I2C | ||
164 | depends on LEDS_CLASS_FLASH | ||
165 | select REGMAP_I2C | ||
166 | help | ||
167 | This option enables support for the TI LM3601x family | ||
168 | of flash, torch and indicator classes. | ||
169 | |||
161 | config LEDS_LOCOMO | 170 | config LEDS_LOCOMO |
162 | tristate "LED Support for Locomo device" | 171 | tristate "LED Support for Locomo device" |
163 | depends on LEDS_CLASS | 172 | depends on LEDS_CLASS |