File tree Expand file tree Collapse file tree 3 files changed +639
-0
lines changed Expand file tree Collapse file tree 3 files changed +639
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,19 @@ config LEDS_GROUP_MULTICOLOR
14
14
To compile this driver as a module, choose M here: the module
15
15
will be called leds-group-multicolor.
16
16
17
+ config LEDS_KTD202X
18
+ tristate "LED support for KTD202x Chips"
19
+ depends on I2C
20
+ depends on OF
21
+ select REGMAP_I2C
22
+ help
23
+ This option enables support for the Kinetic KTD2026/KTD2027
24
+ RGB/White LED driver found in different BQ mobile phones.
25
+ It is a 3 or 4 channel LED driver programmed via an I2C interface.
26
+
27
+ To compile this driver as a module, choose M here: the module
28
+ will be called leds-ktd202x.
29
+
17
30
config LEDS_PWM_MULTICOLOR
18
31
tristate "PWM driven multi-color LED Support"
19
32
depends on PWM
Original file line number Diff line number Diff line change 1
1
# SPDX-License-Identifier: GPL-2.0
2
2
3
3
obj-$(CONFIG_LEDS_GROUP_MULTICOLOR) += leds-group-multicolor.o
4
+ obj-$(CONFIG_LEDS_KTD202X) += leds-ktd202x.o
4
5
obj-$(CONFIG_LEDS_PWM_MULTICOLOR) += leds-pwm-multicolor.o
5
6
obj-$(CONFIG_LEDS_QCOM_LPG) += leds-qcom-lpg.o
6
7
obj-$(CONFIG_LEDS_MT6370_RGB) += leds-mt6370-rgb.o
You can’t perform that action at this time.
0 commit comments