aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/backlight/Makefile
diff options
context:
space:
mode:
authorMichael Hennerich <michael.hennerich@analog.com>2009-09-17 14:29:52 -0400
committerRichard Purdie <rpurdie@linux.intel.com>2009-09-26 16:48:08 +0100
commita7998cecf5073e0755feeb7fd50b2bdc08dea6bd (patch)
tree3e37f2b38283010cff127db1244250b4dec089d3 /drivers/video/backlight/Makefile
parentbacklight: extend event support to also support poll() (diff)
downloadlinux-dev-a7998cecf5073e0755feeb7fd50b2bdc08dea6bd.tar.xz
linux-dev-a7998cecf5073e0755feeb7fd50b2bdc08dea6bd.zip
backlight: new 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/video/backlight/Makefile')
-rw-r--r--drivers/video/backlight/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/video/backlight/Makefile b/drivers/video/backlight/Makefile
index a483709205ac..9a405548874c 100644
--- a/drivers/video/backlight/Makefile
+++ b/drivers/video/backlight/Makefile
@@ -27,3 +27,5 @@ obj-$(CONFIG_BACKLIGHT_TOSA) += tosa_bl.o
obj-$(CONFIG_BACKLIGHT_SAHARA) += kb3886_bl.o
obj-$(CONFIG_BACKLIGHT_WM831X) += wm831x_bl.o
obj-$(CONFIG_BACKLIGHT_ADX) += adx_bl.o
+obj-$(CONFIG_BACKLIGHT_ADP5520) += adp5520_bl.o
+