Skip to content

Commit 585306f

Browse files
leds:ltc3220:add driver
Add driver for ltc3220. LTC3220 18 Channel LED Driver Signed-off-by: edelweiseescala <edelweise.escala@analog.com>
1 parent 6add03f commit 585306f

File tree

4 files changed

+726
-0
lines changed

4 files changed

+726
-0
lines changed

drivers/leds/Kconfig

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -931,6 +931,17 @@ 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
937+
depends on LEDS_CLASS
938+
help
939+
If you have an 18-Channel LED Driver connected to LTC3220, or LTC3220-1
940+
say Y here to enable this driver.
941+
942+
To compile this driver as a module, choose M here: the module will
943+
be called ltc3220.
944+
934945
config LEDS_TPS6105X
935946
tristate "LED support for TI TPS6105X"
936947
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)