Skip to content

Commit 49a50f0

Browse files
leds: ltc3220: add driver
Add driver for ltc3220. LTC3220 18 Channel LED Driver Signed-off-by: Edelweise Escala <[email protected]>
1 parent 2ee8d7c commit 49a50f0

File tree

3 files changed

+545
-0
lines changed

3 files changed

+545
-0
lines changed

drivers/leds/Kconfig

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -931,6 +931,16 @@ config LEDS_LM36274
931931
Say Y to enable the LM36274 LED driver for TI LMU devices.
932932
This supports the LED device LM36274.
933933

934+
config LEDS_LTC3220
935+
tristate "LED Driver for LTC3220/LTC3220-1"
936+
depends on I2C && LEDS_CLASS
937+
help
938+
If you have an 18-Channel LED Driver connected to LTC3220, or LTC3220-1
939+
say Y here to enable this driver.
940+
941+
To compile this driver as a module, choose M here: the module will
942+
be called ltc3220.
943+
934944
config LEDS_TPS6105X
935945
tristate "LED support for TI TPS6105X"
936946
depends on LEDS_CLASS

drivers/leds/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ obj-$(CONFIG_LEDS_LP8501) += leds-lp8501.o
5858
obj-$(CONFIG_LEDS_LP8788) += leds-lp8788.o
5959
obj-$(CONFIG_LEDS_LP8860) += leds-lp8860.o
6060
obj-$(CONFIG_LEDS_LT3593) += leds-lt3593.o
61+
obj-$(CONFIG_LEDS_LTC3220) += leds-ltc3220.o
6162
obj-$(CONFIG_LEDS_MAX5970) += leds-max5970.o
6263
obj-$(CONFIG_LEDS_MAX77650) += leds-max77650.o
6364
obj-$(CONFIG_LEDS_MAX8997) += leds-max8997.o

0 commit comments

Comments
 (0)