]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - drivers/video/backlight/Kconfig
backlight: add lms501kf03 LCD driver
[mirror_ubuntu-artful-kernel.git] / drivers / video / backlight / Kconfig
CommitLineData
1da177e4
LT
1#
2# Backlight & LCD drivers configuration
3#
4
5menuconfig BACKLIGHT_LCD_SUPPORT
6 bool "Backlight & LCD device support"
7 help
8 Enable this to be able to choose the drivers for controlling the
9 backlight and the LCD panel on some platforms, for example on PDAs.
10
8fdd5767
HS
11if BACKLIGHT_LCD_SUPPORT
12
fa9133c2
DB
13#
14# LCD
15#
16config LCD_CLASS_DEVICE
17 tristate "Lowlevel LCD controls"
1da177e4
LT
18 default m
19 help
fa9133c2
DB
20 This framework adds support for low-level control of LCD.
21 Some framebuffer devices connect to platform-specific LCD modules
22 in order to have a platform-specific way to control the flat panel
23 (contrast and applying power to the LCD (not to the backlight!)).
1da177e4
LT
24
25 To have support for your specific LCD panel you will have to
26 select the proper drivers which depend on this option.
27
8fdd5767
HS
28if LCD_CLASS_DEVICE
29
b18250a8
EM
30config LCD_CORGI
31 tristate "LCD Panel support for SHARP corgi/spitz model"
8fdd5767 32 depends on SPI_MASTER && PXA_SHARPSL
b18250a8
EM
33 help
34 Say y here to support the LCD panels usually found on SHARP
35 corgi (C7x0) and spitz (Cxx00) models.
36
e7fb9c4a
AP
37config LCD_L4F00242T03
38 tristate "Epson L4F00242T03 LCD"
8fdd5767 39 depends on SPI_MASTER && GENERIC_GPIO
e7fb9c4a
AP
40 help
41 SPI driver for Epson L4F00242T03. This provides basic support
42 for init and powering the LCD up/down through a sysfs interface.
43
5036cc41
MV
44config LCD_LMS283GF05
45 tristate "Samsung LMS283GF05 LCD"
8fdd5767 46 depends on SPI_MASTER && GENERIC_GPIO
5036cc41
MV
47 help
48 SPI driver for Samsung LMS283GF05. This provides basic support
49 for powering the LCD up/down through a sysfs interface.
50
18f65c79
HS
51config LCD_LTV350QV
52 tristate "Samsung LTV350QV LCD Panel"
8fdd5767 53 depends on SPI_MASTER
18f65c79
HS
54 help
55 If you have a Samsung LTV350QV LCD panel, say y to include a
56 power control driver for it. The panel starts up in power
57 off state, so you need this driver in order to see any
58 output.
59
60 The LTV350QV panel is present on all ATSTK1000 boards.
61
cccb6d3c 62config LCD_ILI9320
fd6de530
JH
63 tristate "ILI Technology ILI9320 controller support"
64 depends on SPI
cccb6d3c
BD
65 help
66 If you have a panel based on the ILI9320 controller chip
67 then say y to include a power driver for it.
68
dd89ccb2 69config LCD_TDO24M
f4f6bda0 70 tristate "Toppoly TDO24M and TDO35S LCD Panels support"
8fdd5767 71 depends on SPI_MASTER
dd89ccb2 72 help
f4f6bda0 73 If you have a Toppoly TDO24M/TDO35S series LCD panel, say y here to
dd89ccb2
EM
74 include the support for it.
75
cccb6d3c
BD
76config LCD_VGG2432A4
77 tristate "VGG2432A4 LCM device support"
8fdd5767 78 depends on SPI_MASTER
cccb6d3c 79 select LCD_ILI9320
cccb6d3c
BD
80 help
81 If you have a VGG2432A4 panel based on the ILI9320 controller chip
82 then say y to include a power driver for it.
83
c25826a7
BD
84config LCD_PLATFORM
85 tristate "Platform LCD controls"
c25826a7
BD
86 help
87 This driver provides a platform-device registered LCD power
88 control interface.
89
fbd1b17b
DES
90config LCD_TOSA
91 tristate "Sharp SL-6000 LCD Driver"
5fc05780 92 depends on I2C && SPI && MACH_TOSA
fbd1b17b
DES
93 help
94 If you have an Sharp SL-6000 Zaurus say Y to enable a driver
95 for its LCD.
96
9e124435
KE
97config LCD_HP700
98 tristate "HP Jornada 700 series LCD Driver"
9e124435
KE
99 depends on SA1100_JORNADA720_SSP && !PREEMPT
100 default y
101 help
102 If you have an HP Jornada 700 series handheld (710/720/728)
103 say Y to enable LCD control driver.
104
ee378a5c
ID
105config LCD_S6E63M0
106 tristate "S6E63M0 AMOLED LCD Driver"
107 depends on SPI && BACKLIGHT_CLASS_DEVICE
108 default n
109 help
110 If you have an S6E63M0 LCD Panel, say Y to enable its
111 LCD control driver.
112
1baf0eb3
DL
113config LCD_LD9040
114 tristate "LD9040 AMOLED LCD Driver"
115 depends on SPI && BACKLIGHT_CLASS_DEVICE
116 default n
117 help
118 If you have an LD9040 Panel, say Y to enable its
119 control driver.
120
a4c8aaa5
JH
121config LCD_AMS369FG06
122 tristate "AMS369FG06 AMOLED LCD Driver"
123 depends on SPI && BACKLIGHT_CLASS_DEVICE
124 default n
125 help
126 If you have an AMS369FG06 AMOLED Panel, say Y to enable its
127 LCD control driver.
128
1be9ca25
JH
129config LCD_LMS501KF03
130 tristate "LMS501KF03 LCD Driver"
131 depends on SPI
132 default n
133 help
134 If you have an LMS501KF03 LCD Panel, say Y to enable its
135 LCD control driver.
136
8fdd5767
HS
137endif # LCD_CLASS_DEVICE
138
fa9133c2
DB
139#
140# Backlight
141#
142config BACKLIGHT_CLASS_DEVICE
143 tristate "Lowlevel Backlight controls"
1da177e4
LT
144 default m
145 help
fa9133c2
DB
146 This framework adds support for low-level control of the LCD
147 backlight. This includes support for brightness and power.
1da177e4
LT
148
149 To have support for your specific LCD panel you will have to
150 select the proper drivers which depend on this option.
151
8fdd5767
HS
152if BACKLIGHT_CLASS_DEVICE
153
a9a84c37
DB
154config BACKLIGHT_ATMEL_LCDC
155 bool "Atmel LCDC Contrast-as-Backlight control"
8fdd5767 156 depends on FB_ATMEL
915190f7 157 default y if MACH_SAM9261EK || MACH_SAM9G10EK || MACH_SAM9263EK
a9a84c37
DB
158 help
159 This provides a backlight control internal to the Atmel LCDC
160 driver. If the LCD "contrast control" on your board is wired
161 so it controls the backlight brightness, select this option to
162 export this as a PWM-based backlight control.
163
164 If in doubt, it's safe to enable this option; it doesn't kick
165 in unless the board's description says it's wired that way.
166
3e074058
HCE
167config BACKLIGHT_ATMEL_PWM
168 tristate "Atmel PWM backlight control"
8fdd5767 169 depends on ATMEL_PWM
3e074058
HCE
170 help
171 Say Y here if you want to use the PWM peripheral in Atmel AT91 and
172 AVR32 devices. This driver will need additional platform data to know
173 which PWM instance to use and how to configure it.
174
175 To compile this driver as a module, choose M here: the module will be
176 called atmel-pwm-bl.
177
08b3924b
HS
178config BACKLIGHT_EP93XX
179 tristate "Cirrus EP93xx Backlight Driver"
180 depends on FB_EP93XX
181 help
182 If you have a LCD backlight connected to the BRIGHT output of
183 the EP93xx, say Y here to enable this driver.
184
185 To compile this driver as a module, choose M here: the module will
186 be called ep93xx_bl.
187
d00ba726
RP
188config BACKLIGHT_GENERIC
189 tristate "Generic (aka Sharp Corgi) Backlight Driver"
d00ba726 190 default y
1da177e4 191 help
c3f8f650
RP
192 Say y to enable the generic platform backlight driver previously
193 known as the Corgi backlight driver. If you have a Sharp Zaurus
d00ba726 194 SL-C7xx, SL-Cxx00 or SL-6000x say y.
45e2a9b4 195
7f26c970
JH
196config BACKLIGHT_LM3533
197 tristate "Backlight Driver for LM3533"
198 depends on BACKLIGHT_CLASS_DEVICE
199 depends on MFD_LM3533
200 help
201 Say Y to enable the backlight driver for National Semiconductor / TI
202 LM3533 Lighting Power chips.
203
204 The backlights can be controlled directly, through PWM input, or by
205 the ambient-light-sensor interface. The chip supports 256 brightness
206 levels.
207
e4423781
RP
208config BACKLIGHT_LOCOMO
209 tristate "Sharp LOCOMO LCD/Backlight Driver"
8fdd5767 210 depends on SHARP_LOCOMO
e4423781
RP
211 default y
212 help
213 If you have a Sharp Zaurus SL-5500 (Collie) or SL-5600 (Poodle) say y to
214 enable the LCD/backlight driver.
215
ec072b0f
AZ
216config BACKLIGHT_OMAP1
217 tristate "OMAP1 PWL-based LCD Backlight"
8fdd5767 218 depends on ARCH_OMAP1
ec072b0f
AZ
219 default y
220 help
221 This driver controls the LCD backlight level and power for
222 the PWL module of OMAP1 processors. Say Y if your board
223 uses this hardware.
224
06c6f900
AS
225config BACKLIGHT_HP680
226 tristate "HP Jornada 680 Backlight Driver"
8fdd5767 227 depends on SH_HP6XX
06c6f900
AS
228 default y
229 help
230 If you have a HP Jornada 680, say y to enable the
231 backlight driver.
232
13a7b5dc
KE
233config BACKLIGHT_HP700
234 tristate "HP Jornada 700 series Backlight Driver"
13a7b5dc
KE
235 depends on SA1100_JORNADA720_SSP && !PREEMPT
236 default y
237 help
238 If you have an HP Jornada 700 series,
239 say Y to include backlight control driver.
240
dbe7e429
AH
241config BACKLIGHT_CARILLO_RANCH
242 tristate "Intel Carillo Ranch Backlight Driver"
8fdd5767 243 depends on LCD_CLASS_DEVICE && PCI && X86 && FB_LE80578
dbe7e429
AH
244 help
245 If you have a Intel LE80578 (Carillo Ranch) say Y to enable the
246 backlight driver.
42796d37 247
248config BACKLIGHT_PWM
249 tristate "Generic PWM based Backlight Driver"
3e3ed6cd 250 depends on PWM
42796d37 251 help
252 If you have a LCD backlight adjustable by PWM, say Y to enable
253 this driver.
7be35c72 254
923ae48b
MR
255config BACKLIGHT_DA903X
256 tristate "Backlight Driver for DA9030/DA9034 using WLED"
8fdd5767 257 depends on PMIC_DA903X
923ae48b
MR
258 help
259 If you have a LCD backlight connected to the WLED output of DA9030
260 or DA9034 WLED output, say Y here to enable this driver.
261
6ede3d83
AJ
262config BACKLIGHT_DA9052
263 tristate "Dialog DA9052/DA9053 WLED"
264 depends on PMIC_DA9052
265 help
266 Enable the Backlight Driver for DA9052-BC and DA9053-AA/Bx PMICs.
267
4f811ef0
HZ
268config BACKLIGHT_MAX8925
269 tristate "Backlight driver for MAX8925"
8fdd5767 270 depends on MFD_MAX8925
4f811ef0
HZ
271 help
272 If you have a LCD backlight connected to the WLED output of MAX8925
273 WLED output, say Y here to enable this driver.
274
39b3dee7
MG
275config BACKLIGHT_APPLE
276 tristate "Apple Backlight Driver"
b372412e 277 depends on X86 && ACPI
7be35c72 278 help
39b3dee7 279 If you have an Intel-based Apple say Y to enable a driver for its
b372412e 280 backlight.
7be35c72 281
fbd1b17b
DES
282config BACKLIGHT_TOSA
283 tristate "Sharp SL-6000 Backlight Driver"
8fdd5767 284 depends on I2C && MACH_TOSA && LCD_TOSA
fbd1b17b
DES
285 help
286 If you have an Sharp SL-6000 Zaurus say Y to enable a driver
287 for its backlight
288
d03ebb12
CN
289config BACKLIGHT_SAHARA
290 tristate "Tabletkiosk Sahara Touch-iT Backlight Driver"
8fdd5767 291 depends on X86
d03ebb12
CN
292 help
293 If you have a Tabletkiosk Sahara Touch-iT, say y to enable the
294 backlight driver.
a4f3d55c
MB
295
296config BACKLIGHT_WM831X
297 tristate "WM831x PMIC Backlight Driver"
8fdd5767 298 depends on MFD_WM831X
a4f3d55c
MB
299 help
300 If you have a backlight driven by the ISINK and DCDC of a
301 WM831x PMIC say y to enable the backlight driver for it.
3b96ea9e 302
a7998cec
MH
303config BACKLIGHT_ADP5520
304 tristate "Backlight Driver for ADP5520/ADP5501 using WLED"
8fdd5767 305 depends on PMIC_ADP5520
a7998cec
MH
306 help
307 If you have a LCD backlight connected to the BST/BL_SNK output of
308 ADP5520 or ADP5501, say Y here to enable this driver.
309
310 To compile this driver as a module, choose M here: the module will
311 be called adp5520_bl.
312
82fd53b7 313config BACKLIGHT_ADP8860
c7c06d8a 314 tristate "Backlight Driver for ADP8860/ADP8861/ADP8863 using WLED"
82fd53b7
MH
315 depends on BACKLIGHT_CLASS_DEVICE && I2C
316 select NEW_LEDS
317 select LEDS_CLASS
318 help
c7c06d8a
MH
319 If you have a LCD backlight connected to the ADP8860, ADP8861 or
320 ADP8863 say Y here to enable this driver.
82fd53b7
MH
321
322 To compile this driver as a module, choose M here: the module will
323 be called adp8860_bl.
324
a59ec1e7
MH
325config BACKLIGHT_ADP8870
326 tristate "Backlight Driver for ADP8870 using WLED"
327 depends on BACKLIGHT_CLASS_DEVICE && I2C
328 select NEW_LEDS
329 select LEDS_CLASS
330 help
331 If you have a LCD backlight connected to the ADP8870,
332 say Y here to enable this driver.
333
334 To compile this driver as a module, choose M here: the module will
335 be called adp8870_bl.
336
d07e8bf8
HZ
337config BACKLIGHT_88PM860X
338 tristate "Backlight Driver for 88PM8606 using WLED"
8fdd5767 339 depends on MFD_88PM860X
d07e8bf8
HZ
340 help
341 Say Y to enable the backlight driver for Marvell 88PM8606.
342
2ddfd12f
LPC
343config BACKLIGHT_PCF50633
344 tristate "Backlight driver for NXP PCF50633 MFD"
345 depends on BACKLIGHT_CLASS_DEVICE && MFD_PCF50633
346 help
347 If you have a backlight driven by a NXP PCF50633 MFD, say Y here to
348 enable its driver.
349
4b0d711b 350config BACKLIGHT_AAT2870
70d32719 351 tristate "AnalogicTech AAT2870 Backlight"
4b0d711b
JP
352 depends on BACKLIGHT_CLASS_DEVICE && MFD_AAT2870_CORE
353 help
354 If you have a AnalogicTech AAT2870 say Y to enable the
355 backlight driver.
356
0c2a665a
SJ
357config BACKLIGHT_LM3630
358 tristate "Backlight Driver for LM3630"
359 depends on BACKLIGHT_CLASS_DEVICE && I2C
360 select REGMAP_I2C
361 help
362 This supports TI LM3630 Backlight Driver
363
0f59858d
SJ
364config BACKLIGHT_LM3639
365 tristate "Backlight Driver for LM3639"
366 depends on BACKLIGHT_CLASS_DEVICE && I2C
367 select REGMAP_I2C
368 select NEW_LEDS
369 select LEDS_CLASS
370 help
371 This supports TI LM3639 Backlight + 1.5A Flash LED Driver
372
7be865ab
KM
373config BACKLIGHT_LP855X
374 tristate "Backlight driver for TI LP855X"
375 depends on BACKLIGHT_CLASS_DEVICE && I2C
376 help
377 This supports TI LP8550, LP8551, LP8552, LP8553 and LP8556
378 backlight driver.
379
c8df7428
CG
380config BACKLIGHT_OT200
381 tristate "Backlight driver for ot200 visualisation device"
2df5e129 382 depends on BACKLIGHT_CLASS_DEVICE && CS5535_MFGPT && GPIO_CS5535
c8df7428
CG
383 help
384 To compile this driver as a module, choose M here: the module will be
385 called ot200_bl.
386
35c1682c
GI
387config BACKLIGHT_PANDORA
388 tristate "Backlight driver for Pandora console"
389 depends on TWL4030_CORE
390 help
391 If you have a Pandora console, say Y to enable the
392 backlight driver.
393
eebfdc17
MK
394config BACKLIGHT_TPS65217
395 tristate "TPS65217 Backlight"
396 depends on BACKLIGHT_CLASS_DEVICE && MFD_TPS65217
397 help
398 If you have a Texas Instruments TPS65217 say Y to enable the
399 backlight driver.
400
8fdd5767
HS
401endif # BACKLIGHT_CLASS_DEVICE
402
403endif # BACKLIGHT_LCD_SUPPORT