diff options
author | Haojian Zhuang <haojian.zhuang@marvell.com> | 2009-11-09 12:41:07 -0500 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2010-03-07 16:17:04 -0500 |
commit | d07e8bf83fd71567aaf9c27c3b133ab3cf8f3c4c (patch) | |
tree | bee15dd7e54f3d391d9d29dcd7182eea32615d2b /drivers/video/backlight/Kconfig | |
parent | a16122bcacf050e7f83015183053cf799713cc37 (diff) |
backlight: Enable backlight in 88pm860x
At most, three backlight device can be supported in 88pm860x driver.
Signed-off-by: Haojian Zhuang <haojian.zhuang@marvell.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/video/backlight/Kconfig')
-rw-r--r-- | drivers/video/backlight/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/video/backlight/Kconfig b/drivers/video/backlight/Kconfig index 09bfa9662e4d..96a6b3060ac0 100644 --- a/drivers/video/backlight/Kconfig +++ b/drivers/video/backlight/Kconfig | |||
@@ -262,3 +262,9 @@ config BACKLIGHT_ADP5520 | |||
262 | To compile this driver as a module, choose M here: the module will | 262 | To compile this driver as a module, choose M here: the module will |
263 | be called adp5520_bl. | 263 | be called adp5520_bl. |
264 | 264 | ||
265 | config BACKLIGHT_88PM860X | ||
266 | tristate "Backlight Driver for 88PM8606 using WLED" | ||
267 | depends on BACKLIGHT_CLASS_DEVICE && MFD_88PM860X | ||
268 | help | ||
269 | Say Y to enable the backlight driver for Marvell 88PM8606. | ||
270 | |||