diff options
| author | Alexander Sverdlin <alexander.sverdlin@siemens.com> | 2024-12-18 22:08:27 +0100 |
|---|---|---|
| committer | Lee Jones <lee@kernel.org> | 2025-01-09 10:43:34 +0000 |
| commit | e14d879292b0f7755c0d51b82a19b30859bb080a (patch) | |
| tree | 44d6962b141a7a3ed4ca32ec72fbe16b68ed6d83 /drivers/leds/Kconfig | |
| parent | efd435a808d9f7c4d71822119e0ebce1b843d1a7 (diff) | |
| download | lwn-e14d879292b0f7755c0d51b82a19b30859bb080a.tar.gz lwn-e14d879292b0f7755c0d51b82a19b30859bb080a.zip | |
leds: lp8864: Add support for Texas Instruments LP8864, LP8864S, LP8866 LED-backlights
Add driver for TI LP8864, LP8864S, LP8866 4/6 channel LED-backlight drivers
with I2C interface.
Link: https://www.ti.com/lit/gpn/lp8864-q1
Link: https://www.ti.com/lit/gpn/lp8864s-q1
Link: https://www.ti.com/lit/gpn/lp8866-q1
Link: https://www.ti.com/lit/gpn/lp8866s-q1
Signed-off-by: Alexander Sverdlin <alexander.sverdlin@siemens.com>
Link: https://lore.kernel.org/r/20241218210829.73191-3-alexander.sverdlin@siemens.com
Signed-off-by: Lee Jones <lee@kernel.org>
Diffstat (limited to 'drivers/leds/Kconfig')
| -rw-r--r-- | drivers/leds/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig index 83bce94e8917..6efd514bfb48 100644 --- a/drivers/leds/Kconfig +++ b/drivers/leds/Kconfig @@ -513,6 +513,18 @@ config LEDS_LP8860 on the LP8860 4 channel LED driver using the I2C communication bus. +config LEDS_LP8864 + tristate "LED support for the TI LP8864/LP8866 4/6 channel LED drivers" + depends on LEDS_CLASS && I2C && OF + select REGMAP_I2C + help + If you say yes here you get support for the TI LP8864-Q1, + LP8864S-Q1, LP8866-Q1, LP8866S-Q1 4/6 channel LED backlight + drivers with I2C interface. + + To compile this driver as a module, choose M here: the + module will be called leds-lp8864. + config LEDS_CLEVO_MAIL tristate "Mail LED on Clevo notebook" depends on LEDS_CLASS && BROKEN |
