diff options
author | Jan Kundrát <[email protected]> | 2021-07-30 23:59:11 +0200 |
---|---|---|
committer | Pavel Machek <[email protected]> | 2021-08-18 08:58:21 +0200 |
commit | 8b624007e72f448df91e3bd4a9f23ad516599040 (patch) | |
tree | 786a9302ff6238289d20481e7e5d6d2269b4de84 | |
parent | 3d3d65bd27645830a6f23af29d0f9ebe5cc8bcb2 (diff) |
leds: lp50xx: Fix chip name in KConfig
The 9-channel one is called LP5009, not LP509.
Signed-off-by: Jan Kundrát <[email protected]>
Reviewed-by: Andy Shevchenko <[email protected]>
Signed-off-by: Pavel Machek <[email protected]>
-rw-r--r-- | drivers/leds/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig index da7773dc8670..ed800f5da7d8 100644 --- a/drivers/leds/Kconfig +++ b/drivers/leds/Kconfig @@ -369,7 +369,7 @@ config LEDS_LP3952 module will be called leds-lp3952. config LEDS_LP50XX - tristate "LED Support for TI LP5036/30/24/18/12/9 LED driver chip" + tristate "LED Support for TI LP5036/30/24/18/12/09 LED driver chip" depends on LEDS_CLASS && REGMAP_I2C depends on LEDS_CLASS_MULTICOLOR || !LEDS_CLASS_MULTICOLOR help |