blob: 081d6cf02476e9b7809ba49ad5b5f00b3cbd2eb7 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#
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
H Hartley Sweeten8fdd5762010-03-30 13:17:35 -050011if BACKLIGHT_LCD_SUPPORT
12
David Brownellfa9133c2007-05-29 23:07:10 +010013#
14# LCD
15#
Linus Torvalds1da177e2005-04-16 15:20:36 -070016config LCD_CLASS_DEVICE
17 tristate "Lowlevel LCD controls"
Linus Torvalds1da177e2005-04-16 15:20:36 -070018 default m
19 help
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!)).
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
H Hartley Sweeten8fdd5762010-03-30 13:17:35 -050028if LCD_CLASS_DEVICE
29
Eric Miaob18250a2008-08-29 04:21:44 +080030config LCD_CORGI
31 tristate "LCD Panel support for SHARP corgi/spitz model"
H Hartley Sweeten8fdd5762010-03-30 13:17:35 -050032 depends on SPI_MASTER && PXA_SHARPSL
Eric Miaob18250a2008-08-29 04:21:44 +080033 help
34 Say y here to support the LCD panels usually found on SHARP
35 corgi (C7x0) and spitz (Cxx00) models.
36
Alberto Panizzoe7fb9c42009-12-18 16:42:11 +010037config LCD_L4F00242T03
38 tristate "Epson L4F00242T03 LCD"
H Hartley Sweeten8fdd5762010-03-30 13:17:35 -050039 depends on SPI_MASTER && GENERIC_GPIO
Alberto Panizzoe7fb9c42009-12-18 16:42:11 +010040 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
Marek Vasut5036cc42009-08-06 16:07:10 -070044config LCD_LMS283GF05
45 tristate "Samsung LMS283GF05 LCD"
H Hartley Sweeten8fdd5762010-03-30 13:17:35 -050046 depends on SPI_MASTER && GENERIC_GPIO
Marek Vasut5036cc42009-08-06 16:07:10 -070047 help
48 SPI driver for Samsung LMS283GF05. This provides basic support
49 for powering the LCD up/down through a sysfs interface.
50
Haavard Skinnemoen18f65c72007-09-02 23:15:49 +010051config LCD_LTV350QV
52 tristate "Samsung LTV350QV LCD Panel"
H Hartley Sweeten8fdd5762010-03-30 13:17:35 -050053 depends on SPI_MASTER
Haavard Skinnemoen18f65c72007-09-02 23:15:49 +010054 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
Ben Dookscccb6d32008-07-23 21:31:37 -070062config LCD_ILI9320
Jingoo Hanfd6de532012-10-25 13:37:48 -070063 tristate "ILI Technology ILI9320 controller support"
64 depends on SPI
Ben Dookscccb6d32008-07-23 21:31:37 -070065 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
Eric Miaodd89ccb2008-09-01 06:50:23 +080069config LCD_TDO24M
Mike Rapoportf4f6bda2008-12-03 08:48:52 +000070 tristate "Toppoly TDO24M and TDO35S LCD Panels support"
H Hartley Sweeten8fdd5762010-03-30 13:17:35 -050071 depends on SPI_MASTER
Eric Miaodd89ccb2008-09-01 06:50:23 +080072 help
Mike Rapoportf4f6bda2008-12-03 08:48:52 +000073 If you have a Toppoly TDO24M/TDO35S series LCD panel, say y here to
Eric Miaodd89ccb2008-09-01 06:50:23 +080074 include the support for it.
75
Ben Dookscccb6d32008-07-23 21:31:37 -070076config LCD_VGG2432A4
77 tristate "VGG2432A4 LCM device support"
H Hartley Sweeten8fdd5762010-03-30 13:17:35 -050078 depends on SPI_MASTER
Ben Dookscccb6d32008-07-23 21:31:37 -070079 select LCD_ILI9320
Ben Dookscccb6d32008-07-23 21:31:37 -070080 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
Ben Dooksc25826a2008-07-23 21:31:38 -070084config LCD_PLATFORM
85 tristate "Platform LCD controls"
Ben Dooksc25826a2008-07-23 21:31:38 -070086 help
87 This driver provides a platform-device registered LCD power
88 control interface.
89
Dmitry Baryshkovfbd1b172008-09-13 20:58:51 +040090config LCD_TOSA
91 tristate "Sharp SL-6000 LCD Driver"
Arnd Bergmann5fc05782012-05-15 15:03:01 -060092 depends on I2C && SPI && MACH_TOSA
Dmitry Baryshkovfbd1b172008-09-13 20:58:51 +040093 help
94 If you have an Sharp SL-6000 Zaurus say Y to enable a driver
95 for its LCD.
96
Kristoffer Ericson9e124432009-02-18 11:47:26 +000097config LCD_HP700
98 tristate "HP Jornada 700 series LCD Driver"
Kristoffer Ericson9e124432009-02-18 11:47:26 +000099 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
InKi Daeee378a52010-05-24 12:21:36 -0700105config 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
Donghwa Lee1baf0eb2011-03-22 16:30:18 -0700113config 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
Jingoo Hana4c8aaa2011-07-25 17:12:00 -0700121config 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
Jingoo Han1be9ca22013-02-21 16:43:14 -0800129config 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
H Hartley Sweeten8fdd5762010-03-30 13:17:35 -0500137endif # LCD_CLASS_DEVICE
138
David Brownellfa9133c2007-05-29 23:07:10 +0100139#
140# Backlight
141#
142config BACKLIGHT_CLASS_DEVICE
143 tristate "Lowlevel Backlight controls"
David Brownellfa9133c2007-05-29 23:07:10 +0100144 default m
145 help
146 This framework adds support for low-level control of the LCD
147 backlight. This includes support for brightness and power.
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
H Hartley Sweeten8fdd5762010-03-30 13:17:35 -0500152if BACKLIGHT_CLASS_DEVICE
153
David Brownella9a84c32008-02-06 01:39:26 -0800154config BACKLIGHT_ATMEL_LCDC
155 bool "Atmel LCDC Contrast-as-Backlight control"
H Hartley Sweeten8fdd5762010-03-30 13:17:35 -0500156 depends on FB_ATMEL
Nicolas Ferre915190f2009-07-21 11:31:29 +0100157 default y if MACH_SAM9261EK || MACH_SAM9G10EK || MACH_SAM9263EK
David Brownella9a84c32008-02-06 01:39:26 -0800158 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
Hans-Christian Egtvedt3e074052008-07-23 21:31:48 -0700167config BACKLIGHT_ATMEL_PWM
168 tristate "Atmel PWM backlight control"
H Hartley Sweeten8fdd5762010-03-30 13:17:35 -0500169 depends on ATMEL_PWM
Hans-Christian Egtvedt3e074052008-07-23 21:31:48 -0700170 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
H Hartley Sweeten08b39242010-05-05 12:13:23 -0500178config 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
Richard Purdied00ba722009-01-08 20:52:37 +0000188config BACKLIGHT_GENERIC
189 tristate "Generic (aka Sharp Corgi) Backlight Driver"
Richard Purdied00ba722009-01-08 20:52:37 +0000190 default y
Linus Torvalds1da177e2005-04-16 15:20:36 -0700191 help
Richard Purdiec3f8f652007-09-03 00:27:00 +0100192 Say y to enable the generic platform backlight driver previously
193 known as the Corgi backlight driver. If you have a Sharp Zaurus
Richard Purdied00ba722009-01-08 20:52:37 +0000194 SL-C7xx, SL-Cxx00 or SL-6000x say y.
Eric Miao45e2a9b2008-10-21 11:36:19 +0800195
Johan Hovold7f26c972012-05-29 15:07:14 -0700196config 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
Richard Purdiee4423782006-06-26 00:26:27 -0700208config BACKLIGHT_LOCOMO
209 tristate "Sharp LOCOMO LCD/Backlight Driver"
H Hartley Sweeten8fdd5762010-03-30 13:17:35 -0500210 depends on SHARP_LOCOMO
Richard Purdiee4423782006-06-26 00:26:27 -0700211 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
Andrzej Zaborowskiec072b02008-01-13 23:15:43 +0000216config BACKLIGHT_OMAP1
217 tristate "OMAP1 PWL-based LCD Backlight"
H Hartley Sweeten8fdd5762010-03-30 13:17:35 -0500218 depends on ARCH_OMAP1
Andrzej Zaborowskiec072b02008-01-13 23:15:43 +0000219 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
Andriy Skulysh06c6f902006-02-01 03:06:53 -0800225config BACKLIGHT_HP680
226 tristate "HP Jornada 680 Backlight Driver"
H Hartley Sweeten8fdd5762010-03-30 13:17:35 -0500227 depends on SH_HP6XX
Andriy Skulysh06c6f902006-02-01 03:06:53 -0800228 default y
229 help
230 If you have a HP Jornada 680, say y to enable the
231 backlight driver.
232
Kristoffer Ericson13a7b5d2009-02-18 11:50:43 +0000233config BACKLIGHT_HP700
234 tristate "HP Jornada 700 series Backlight Driver"
Kristoffer Ericson13a7b5d2009-02-18 11:50:43 +0000235 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
Alan Hourihanedbe7e422007-05-08 00:39:25 -0700241config BACKLIGHT_CARILLO_RANCH
242 tristate "Intel Carillo Ranch Backlight Driver"
H Hartley Sweeten8fdd5762010-03-30 13:17:35 -0500243 depends on LCD_CLASS_DEVICE && PCI && X86 && FB_LE80578
Alan Hourihanedbe7e422007-05-08 00:39:25 -0700244 help
245 If you have a Intel LE80578 (Carillo Ranch) say Y to enable the
246 backlight driver.
eric miao42796d32008-04-14 09:35:08 +0100247
248config BACKLIGHT_PWM
249 tristate "Generic PWM based Backlight Driver"
Thierry Reding3e3ed6c2011-12-16 21:25:29 +0100250 depends on PWM
eric miao42796d32008-04-14 09:35:08 +0100251 help
252 If you have a LCD backlight adjustable by PWM, say Y to enable
253 this driver.
Matthew Garrett7be35c72008-06-09 21:56:16 +0100254
Mike Rapoport923ae482008-10-13 09:03:44 +0100255config BACKLIGHT_DA903X
256 tristate "Backlight Driver for DA9030/DA9034 using WLED"
H Hartley Sweeten8fdd5762010-03-30 13:17:35 -0500257 depends on PMIC_DA903X
Mike Rapoport923ae482008-10-13 09:03:44 +0100258 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
Ashish Jangam6ede3d82012-04-05 14:25:15 -0700262config 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
Haojian Zhuang4f811ef2009-12-18 10:01:45 -0500268config BACKLIGHT_MAX8925
269 tristate "Backlight driver for MAX8925"
H Hartley Sweeten8fdd5762010-03-30 13:17:35 -0500270 depends on MFD_MAX8925
Haojian Zhuang4f811ef2009-12-18 10:01:45 -0500271 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
Matthew Garrett39b3dee2011-03-22 16:30:28 -0700275config BACKLIGHT_APPLE
276 tristate "Apple Backlight Driver"
Randy Dunlapb3724122011-03-22 16:30:29 -0700277 depends on X86 && ACPI
Matthew Garrett7be35c72008-06-09 21:56:16 +0100278 help
Matthew Garrett39b3dee2011-03-22 16:30:28 -0700279 If you have an Intel-based Apple say Y to enable a driver for its
Randy Dunlapb3724122011-03-22 16:30:29 -0700280 backlight.
Matthew Garrett7be35c72008-06-09 21:56:16 +0100281
Dmitry Baryshkovfbd1b172008-09-13 20:58:51 +0400282config BACKLIGHT_TOSA
283 tristate "Sharp SL-6000 Backlight Driver"
H Hartley Sweeten8fdd5762010-03-30 13:17:35 -0500284 depends on I2C && MACH_TOSA && LCD_TOSA
Dmitry Baryshkovfbd1b172008-09-13 20:58:51 +0400285 help
286 If you have an Sharp SL-6000 Zaurus say Y to enable a driver
287 for its backlight
288
Claudio Niederd03ebb12008-10-20 23:35:40 +0100289config BACKLIGHT_SAHARA
290 tristate "Tabletkiosk Sahara Touch-iT Backlight Driver"
H Hartley Sweeten8fdd5762010-03-30 13:17:35 -0500291 depends on X86
Claudio Niederd03ebb12008-10-20 23:35:40 +0100292 help
293 If you have a Tabletkiosk Sahara Touch-iT, say y to enable the
294 backlight driver.
Mark Browna4f3d552009-09-05 14:09:20 +0100295
296config BACKLIGHT_WM831X
297 tristate "WM831x PMIC Backlight Driver"
H Hartley Sweeten8fdd5762010-03-30 13:17:35 -0500298 depends on MFD_WM831X
Mark Browna4f3d552009-09-05 14:09:20 +0100299 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.
Thierry Reding3b96ea92009-08-14 15:58:56 +0200302
Michael Hennericha7998ce2009-09-17 14:29:52 -0400303config BACKLIGHT_ADP5520
304 tristate "Backlight Driver for ADP5520/ADP5501 using WLED"
H Hartley Sweeten8fdd5762010-03-30 13:17:35 -0500305 depends on PMIC_ADP5520
Michael Hennericha7998ce2009-09-17 14:29:52 -0400306 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
Michael Hennerich82fd53b2010-04-30 14:09:51 -0700313config BACKLIGHT_ADP8860
Michael Hennerichc7c06d82010-05-26 03:00:59 -0400314 tristate "Backlight Driver for ADP8860/ADP8861/ADP8863 using WLED"
Michael Hennerich82fd53b2010-04-30 14:09:51 -0700315 depends on BACKLIGHT_CLASS_DEVICE && I2C
316 select NEW_LEDS
317 select LEDS_CLASS
318 help
Michael Hennerichc7c06d82010-05-26 03:00:59 -0400319 If you have a LCD backlight connected to the ADP8860, ADP8861 or
320 ADP8863 say Y here to enable this driver.
Michael Hennerich82fd53b2010-04-30 14:09:51 -0700321
322 To compile this driver as a module, choose M here: the module will
323 be called adp8860_bl.
324
Michael Hennericha59ec1e2011-06-15 15:08:11 -0700325config 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
Haojian Zhuangd07e8bf2009-11-09 12:41:07 -0500337config BACKLIGHT_88PM860X
338 tristate "Backlight Driver for 88PM8606 using WLED"
H Hartley Sweeten8fdd5762010-03-30 13:17:35 -0500339 depends on MFD_88PM860X
Haojian Zhuangd07e8bf2009-11-09 12:41:07 -0500340 help
341 Say Y to enable the backlight driver for Marvell 88PM8606.
342
Lars-Peter Clausen2ddfd122010-05-12 02:44:32 +0200343config 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
Jin Park4b0d7112011-06-29 23:06:51 +0900350config BACKLIGHT_AAT2870
Andrew Morton70d32712011-08-03 16:21:17 -0700351 tristate "AnalogicTech AAT2870 Backlight"
Jin Park4b0d7112011-06-29 23:06:51 +0900352 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
G.Shark Jeong0c2a6652012-10-04 17:12:52 -0700357config 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
G.Shark Jeong0f598582012-10-04 17:12:55 -0700364config 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
Kim, Milo7be865a2012-03-23 15:02:01 -0700373config 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
Christian Gmeinerc8df7422012-03-23 15:02:02 -0700380config BACKLIGHT_OT200
381 tristate "Backlight driver for ot200 visualisation device"
Randy Dunlap2df5e122012-03-23 15:02:03 -0700382 depends on BACKLIGHT_CLASS_DEVICE && CS5535_MFGPT && GPIO_CS5535
Christian Gmeinerc8df7422012-03-23 15:02:02 -0700383 help
384 To compile this driver as a module, choose M here: the module will be
385 called ot200_bl.
386
Grazvydas Ignotas35c16822012-03-23 15:02:02 -0700387config 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
Matthias Kaehlckeeebfdc12012-09-24 22:25:28 +0200394config 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
H Hartley Sweeten8fdd5762010-03-30 13:17:35 -0500401endif # BACKLIGHT_CLASS_DEVICE
402
403endif # BACKLIGHT_LCD_SUPPORT