mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-08-25 00:27:35 +00:00

The TPS61310/TPS61311 is a flash LED driver with I2C interface. Its power stage is capable of supplying a maximum total current of roughly 1500mA. The TPS6131x provides three constant-current sinks, capable of sinking up to 2 x 400mA (LED1 and LED3) and 800mA (LED2) in flash mode. In torch mode each sink (LED1, LED2, LED3) supports currents up to 175mA. Signed-off-by: Matthias Fend <matthias.fend@emfend.at> Link: https://lore.kernel.org/r/20250514-leds-tps6131x-v5-2-a4fb9e7f2c47@emfend.at Signed-off-by: Lee Jones <lee@kernel.org>
16 lines
633 B
Makefile
16 lines
633 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
obj-$(CONFIG_LEDS_MT6360) += leds-mt6360.o
|
|
obj-$(CONFIG_LEDS_MT6370_FLASH) += leds-mt6370-flash.o
|
|
obj-$(CONFIG_LEDS_AAT1290) += leds-aat1290.o
|
|
obj-$(CONFIG_LEDS_AS3645A) += leds-as3645a.o
|
|
obj-$(CONFIG_LEDS_KTD2692) += leds-ktd2692.o
|
|
obj-$(CONFIG_LEDS_LM3601X) += leds-lm3601x.o
|
|
obj-$(CONFIG_LEDS_MAX77693) += leds-max77693.o
|
|
obj-$(CONFIG_LEDS_QCOM_FLASH) += leds-qcom-flash.o
|
|
obj-$(CONFIG_LEDS_RT4505) += leds-rt4505.o
|
|
obj-$(CONFIG_LEDS_RT8515) += leds-rt8515.o
|
|
obj-$(CONFIG_LEDS_SGM3140) += leds-sgm3140.o
|
|
obj-$(CONFIG_LEDS_SY7802) += leds-sy7802.o
|
|
obj-$(CONFIG_LEDS_TPS6131X) += leds-tps6131x.o
|