diff options
author | Kim, Milo <Milo.Kim@ti.com> | 2012-09-04 03:06:11 -0400 |
---|---|---|
committer | Bryan Wu <bryan.wu@canonical.com> | 2012-09-11 06:32:42 -0400 |
commit | ca7053216833d6b9cd3faaa0dfd2261ce3b9dffc (patch) | |
tree | 07604b5c40afa7452b5f78e64ae1e8ad3b1787ac | |
parent | 52c47742f79d9240f90af9a6722fe8bb3fa8c0f9 (diff) |
leds-lp5523: support new LP55231 device
New TI LP55231 device has same I2C register layout as LP5523. Therefore,
all of LED operations can be shared with the LP5523 driver.
To support new LP55231 device explicitly, the device description
is added in the configuration file.
Signed-off-by: Milo(Woogyom) Kim <milo.kim@ti.com>
Signed-off-by: Bryan Wu <bryan.wu@canonical.com>
-rw-r--r-- | drivers/leds/Kconfig | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig index c96bbaadeebd..86ea15a127f7 100644 --- a/drivers/leds/Kconfig +++ b/drivers/leds/Kconfig | |||
@@ -192,11 +192,12 @@ config LEDS_LP5521 | |||
192 | programming the engines. | 192 | programming the engines. |
193 | 193 | ||
194 | config LEDS_LP5523 | 194 | config LEDS_LP5523 |
195 | tristate "LED Support for N.S. LP5523 LED driver chip" | 195 | tristate "LED Support for TI/National LP5523/55231 LED driver chip" |
196 | depends on LEDS_CLASS && I2C | 196 | depends on LEDS_CLASS && I2C |
197 | help | 197 | help |
198 | If you say yes here you get support for the National Semiconductor | 198 | If you say yes here you get support for TI/National Semiconductor |
199 | LP5523 LED driver. It is 9 channel chip with programmable engines. | 199 | LP5523/55231 LED driver. |
200 | It is 9 channel chip with programmable engines. | ||
200 | Driver provides direct control via LED class and interface for | 201 | Driver provides direct control via LED class and interface for |
201 | programming the engines. | 202 | programming the engines. |
202 | 203 | ||