aboutsummaryrefslogtreecommitdiff
path: root/drivers/leds/flash/Makefile
diff options
context:
space:
mode:
authorGene Chen <gene_chen@richtek.com>2021-11-15 15:03:11 +0100
committerPavel Machek <pavel@ucw.cz>2022-01-12 19:42:42 +0100
commit679f8652064bfa2f622c7b2bab86b1bf3207d6bc (patch)
tree9617972397ac331b99fcc5c7ac63c9531e99ea08 /drivers/leds/flash/Makefile
parente05cab34e417eb9051cd2e40c63f0bf37e7dac1b (diff)
leds: Add mt6360 driver
Add MT6360 LED driver include 2-channel Flash LED with torch/strobe mode, 3-channel RGB LED support Register/Flash/Breath Mode, and 1-channel for moonlight LED. Signed-off-by: Gene Chen <gene_chen@richtek.com> Acked-by: Jacek Anaszewski <jacek.anaszewski@gmail.com> Signed-off-by: Pavel Machek <pavel@ucw.cz>
Diffstat (limited to 'drivers/leds/flash/Makefile')
-rw-r--r--drivers/leds/flash/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/leds/flash/Makefile b/drivers/leds/flash/Makefile
index ebea42f9c37e..0acbddc0b91b 100644
--- a/drivers/leds/flash/Makefile
+++ b/drivers/leds/flash/Makefile
@@ -1,5 +1,6 @@
# SPDX-License-Identifier: GPL-2.0
+obj-$(CONFIG_LEDS_MT6360) += leds-mt6360.o
obj-$(CONFIG_LEDS_AAT1290) += leds-aat1290.o
obj-$(CONFIG_LEDS_AS3645A) += leds-as3645a.o
obj-$(CONFIG_LEDS_KTD2692) += leds-ktd2692.o