diff options
author | Mike Rapoport <mike@compulab.co.il> | 2008-10-13 04:03:44 -0400 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2008-10-20 19:19:49 -0400 |
commit | 923ae48b5a92591c844ebdb21276b56093f4e5da (patch) | |
tree | b8c81b2282880f2102bbf95acdeedcd2234ab874 /drivers/video/backlight/Kconfig | |
parent | 14b7b4018f90bc5e306adc59bfe8887934367ac2 (diff) |
backlight: da903x: Add backlight driver for DA9030/DA9034
Signed-off-by: Mike Rapoport <mike@compulab.co.il>
Signed-off-by: Eric Miao <eric.miao@marvell.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
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 |