diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2008-10-23 19:05:59 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-10-23 19:05:59 -0400 |
commit | 900bca34940ca1db8dd04a2e9b240ffac32da6f6 (patch) | |
tree | 9f23e69f1ee3500dd51b2a26a741943b38b81ed1 /drivers/video/backlight/Kconfig | |
parent | 2fca5ccf97d2c28bcfce44f5b07d85e74e3cd18e (diff) | |
parent | d03ebb12981e80de99e9b482639ec3b5795741f3 (diff) |
Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-backlight
* 'for-linus' of git://git.o-hand.com/linux-rpurdie-backlight:
backlight: Add driver for Tabletkiosk Sahara TouchIT-213 Tablet PC
backlight: da903x: Add backlight driver for DA9030/DA9034
tosa: add support for bl/lcd driver
backlight: add support for Sharp SL-6000 LCD and backlight drivers
Diffstat (limited to 'drivers/video/backlight/Kconfig')
-rw-r--r-- | drivers/video/backlight/Kconfig | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/drivers/video/backlight/Kconfig b/drivers/video/backlight/Kconfig index c72a13562954..51c94a5971b4 100644 --- a/drivers/video/backlight/Kconfig +++ b/drivers/video/backlight/Kconfig | |||
@@ -75,6 +75,15 @@ config LCD_PLATFORM | |||
75 | This driver provides a platform-device registered LCD power | 75 | This driver provides a platform-device registered LCD power |
76 | control interface. | 76 | control interface. |
77 | 77 | ||
78 | config LCD_TOSA | ||
79 | tristate "Sharp SL-6000 LCD Driver" | ||
80 | depends on LCD_CLASS_DEVICE && SPI | ||
81 | depends on MACH_TOSA | ||
82 | default n | ||
83 | help | ||
84 | If you have an Sharp SL-6000 Zaurus say Y to enable a driver | ||
85 | for its LCD. | ||
86 | |||
78 | # | 87 | # |
79 | # Backlight | 88 | # Backlight |
80 | # | 89 | # |
@@ -171,6 +180,13 @@ config BACKLIGHT_PWM | |||
171 | 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 |
172 | this driver. | 181 | this driver. |
173 | 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 | |||
174 | config BACKLIGHT_MBP_NVIDIA | 190 | config BACKLIGHT_MBP_NVIDIA |
175 | tristate "MacBook Pro Nvidia Backlight Driver" | 191 | tristate "MacBook Pro Nvidia Backlight Driver" |
176 | depends on BACKLIGHT_CLASS_DEVICE && X86 | 192 | depends on BACKLIGHT_CLASS_DEVICE && X86 |
@@ -179,3 +195,19 @@ config BACKLIGHT_MBP_NVIDIA | |||
179 | If you have an Apple Macbook Pro with Nvidia graphics hardware say Y | 195 | If you have an Apple Macbook Pro with Nvidia graphics hardware say Y |
180 | to enable a driver for its backlight | 196 | to enable a driver for its backlight |
181 | 197 | ||
198 | config BACKLIGHT_TOSA | ||
199 | tristate "Sharp SL-6000 Backlight Driver" | ||
200 | depends on BACKLIGHT_CLASS_DEVICE && I2C | ||
201 | depends on MACH_TOSA && LCD_TOSA | ||
202 | default n | ||
203 | help | ||
204 | If you have an Sharp SL-6000 Zaurus say Y to enable a driver | ||
205 | for its backlight | ||
206 | |||
207 | config BACKLIGHT_SAHARA | ||
208 | tristate "Tabletkiosk Sahara Touch-iT Backlight Driver" | ||
209 | depends on BACKLIGHT_CLASS_DEVICE && X86 | ||
210 | default n | ||
211 | help | ||
212 | If you have a Tabletkiosk Sahara Touch-iT, say y to enable the | ||
213 | backlight driver. | ||