1 # SPDX-License-Identifier: GPL-2.0
3 if LEDS_CLASS_MULTICOLOR
5 config LEDS_GROUP_MULTICOLOR
6 tristate "LEDs group multi-color support"
9 This option enables support for monochrome LEDs that are grouped
10 into multicolor LEDs which is useful in the case where LEDs of
11 different colors are physically grouped in a single multi-color LED
12 and driven by a controller that doesn't have multi-color support.
14 To compile this driver as a module, choose M here: the module
15 will be called leds-group-multicolor.
18 tristate "LED support for KTD202x Chips"
22 This option enables support for the Kinetic KTD2026/KTD2027
23 RGB/White LED driver found in different BQ mobile phones.
24 It is a 3 or 4 channel LED driver programmed via an I2C interface.
26 To compile this driver as a module, choose M here: the module
27 will be called leds-ktd202x.
30 tristate "LED support for NCP5623"
34 This option enables support for ON semiconductor NCP5623
35 Triple Output I2C Controlled RGB LED Driver.
37 To compile this driver as a module, choose M here: the module
38 will be called leds-ncp5623.
40 config LEDS_PWM_MULTICOLOR
41 tristate "PWM driven multi-color LED Support"
44 This option enables support for PWM driven monochrome LEDs that are
45 grouped into multicolor LEDs.
47 To compile this driver as a module, choose M here: the module
48 will be called leds-pwm-multicolor.
51 tristate "LED support for Qualcomm LPG"
54 depends on QCOM_PBS || !QCOM_PBS
57 This option enables support for the Light Pulse Generator found in a
58 wide variety of Qualcomm PMICs. The LPG consists of a number of PWM
59 channels and typically a shared pattern lookup table and a current
60 sink, intended to drive RGB LEDs. Each channel can either be used as
61 a LED, grouped to represent a RGB LED or exposed as PWM channels.
63 If compiled as a module, the module will be named leds-qcom-lpg.
65 config LEDS_MT6370_RGB
66 tristate "LED Support for MediaTek MT6370 PMIC"
70 Say Y here to enable support for MT6370_RGB LED device.
71 In MT6370, there are four channel current-sink LED drivers that
72 support hardware pattern for constant current, PWM, and breath mode.
73 Isink4 channel can also be used as a CHG_VIN power good indicator.
75 This driver can also be built as a module. If so, the module
76 will be called "leds-mt6370-rgb".
78 endif # LEDS_CLASS_MULTICOLOR