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 10b701f1089..5ff97250aa1 100644 --- a/drivers/video/backlight/Kconfig +++ b/drivers/video/backlight/Kconfig | |||
@@ -180,6 +180,13 @@ config BACKLIGHT_PWM | |||
180 | If you have a LCD backlight adjustable by PWM, say Y to enable | 180 | If you have a LCD backlight adjustable by PWM, say Y to enable |
181 | this driver. | 181 | this driver. |
182 | 182 | ||
183 | config BACKLIGHT_DA903X | ||
184 | tristate "Backlight Driver for DA9030/DA9034 using WLED" | ||
185 | depends on BACKLIGHT_CLASS_DEVICE && PMIC_DA903X | ||
186 | help | ||
187 | If you have a LCD backlight connected to the WLED output of DA9030 | ||
188 | or DA9034 WLED output, say Y here to enable this driver. | ||
189 | |||
183 | config BACKLIGHT_MBP_NVIDIA | 190 | config BACKLIGHT_MBP_NVIDIA |
184 | tristate "MacBook Pro Nvidia Backlight Driver" | 191 | tristate "MacBook Pro Nvidia Backlight Driver" |
185 | depends on BACKLIGHT_CLASS_DEVICE && X86 | 192 | depends on BACKLIGHT_CLASS_DEVICE && X86 |