mirror of
https://github.com/torvalds/linux.git
synced 2024-12-02 00:51:44 +00:00
c581f17a66
The SY7802 is a current-regulated charge pump which can regulate two current levels for Flash and Torch modes. It is a high-current synchronous boost converter with 2-channel high side current sources. Each channel is able to deliver 900mA current. Acked-by: Lee Jones <lee@kernel.org> Signed-off-by: André Apitzsch <git@apitzsch.eu> Link: https://lore.kernel.org/r/20240624-sy7802-v5-2-7abc9d96bfa6@apitzsch.eu Signed-off-by: Lee Jones <lee@kernel.org>
15 lines
586 B
Makefile
15 lines
586 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
|