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 06:30:10 -0500 |
commit | ed4a10b47ff1e4059157f33248a62d9551ced786 (patch) | |
tree | 34a76460ff523dbdd7f016164a60e66a4e3f768b /drivers/leds/Makefile | |
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/Makefile')
-rw-r--r-- | drivers/leds/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/leds/Makefile b/drivers/leds/Makefile index eb5a141d825c..176f0c674751 100644 --- a/drivers/leds/Makefile +++ b/drivers/leds/Makefile | |||
@@ -31,6 +31,7 @@ obj-$(CONFIG_LEDS_WM8350) += leds-wm8350.o | |||
31 | obj-$(CONFIG_LEDS_PWM) += leds-pwm.o | 31 | obj-$(CONFIG_LEDS_PWM) += leds-pwm.o |
32 | obj-$(CONFIG_LEDS_INTEL_SS4200) += leds-ss4200.o | 32 | obj-$(CONFIG_LEDS_INTEL_SS4200) += leds-ss4200.o |
33 | obj-$(CONFIG_LEDS_LT3593) += leds-lt3593.o | 33 | obj-$(CONFIG_LEDS_LT3593) += leds-lt3593.o |
34 | obj-$(CONFIG_LEDS_ADP5520) += leds-adp5520.o | ||
34 | 35 | ||
35 | # LED SPI Drivers | 36 | # LED SPI Drivers |
36 | obj-$(CONFIG_LEDS_DAC124S085) += leds-dac124s085.o | 37 | obj-$(CONFIG_LEDS_DAC124S085) += leds-dac124s085.o |