Kconfig (50501936288d6a29d7ef78f25d00e33240fad45f) | Kconfig (37d0849ed3927f7c4be6f5ee030730f9aa7439c0) |
---|---|
1# SPDX-License-Identifier: GPL-2.0 2 3if LEDS_CLASS_MULTICOLOR 4 | 1# SPDX-License-Identifier: GPL-2.0 2 3if LEDS_CLASS_MULTICOLOR 4 |
5config LEDS_GROUP_MULTICOLOR 6 tristate "LEDs group multi-color support" 7 depends on OF || COMPILE_TEST 8 help 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. 13 14 To compile this driver as a module, choose M here: the module 15 will be called leds-group-multicolor. 16 |
|
5config LEDS_PWM_MULTICOLOR 6 tristate "PWM driven multi-color LED Support" 7 depends on PWM 8 help 9 This option enables support for PWM driven monochrome LEDs that are 10 grouped into multicolor LEDs. 11 12 To compile this driver as a module, choose M here: the module --- 30 unchanged lines hidden --- | 17config LEDS_PWM_MULTICOLOR 18 tristate "PWM driven multi-color LED Support" 19 depends on PWM 20 help 21 This option enables support for PWM driven monochrome LEDs that are 22 grouped into multicolor LEDs. 23 24 To compile this driver as a module, choose M here: the module --- 30 unchanged lines hidden --- |