diff options
author | Michael Hennerich <michael.hennerich@analog.com> | 2009-10-08 04:00:19 -0400 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-12-16 11:30:10 +0000 |
commit | ed4a10b47ff1e4059157f33248a62d9551ced786 (patch) | |
tree | 34a76460ff523dbdd7f016164a60e66a4e3f768b /drivers/leds/Kconfig | |
parent | a8dd18feb68ef0c5d3ec02f7d198740ddd7e8fd3 (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/Kconfig | 10 |
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 LT3593 controller. This controller uses a special one-wire pulse coding protocol to set the brightness. +config LEDS_ADP5520 + tristate "LED Support for ADP5520/ADP5501 PMIC" + depends on LEDS_CLASS && PMIC_ADP5520 + help + This option enables support for on-chip LED drivers found + on Analog Devices ADP5520/ADP5501 PMICs. + + To compile this driver as a module, choose M here: the module will + be called leds-adp5520. + comment "LED Triggers" config LEDS_TRIGGERS |