Kconfig (ee378a5c6550dcbfe6fa9c71b84ca2eb19cb288e) Kconfig (2ddfd12f3584840f5190897214423061d8a0602f)
1#
2# Backlight & LCD drivers configuration
3#
4
5menuconfig BACKLIGHT_LCD_SUPPORT
6 bool "Backlight & LCD device support"
7 help
8 Enable this to be able to choose the drivers for controlling the

--- 286 unchanged lines hidden (view full) ---

295 be called adp8860_bl.
296
297config BACKLIGHT_88PM860X
298 tristate "Backlight Driver for 88PM8606 using WLED"
299 depends on MFD_88PM860X
300 help
301 Say Y to enable the backlight driver for Marvell 88PM8606.
302
1#
2# Backlight & LCD drivers configuration
3#
4
5menuconfig BACKLIGHT_LCD_SUPPORT
6 bool "Backlight & LCD device support"
7 help
8 Enable this to be able to choose the drivers for controlling the

--- 286 unchanged lines hidden (view full) ---

295 be called adp8860_bl.
296
297config BACKLIGHT_88PM860X
298 tristate "Backlight Driver for 88PM8606 using WLED"
299 depends on MFD_88PM860X
300 help
301 Say Y to enable the backlight driver for Marvell 88PM8606.
302
303config BACKLIGHT_PCF50633
304 tristate "Backlight driver for NXP PCF50633 MFD"
305 depends on BACKLIGHT_CLASS_DEVICE && MFD_PCF50633
306 help
307 If you have a backlight driven by a NXP PCF50633 MFD, say Y here to
308 enable its driver.
309
303endif # BACKLIGHT_CLASS_DEVICE
304
305endif # BACKLIGHT_LCD_SUPPORT
310endif # BACKLIGHT_CLASS_DEVICE
311
312endif # BACKLIGHT_LCD_SUPPORT