aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/backlight/Makefile
diff options
context:
space:
mode:
authorHaojian Zhuang <haojian.zhuang@marvell.com>2009-12-18 10:01:45 -0500
committerSamuel Ortiz <sameo@linux.intel.com>2010-03-07 22:17:08 +0100
commit4f811ef0d40048ae80b6ea77080b814725bffc58 (patch)
tree497168c5c8059bed17c50c8b44d9691e5634f8bb /drivers/video/backlight/Makefile
parentmfd: Add subdevs in max8925 (diff)
downloadlinux-dev-4f811ef0d40048ae80b6ea77080b814725bffc58.tar.xz
linux-dev-4f811ef0d40048ae80b6ea77080b814725bffc58.zip
backlight: Enable max8925 backlight
Enable max8925 backlight sub device. Signed-off-by: Haojian Zhuang <haojian.zhuang@marvell.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/video/backlight/Makefile')
-rw-r--r--drivers/video/backlight/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/backlight/Makefile b/drivers/video/backlight/Makefile
index 802d467b08c0..6c704d41462d 100644
--- a/drivers/video/backlight/Makefile
+++ b/drivers/video/backlight/Makefile
@@ -22,6 +22,7 @@ obj-$(CONFIG_BACKLIGHT_PROGEAR) += progear_bl.o
obj-$(CONFIG_BACKLIGHT_CARILLO_RANCH) += cr_bllcd.o
obj-$(CONFIG_BACKLIGHT_PWM) += pwm_bl.o
obj-$(CONFIG_BACKLIGHT_DA903X) += da903x_bl.o
+obj-$(CONFIG_BACKLIGHT_MAX8925) += max8925_bl.o
obj-$(CONFIG_BACKLIGHT_MBP_NVIDIA) += mbp_nvidia_bl.o
obj-$(CONFIG_BACKLIGHT_TOSA) += tosa_bl.o
obj-$(CONFIG_BACKLIGHT_SAHARA) += kb3886_bl.o