aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/leds
diff options
context:
space:
mode:
authorFelipe Balbi <felipe.balbi@nokia.com>2009-02-18 07:05:54 -0500
committerRichard Purdie <rpurdie@linux.intel.com>2009-04-06 11:06:27 -0400
commit67a32ec750109fdfc7cba311145a18d543521822 (patch)
treec3e03913ea653226e5e863ab4462cf8d85d7f559 /drivers/leds
parentd379ee8acd0719736ee7f1d1ccc3b5765880eaf8 (diff)
leds: introduce lp5521 led driver
LP5521 is a three channel led driver with support for hardware accelerated patterns (currently used via lp5521-only sysfs interface). Currently, it's used on n810 device. Signed-off-by: Felipe Balbi <felipe.balbi@nokia.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'drivers/leds')
-rw-r--r--drivers/leds/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig
index b77baecd50ca..9b60b6b684d9 100644
--- a/drivers/leds/Kconfig
+++ b/drivers/leds/Kconfig
@@ -145,6 +145,16 @@ config LEDS_GPIO_OF
145 of_platform devices. For instance, LEDs which are listed in a "dts" 145 of_platform devices. For instance, LEDs which are listed in a "dts"
146 file. 146 file.
147 147
148config LEDS_LP5521
149 tristate "LED Support for the LP5521 LEDs"
150 depends on LEDS_CLASS && I2C
151 help
152 If you say 'Y' here you get support for the National Semiconductor
153 LP5521 LED driver used in n8x0 boards.
154
155 This driver can be built as a module by choosing 'M'. The module
156 will be called leds-lp5521.
157
148config LEDS_CLEVO_MAIL 158config LEDS_CLEVO_MAIL
149 tristate "Mail LED on Clevo notebook" 159 tristate "Mail LED on Clevo notebook"
150 depends on LEDS_CLASS && X86 && SERIO_I8042 && DMI 160 depends on LEDS_CLASS && X86 && SERIO_I8042 && DMI