aboutsummaryrefslogtreecommitdiff
path: root/drivers/leds/Makefile
diff options
context:
space:
mode:
authorGravatar Patrick Rudolph <patrick.rudolph@9elements.com> 2023-11-23 13:28:02 +0000
committerGravatar Lee Jones <lee@kernel.org> 2023-12-13 11:28:41 +0000
commit736214b4b02adf8734206599e36e2081d47554a2 (patch)
tree88d9e12622456dad89695d8c5bc65e1a6a0c86a8 /drivers/leds/Makefile
parentleds: tca6507: Use devm_led_classdev_register() to simplify remove path (diff)
downloadlinux-736214b4b02adf8734206599e36e2081d47554a2.tar.gz
linux-736214b4b02adf8734206599e36e2081d47554a2.tar.bz2
linux-736214b4b02adf8734206599e36e2081d47554a2.zip
leds: max5970: Add support for max5970
The MAX5970 is hot swap controller and has 4 indication LED. Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com> Signed-off-by: Naresh Solanki <Naresh.Solanki@9elements.com> Link: https://lore.kernel.org/r/20231123132803.1107174-1-naresh.solanki@9elements.com 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 b82a538e3f8c..ce07dc295ff0 100644
--- a/drivers/leds/Makefile
+++ b/drivers/leds/Makefile
@@ -56,6 +56,7 @@ obj-$(CONFIG_LEDS_LP8501) += leds-lp8501.o
obj-$(CONFIG_LEDS_LP8788) += leds-lp8788.o
obj-$(CONFIG_LEDS_LP8860) += leds-lp8860.o
obj-$(CONFIG_LEDS_LT3593) += leds-lt3593.o
+obj-$(CONFIG_LEDS_MAX5970) += leds-max5970.o
obj-$(CONFIG_LEDS_MAX77650) += leds-max77650.o
obj-$(CONFIG_LEDS_MAX8997) += leds-max8997.o
obj-$(CONFIG_LEDS_MC13783) += leds-mc13783.o