diff options
Diffstat (limited to 'drivers/video/backlight/Kconfig')
-rw-r--r-- | drivers/video/backlight/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/video/backlight/Kconfig b/drivers/video/backlight/Kconfig index 30bf7f2f1635..62547bd2ea49 100644 --- a/drivers/video/backlight/Kconfig +++ b/drivers/video/backlight/Kconfig | |||
@@ -119,3 +119,12 @@ config BACKLIGHT_PWM | |||
119 | help | 119 | help |
120 | If you have a LCD backlight adjustable by PWM, say Y to enable | 120 | If you have a LCD backlight adjustable by PWM, say Y to enable |
121 | this driver. | 121 | this driver. |
122 | |||
123 | config BACKLIGHT_MBP_NVIDIA | ||
124 | tristate "MacBook Pro Nvidia Backlight Driver" | ||
125 | depends on BACKLIGHT_CLASS_DEVICE && X86 | ||
126 | default n | ||
127 | help | ||
128 | If you have an Apple Macbook Pro with Nvidia graphics hardware say Y | ||
129 | to enable a driver for its backlight | ||
130 | |||