aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/leds
diff options
context:
space:
mode:
authorJan Kundrát <jan.kundrat@cesnet.cz>2021-07-30 23:59:11 +0200
committerPavel Machek <pavel@ucw.cz>2021-08-18 08:58:21 +0200
commit8b624007e72f448df91e3bd4a9f23ad516599040 (patch)
tree786a9302ff6238289d20481e7e5d6d2269b4de84 /drivers/leds
parentleds: pwm: add support for default-state device property (diff)
downloadlinux-dev-8b624007e72f448df91e3bd4a9f23ad516599040.tar.xz
linux-dev-8b624007e72f448df91e3bd4a9f23ad516599040.zip
leds: lp50xx: Fix chip name in KConfig
The 9-channel one is called LP5009, not LP509. Signed-off-by: Jan Kundrát <jan.kundrat@cesnet.cz> Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Pavel Machek <pavel@ucw.cz>
Diffstat (limited to 'drivers/leds')
-rw-r--r--drivers/leds/Kconfig2
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