diff options
author | Dan Murphy <dmurphy@ti.com> | 2020-08-12 22:50:16 +0300 |
---|---|---|
committer | Pavel Machek <pavel@ucw.cz> | 2020-08-17 23:33:18 +0300 |
commit | 242b81170fb8a4a9d84ae183a8e0b1aaf2554d89 (patch) | |
tree | 5eecb8a9818f47c56e560773801cd0c72773931d /drivers/leds/Kconfig | |
parent | dce1452301e7899468a2d46c826f23eba1e1dd28 (diff) | |
download | linux-242b81170fb8a4a9d84ae183a8e0b1aaf2554d89.tar.xz |
leds: lp50xx: Add the LP50XX family of the RGB LED driver
Introduce the LP5036/30/24/18/12/9 RGB LED driver.
The difference in these parts are the number of
LED outputs where the:
LP5036 can control 36 LEDs
LP5030 can control 30 LEDs
LP5024 can control 24 LEDs
LP5018 can control 18 LEDs
LP5012 can control 12 LEDs
LP5009 can control 9 LEDs
The device has the ability to group LED outputs into control banks
so that multiple LED banks can be controlled with the same mixing and
brightness. Or the LED outputs can also be controlled independently.
Acked-by: Jacek Anaszewski <jacek.anaszewski@gmail.com>
Signed-off-by: Dan Murphy <dmurphy@ti.com>
Signed-off-by: Pavel Machek <pavel@ucw.cz>
Diffstat (limited to 'drivers/leds/Kconfig')
-rw-r--r-- | drivers/leds/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig index 3c54debfc432..4f6464a169d5 100644 --- a/drivers/leds/Kconfig +++ b/drivers/leds/Kconfig @@ -395,6 +395,17 @@ config LEDS_LP3952 To compile this driver as a module, choose M here: the module will be called leds-lp3952. +config LEDS_LP50XX + tristate "LED Support for TI LP5036/30/24/18/12/9 LED driver chip" + depends on LEDS_CLASS && REGMAP_I2C + depends on LEDS_CLASS_MULTICOLOR || !LEDS_CLASS_MULTICOLOR + help + If you say yes here you get support for the Texas Instruments + LP5036, LP5030, LP5024, LP5018, LP5012 and LP5009 LED driver. + + To compile this driver as a module, choose M here: the + module will be called leds-lp50xx. + config LEDS_LP55XX_COMMON tristate "Common Driver for TI/National LP5521/5523/55231/5562/8501" depends on LEDS_CLASS |