summaryrefslogtreecommitdiffstats
path: root/drivers/leds/Makefile
diff options
context:
space:
mode:
authorIsai Gaspar <isaiezequiel.gaspar@nxp.com>2023-07-13 18:35:16 +0200
committerLee Jones <lee@kernel.org>2023-07-28 09:26:28 +0100
commitee4e80b2962e98faf69afa6230cb0c249fedec9c (patch)
treeadfa8dfc0eec32735d175f05da51c6eb9e08a35e /drivers/leds/Makefile
parenta4789089b7dea561c2750710065edb8df441648a (diff)
downloadlinux-stable-ee4e80b2962e98faf69afa6230cb0c249fedec9c.tar.gz
linux-stable-ee4e80b2962e98faf69afa6230cb0c249fedec9c.tar.bz2
linux-stable-ee4e80b2962e98faf69afa6230cb0c249fedec9c.zip
leds: pca995x: Add support for PCA995X chips
The PCA995x chips are I2C controlled LED drivers. Each chip has up to 16 outputs, each one with an individual 8-bit resolution PWM for brightness control. Signed-off-by: Isai Gaspar <isaiezequiel.gaspar@nxp.com> Signed-off-by: Marek Vasut <marex@denx.de> # Basically rewrite the driver Link: https://lore.kernel.org/r/20230713163516.21644-2-marex@denx.de Signed-off-by: Lee Jones <lee@kernel.org>
Diffstat (limited to 'drivers/leds/Makefile')
-rw-r--r--drivers/leds/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/leds/Makefile b/drivers/leds/Makefile
index d71f1226540c..d7348e8bc019 100644
--- a/drivers/leds/Makefile
+++ b/drivers/leds/Makefile
@@ -72,6 +72,7 @@ obj-$(CONFIG_LEDS_OT200) += leds-ot200.o
obj-$(CONFIG_LEDS_PCA9532) += leds-pca9532.o
obj-$(CONFIG_LEDS_PCA955X) += leds-pca955x.o
obj-$(CONFIG_LEDS_PCA963X) += leds-pca963x.o
+obj-$(CONFIG_LEDS_PCA995X) += leds-pca995x.o
obj-$(CONFIG_LEDS_PM8058) += leds-pm8058.o
obj-$(CONFIG_LEDS_POWERNV) += leds-powernv.o
obj-$(CONFIG_LEDS_PWM) += leds-pwm.o