diff options
Diffstat (limited to 'drivers/video/backlight/Kconfig')
-rw-r--r-- | drivers/video/backlight/Kconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/video/backlight/Kconfig b/drivers/video/backlight/Kconfig index 09bfa9662e4d..0c77fc610212 100644 --- a/drivers/video/backlight/Kconfig +++ b/drivers/video/backlight/Kconfig | |||
@@ -212,6 +212,13 @@ config BACKLIGHT_DA903X | |||
212 | If you have a LCD backlight connected to the WLED output of DA9030 | 212 | If you have a LCD backlight connected to the WLED output of DA9030 |
213 | or DA9034 WLED output, say Y here to enable this driver. | 213 | or DA9034 WLED output, say Y here to enable this driver. |
214 | 214 | ||
215 | config BACKLIGHT_MAX8925 | ||
216 | tristate "Backlight driver for MAX8925" | ||
217 | depends on BACKLIGHT_CLASS_DEVICE && MFD_MAX8925 | ||
218 | help | ||
219 | If you have a LCD backlight connected to the WLED output of MAX8925 | ||
220 | WLED output, say Y here to enable this driver. | ||
221 | |||
215 | config BACKLIGHT_MBP_NVIDIA | 222 | config BACKLIGHT_MBP_NVIDIA |
216 | tristate "MacBook Pro Nvidia Backlight Driver" | 223 | tristate "MacBook Pro Nvidia Backlight Driver" |
217 | depends on BACKLIGHT_CLASS_DEVICE && X86 | 224 | depends on BACKLIGHT_CLASS_DEVICE && X86 |
@@ -262,3 +269,9 @@ config BACKLIGHT_ADP5520 | |||
262 | To compile this driver as a module, choose M here: the module will | 269 | To compile this driver as a module, choose M here: the module will |
263 | be called adp5520_bl. | 270 | be called adp5520_bl. |
264 | 271 | ||
272 | config BACKLIGHT_88PM860X | ||
273 | tristate "Backlight Driver for 88PM8606 using WLED" | ||
274 | depends on BACKLIGHT_CLASS_DEVICE && MFD_88PM860X | ||
275 | help | ||
276 | Say Y to enable the backlight driver for Marvell 88PM8606. | ||
277 | |||