diff options
| author | Dzmitry Sankouski <dsankouski@gmail.com> | 2025-01-23 18:04:32 +0300 |
|---|---|---|
| committer | Lee Jones <lee@kernel.org> | 2025-02-20 16:38:37 +0000 |
| commit | aebb5fc9a0d87916133b911e1ef2cc04a7996335 (patch) | |
| tree | d712f28419f34329e7dc9251e190b77759a5e7b1 /drivers/leds/Kconfig | |
| parent | eb79f3a5a51a1f484e2570d983dc9d8217e8f912 (diff) | |
| download | linux-next-aebb5fc9a0d87916133b911e1ef2cc04a7996335.tar.gz linux-next-aebb5fc9a0d87916133b911e1ef2cc04a7996335.zip | |
leds: max77705: Add LEDs support
This adds basic support for LEDs for the max77705 PMIC.
Signed-off-by: Dzmitry Sankouski <dsankouski@gmail.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20250123-starqltechn_integration_upstream-v17-7-8b06685b6612@gmail.com
Signed-off-by: Lee Jones <lee@kernel.org>
Diffstat (limited to 'drivers/leds/Kconfig')
| -rw-r--r-- | drivers/leds/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig index 2b27d043921c..856b74125537 100644 --- a/drivers/leds/Kconfig +++ b/drivers/leds/Kconfig @@ -778,6 +778,14 @@ config LEDS_MAX77650 help LEDs driver for MAX77650 family of PMICs from Maxim Integrated. +config LEDS_MAX77705 + tristate "LED support for Maxim MAX77705 PMIC" + depends on MFD_MAX77705 + depends on LEDS_CLASS + depends on LEDS_CLASS_MULTICOLOR + help + LED driver for MAX77705 PMIC from Maxim Integrated. + config LEDS_MAX8997 tristate "LED support for MAX8997 PMIC" depends on LEDS_CLASS && MFD_MAX8997 |
