From: Michael Hennerich Date: Thu, 17 Sep 2009 18:29:52 +0000 (-0400) Subject: backlight: new driver for ADP5520/ADP5501 MFD PMICs X-Git-Tag: v2.6.32-rc1~11^2 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7998cecf5073e0755feeb7fd50b2bdc08dea6bd;p=pandora-kernel.git backlight: new driver for ADP5520/ADP5501 MFD PMICs Signed-off-by: Michael Hennerich Signed-off-by: Bryan Wu Signed-off-by: Mike Frysinger Signed-off-by: Richard Purdie --- diff --git a/drivers/video/backlight/Kconfig b/drivers/video/backlight/Kconfig index 22a49944d98d..8b3bc71ddb04 100644 --- a/drivers/video/backlight/Kconfig +++ b/drivers/video/backlight/Kconfig @@ -251,3 +251,14 @@ config BACKLIGHT_ADX help Say Y to enable the backlight driver on Avionic Design Xanthos-based boards. + +config BACKLIGHT_ADP5520 + tristate "Backlight Driver for ADP5520/ADP5501 using WLED" + depends on BACKLIGHT_CLASS_DEVICE && PMIC_ADP5520 + help + If you have a LCD backlight connected to the BST/BL_SNK output of + ADP5520 or ADP5501, say Y here to enable this driver. + + To compile this driver as a module, choose M here: the module will + be called adp5520_bl. + 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 + Reading git-diff-tree failed