File tree Expand file tree Collapse file tree 3 files changed +533
-6
lines changed
Expand file tree Collapse file tree 3 files changed +533
-6
lines changed Original file line number Diff line number Diff line change @@ -959,13 +959,16 @@ config LEDS_ACER_A500
959959 This option enables support for the Power Button LED of
960960 Acer Iconia Tab A500.
961961
962- source "drivers/leds/blink/Kconfig"
963-
964- comment "Flash and Torch LED drivers"
965- source "drivers/leds/flash/Kconfig"
962+ config LEDS_LTC3208
963+ tristate "LED Driver for LTC3208"
964+ depends on LEDS_CLASS && I2C
965+ select REGMAP_I2C
966+ help
967+ Say Y to enable the LTC3208 LED driver.
968+ This supports the LED device LTC3208.
966969
967- comment "RGB LED drivers"
968- source "drivers/leds/rgb/Kconfig"
970+ To compile this driver as a module, choose M here: the module will
971+ be called ltc3208.
969972
970973comment "LED Triggers"
971974source "drivers/leds/trigger/Kconfig"
Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ obj-$(CONFIG_LEDS_LP8501) += leds-lp8501.o
5858obj-$(CONFIG_LEDS_LP8788) += leds-lp8788.o
5959obj-$(CONFIG_LEDS_LP8860) += leds-lp8860.o
6060obj-$(CONFIG_LEDS_LT3593) += leds-lt3593.o
61+ obj-$(CONFIG_LEDS_LTC3208) += leds-ltc3208.o
6162obj-$(CONFIG_LEDS_MAX5970) += leds-max5970.o
6263obj-$(CONFIG_LEDS_MAX77650) += leds-max77650.o
6364obj-$(CONFIG_LEDS_MAX8997) += leds-max8997.o
You can’t perform that action at this time.
0 commit comments