aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/leds/Kconfig
diff options
context:
space:
mode:
authorMichael Hennerich <michael.hennerich@analog.com>2009-10-08 04:00:19 -0400
committerRichard Purdie <rpurdie@linux.intel.com>2009-12-16 06:30:10 -0500
commited4a10b47ff1e4059157f33248a62d9551ced786 (patch)
tree34a76460ff523dbdd7f016164a60e66a4e3f768b /drivers/leds/Kconfig
parenta8dd18feb68ef0c5d3ec02f7d198740ddd7e8fd3 (diff)
leds: Add driver for ADP5520/ADP5501 MFD PMICs
Signed-off-by: Michael Hennerich <michael.hennerich@analog.com> Signed-off-by: Bryan Wu <cooloney@kernel.org> Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'drivers/leds/Kconfig')
-rw-r--r--drivers/leds/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig
index e2b7a5382ae6..f12a99676628 100644
--- a/drivers/leds/Kconfig
+++ b/drivers/leds/Kconfig
@@ -253,6 +253,16 @@ config LEDS_LT3593
253 LT3593 controller. This controller uses a special one-wire pulse 253 LT3593 controller. This controller uses a special one-wire pulse
254 coding protocol to set the brightness. 254 coding protocol to set the brightness.
255 255
256config LEDS_ADP5520
257 tristate "LED Support for ADP5520/ADP5501 PMIC"
258 depends on LEDS_CLASS && PMIC_ADP5520
259 help
260 This option enables support for on-chip LED drivers found
261 on Analog Devices ADP5520/ADP5501 PMICs.
262
263 To compile this driver as a module, choose M here: the module will
264 be called leds-adp5520.
265
256comment "LED Triggers" 266comment "LED Triggers"
257 267
258config LEDS_TRIGGERS 268config LEDS_TRIGGERS