mirror of
https://github.com/torvalds/linux.git
synced 2026-07-27 09:36:22 +02:00
Add support for flash LEDs found in certain Samsung S2M series PMICs. The device has two channels for LEDs, typically for the back and front cameras in mobile devices. Both channels can be independently controlled, and can be operated in torch or flash modes. The driver includes initial support for the S2MU005 PMIC flash LEDs. Signed-off-by: Kaustabh Chakraborty <kauschluss@disroot.org> Link: https://patch.msgid.link/20260516-s2mu005-pmic-v7-6-73f9702fb461@disroot.org Signed-off-by: Lee Jones <lee@kernel.org>
17 lines
682 B
Makefile
17 lines
682 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_S2M_FLASH) += leds-s2m-flash.o
|
|
obj-$(CONFIG_LEDS_SGM3140) += leds-sgm3140.o
|
|
obj-$(CONFIG_LEDS_SY7802) += leds-sy7802.o
|
|
obj-$(CONFIG_LEDS_TPS6131X) += leds-tps6131x.o
|