diff options
author | Sven Schwermer <sven.schwermer@disruptive-technologies.com> | 2022-04-07 10:32:25 +0300 |
---|---|---|
committer | Pavel Machek <pavel@ucw.cz> | 2022-05-05 11:04:52 +0300 |
commit | 9fa2762110dd5d4e3ccadcd6bc1e5c7c517cbe4d (patch) | |
tree | 0793ed5a7bd183fa81103a15e1215fa22a696795 /drivers/leds/Makefile | |
parent | ac123741b8f52311af118f8a052b1cbbed041291 (diff) | |
download | linux-9fa2762110dd5d4e3ccadcd6bc1e5c7c517cbe4d.tar.xz |
leds: Add PWM multicolor driver
By allowing to group multiple monochrome PWM LEDs into multicolor LEDs,
all involved LEDs can be controlled in-sync. This enables using effects
using triggers, etc.
Signed-off-by: Sven Schwermer <sven.schwermer@disruptive-technologies.com>
Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Signed-off-by: Pavel Machek <pavel@ucw.cz>
Diffstat (limited to 'drivers/leds/Makefile')
-rw-r--r-- | drivers/leds/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/leds/Makefile b/drivers/leds/Makefile index 4fd2f92cd198..c6a147865705 100644 --- a/drivers/leds/Makefile +++ b/drivers/leds/Makefile @@ -73,6 +73,7 @@ obj-$(CONFIG_LEDS_PCA963X) += leds-pca963x.o obj-$(CONFIG_LEDS_PM8058) += leds-pm8058.o obj-$(CONFIG_LEDS_POWERNV) += leds-powernv.o obj-$(CONFIG_LEDS_PWM) += leds-pwm.o +obj-$(CONFIG_LEDS_PWM_MULTICOLOR) += leds-pwm-multicolor.o obj-$(CONFIG_LEDS_REGULATOR) += leds-regulator.o obj-$(CONFIG_LEDS_S3C24XX) += leds-s3c24xx.o obj-$(CONFIG_LEDS_SC27XX_BLTC) += leds-sc27xx-bltc.o |