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