diff options
author | Michael Hennerich <michael.hennerich@analog.com> | 2009-09-17 14:29:52 -0400 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-09-26 11:48:08 -0400 |
commit | a7998cecf5073e0755feeb7fd50b2bdc08dea6bd (patch) | |
tree | 3e37f2b38283010cff127db1244250b4dec089d3 /drivers/video/backlight/Kconfig | |
parent | 89dfc28ccbff6521a4df9dc3699a94bbde11a6ed (diff) |
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/Kconfig')
-rw-r--r-- | drivers/video/backlight/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
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 | |||
251 | help | 251 | help |
252 | Say Y to enable the backlight driver on Avionic Design Xanthos-based | 252 | Say Y to enable the backlight driver on Avionic Design Xanthos-based |
253 | boards. | 253 | boards. |
254 | |||
255 | config BACKLIGHT_ADP5520 | ||
256 | tristate "Backlight Driver for ADP5520/ADP5501 using WLED" | ||
257 | depends on BACKLIGHT_CLASS_DEVICE && PMIC_ADP5520 | ||
258 | help | ||
259 | If you have a LCD backlight connected to the BST/BL_SNK output of | ||
260 | ADP5520 or ADP5501, say Y here to enable this driver. | ||
261 | |||
262 | To compile this driver as a module, choose M here: the module will | ||
263 | be called adp5520_bl. | ||
264 | |||