diff options
author | Patrick Rudolph <patrick.rudolph@9elements.com> | 2023-11-23 14:28:02 +0100 |
---|---|---|
committer | Lee Jones <lee@kernel.org> | 2023-12-13 12:28:41 +0100 |
commit | 736214b4b02adf8734206599e36e2081d47554a2 (patch) | |
tree | 88d9e12622456dad89695d8c5bc65e1a6a0c86a8 /drivers/leds/Kconfig | |
parent | leds: tca6507: Use devm_led_classdev_register() to simplify remove path (diff) | |
download | linux-736214b4b02adf8734206599e36e2081d47554a2.tar.xz 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/Kconfig')
-rw-r--r-- | drivers/leds/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig index e7697a888159..bfa11e7b157f 100644 --- a/drivers/leds/Kconfig +++ b/drivers/leds/Kconfig @@ -648,6 +648,17 @@ config LEDS_ADP5520 To compile this driver as a module, choose M here: the module will be called leds-adp5520. +config LEDS_MAX5970 + tristate "LED Support for Maxim 5970" + depends on LEDS_CLASS + depends on MFD_MAX5970 + help + This option enables support for the Maxim MAX5970 & MAX5978 smart + switch indication LEDs via the I2C bus. + + To compile this driver as a module, choose M here: the module will + be called leds-max5970. + config LEDS_MC13783 tristate "LED Support for MC13XXX PMIC" depends on LEDS_CLASS |