diff options
author | Sven Schwermer <sven.schwermer@disruptive-technologies.com> | 2022-05-04 21:49:46 +0300 |
---|---|---|
committer | Pavel Machek <pavel@ucw.cz> | 2022-05-08 00:09:31 +0300 |
commit | 818d03b3d4ae00eeb56687d2115a930406b2c7b3 (patch) | |
tree | b215bf7a05e1486b2b5687cddf2dcea173401e13 /drivers/leds/rgb/Kconfig | |
parent | 9fa2762110dd5d4e3ccadcd6bc1e5c7c517cbe4d (diff) | |
download | linux-818d03b3d4ae00eeb56687d2115a930406b2c7b3.tar.xz |
leds: Move pwm-multicolor driver into rgb directory
The drivers/leds/rgb subdirectory is relatively fresh, so we move this
new PWM multi-color driver into it.
Signed-off-by: Sven Schwermer <sven.schwermer@disruptive-technologies.com>
Signed-off-by: Pavel Machek <pavel@ucw.cz>
Diffstat (limited to 'drivers/leds/rgb/Kconfig')
-rw-r--r-- | drivers/leds/rgb/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/leds/rgb/Kconfig b/drivers/leds/rgb/Kconfig index 5dd27ad80856..63fd40b257ec 100644 --- a/drivers/leds/rgb/Kconfig +++ b/drivers/leds/rgb/Kconfig @@ -2,6 +2,16 @@ if LEDS_CLASS_MULTICOLOR +config LEDS_PWM_MULTICOLOR + tristate "PWM driven multi-color LED Support" + depends on PWM + help + This option enables support for PWM driven monochrome LEDs that are + grouped into multicolor LEDs. + + To compile this driver as a module, choose M here: the module + will be called leds-pwm-multicolor. + config LEDS_QCOM_LPG tristate "LED support for Qualcomm LPG" depends on OF |