diff options
Diffstat (limited to 'drivers/video/backlight/Kconfig')
-rw-r--r-- | drivers/video/backlight/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/video/backlight/Kconfig b/drivers/video/backlight/Kconfig index f9d19be05540..f86dbfd209ad 100644 --- a/drivers/video/backlight/Kconfig +++ b/drivers/video/backlight/Kconfig | |||
@@ -229,3 +229,10 @@ config BACKLIGHT_SAHARA | |||
229 | help | 229 | help |
230 | If you have a Tabletkiosk Sahara Touch-iT, say y to enable the | 230 | If you have a Tabletkiosk Sahara Touch-iT, say y to enable the |
231 | backlight driver. | 231 | backlight driver. |
232 | |||
233 | config BACKLIGHT_WM831X | ||
234 | tristate "WM831x PMIC Backlight Driver" | ||
235 | depends on BACKLIGHT_CLASS_DEVICE && MFD_WM831X | ||
236 | help | ||
237 | If you have a backlight driven by the ISINK and DCDC of a | ||
238 | WM831x PMIC say y to enable the backlight driver for it. | ||