aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/leds/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/leds/Kconfig')
-rw-r--r--drivers/leds/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig
index b58bc8a14b9c..3d7822b3498f 100644
--- a/drivers/leds/Kconfig
+++ b/drivers/leds/Kconfig
@@ -193,9 +193,17 @@ config LEDS_LP3944
193 To compile this driver as a module, choose M here: the 193 To compile this driver as a module, choose M here: the
194 module will be called leds-lp3944. 194 module will be called leds-lp3944.
195 195
196config LEDS_LP55XX_COMMON
197 tristate "Common Driver for TI/National LP5521 and LP5523/55231"
198 depends on LEDS_LP5521 || LEDS_LP5523
199 help
200 This option supports common operations for LP5521 and LP5523/55231
201 devices.
202
196config LEDS_LP5521 203config LEDS_LP5521
197 tristate "LED Support for N.S. LP5521 LED driver chip" 204 tristate "LED Support for N.S. LP5521 LED driver chip"
198 depends on LEDS_CLASS && I2C 205 depends on LEDS_CLASS && I2C
206 select LEDS_LP55XX_COMMON
199 help 207 help
200 If you say yes here you get support for the National Semiconductor 208 If you say yes here you get support for the National Semiconductor
201 LP5521 LED driver. It is 3 channel chip with programmable engines. 209 LP5521 LED driver. It is 3 channel chip with programmable engines.
@@ -205,6 +213,7 @@ config LEDS_LP5521
205config LEDS_LP5523 213config LEDS_LP5523
206 tristate "LED Support for TI/National LP5523/55231 LED driver chip" 214 tristate "LED Support for TI/National LP5523/55231 LED driver chip"
207 depends on LEDS_CLASS && I2C 215 depends on LEDS_CLASS && I2C
216 select LEDS_LP55XX_COMMON
208 help 217 help
209 If you say yes here you get support for TI/National Semiconductor 218 If you say yes here you get support for TI/National Semiconductor
210 LP5523/55231 LED driver. 219 LP5523/55231 LED driver.