blob: 0505b796d743250e9e314b5a34747ff05033574e [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"
Arnd Bergmanne6162f32014-04-24 13:28:26 +010032 depends on SPI_MASTER && PXA_SHARPSL && BACKLIGHT_CLASS_DEVICE
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"
Geert Uytterhoeven0e441662015-05-05 18:32:39 +020039 depends on SPI_MASTER
40 depends on GPIOLIB || COMPILE_TEST
Alberto Panizzoe7fb9c42009-12-18 16:42:11 +010041 help
42 SPI driver for Epson L4F00242T03. This provides basic support
43 for init and powering the LCD up/down through a sysfs interface.
44
Marek Vasut5036cc42009-08-06 16:07:10 -070045config LCD_LMS283GF05
46 tristate "Samsung LMS283GF05 LCD"
Geert Uytterhoeven0e441662015-05-05 18:32:39 +020047 depends on SPI_MASTER
48 depends on GPIOLIB || COMPILE_TEST
Marek Vasut5036cc42009-08-06 16:07:10 -070049 help
50 SPI driver for Samsung LMS283GF05. This provides basic support
51 for powering the LCD up/down through a sysfs interface.
52
Haavard Skinnemoen18f65c72007-09-02 23:15:49 +010053config LCD_LTV350QV
54 tristate "Samsung LTV350QV LCD Panel"
H Hartley Sweeten8fdd5762010-03-30 13:17:35 -050055 depends on SPI_MASTER
Haavard Skinnemoen18f65c72007-09-02 23:15:49 +010056 help
57 If you have a Samsung LTV350QV LCD panel, say y to include a
58 power control driver for it. The panel starts up in power
59 off state, so you need this driver in order to see any
60 output.
61
62 The LTV350QV panel is present on all ATSTK1000 boards.
63
Stefano Babic4cfbfa92013-04-29 16:17:50 -070064config LCD_ILI922X
65 tristate "ILI Technology ILI9221/ILI9222 support"
66 depends on SPI
67 help
68 If you have a panel based on the ILI9221/9222 controller
69 chip then say y to include a driver for it.
70
Ben Dookscccb6d32008-07-23 21:31:37 -070071config LCD_ILI9320
Jingoo Hanfd6de532012-10-25 13:37:48 -070072 tristate "ILI Technology ILI9320 controller support"
73 depends on SPI
Ben Dookscccb6d32008-07-23 21:31:37 -070074 help
75 If you have a panel based on the ILI9320 controller chip
76 then say y to include a power driver for it.
77
Eric Miaodd89ccb2008-09-01 06:50:23 +080078config LCD_TDO24M
Mike Rapoportf4f6bda2008-12-03 08:48:52 +000079 tristate "Toppoly TDO24M and TDO35S LCD Panels support"
H Hartley Sweeten8fdd5762010-03-30 13:17:35 -050080 depends on SPI_MASTER
Eric Miaodd89ccb2008-09-01 06:50:23 +080081 help
Mike Rapoportf4f6bda2008-12-03 08:48:52 +000082 If you have a Toppoly TDO24M/TDO35S series LCD panel, say y here to
Eric Miaodd89ccb2008-09-01 06:50:23 +080083 include the support for it.
84
Ben Dookscccb6d32008-07-23 21:31:37 -070085config LCD_VGG2432A4
86 tristate "VGG2432A4 LCM device support"
H Hartley Sweeten8fdd5762010-03-30 13:17:35 -050087 depends on SPI_MASTER
Ben Dookscccb6d32008-07-23 21:31:37 -070088 select LCD_ILI9320
Ben Dookscccb6d32008-07-23 21:31:37 -070089 help
90 If you have a VGG2432A4 panel based on the ILI9320 controller chip
91 then say y to include a power driver for it.
92
Ben Dooksc25826a2008-07-23 21:31:38 -070093config LCD_PLATFORM
94 tristate "Platform LCD controls"
Ben Dooksc25826a2008-07-23 21:31:38 -070095 help
96 This driver provides a platform-device registered LCD power
97 control interface.
98
Dmitry Baryshkovfbd1b172008-09-13 20:58:51 +040099config LCD_TOSA
100 tristate "Sharp SL-6000 LCD Driver"
Arnd Bergmann5fc05782012-05-15 15:03:01 -0600101 depends on I2C && SPI && MACH_TOSA
Dmitry Baryshkovfbd1b172008-09-13 20:58:51 +0400102 help
103 If you have an Sharp SL-6000 Zaurus say Y to enable a driver
104 for its LCD.
105
Kristoffer Ericson9e124432009-02-18 11:47:26 +0000106config LCD_HP700
107 tristate "HP Jornada 700 series LCD Driver"
Kristoffer Ericson9e124432009-02-18 11:47:26 +0000108 depends on SA1100_JORNADA720_SSP && !PREEMPT
109 default y
110 help
111 If you have an HP Jornada 700 series handheld (710/720/728)
112 say Y to enable LCD control driver.
113
InKi Daeee378a52010-05-24 12:21:36 -0700114config LCD_S6E63M0
115 tristate "S6E63M0 AMOLED LCD Driver"
116 depends on SPI && BACKLIGHT_CLASS_DEVICE
117 default n
118 help
119 If you have an S6E63M0 LCD Panel, say Y to enable its
120 LCD control driver.
121
Donghwa Lee1baf0eb2011-03-22 16:30:18 -0700122config LCD_LD9040
123 tristate "LD9040 AMOLED LCD Driver"
124 depends on SPI && BACKLIGHT_CLASS_DEVICE
125 default n
126 help
127 If you have an LD9040 Panel, say Y to enable its
128 control driver.
129
Jingoo Hana4c8aaa2011-07-25 17:12:00 -0700130config LCD_AMS369FG06
131 tristate "AMS369FG06 AMOLED LCD Driver"
132 depends on SPI && BACKLIGHT_CLASS_DEVICE
133 default n
134 help
135 If you have an AMS369FG06 AMOLED Panel, say Y to enable its
136 LCD control driver.
137
Jingoo Han1be9ca22013-02-21 16:43:14 -0800138config LCD_LMS501KF03
139 tristate "LMS501KF03 LCD Driver"
140 depends on SPI
141 default n
142 help
143 If you have an LMS501KF03 LCD Panel, say Y to enable its
144 LCD control driver.
145
Maxime Ripard8a6c1dd2013-02-21 16:43:56 -0800146config LCD_HX8357
147 tristate "Himax HX-8357 LCD Driver"
148 depends on SPI
149 help
150 If you have a HX-8357 LCD panel, say Y to enable its LCD control
151 driver.
152
H Hartley Sweeten8fdd5762010-03-30 13:17:35 -0500153endif # LCD_CLASS_DEVICE
154
David Brownellfa9133c2007-05-29 23:07:10 +0100155#
156# Backlight
157#
158config BACKLIGHT_CLASS_DEVICE
159 tristate "Lowlevel Backlight controls"
David Brownellfa9133c2007-05-29 23:07:10 +0100160 default m
161 help
162 This framework adds support for low-level control of the LCD
163 backlight. This includes support for brightness and power.
164
165 To have support for your specific LCD panel you will have to
166 select the proper drivers which depend on this option.
167
H Hartley Sweeten8fdd5762010-03-30 13:17:35 -0500168if BACKLIGHT_CLASS_DEVICE
169
David Brownella9a84c32008-02-06 01:39:26 -0800170config BACKLIGHT_ATMEL_LCDC
171 bool "Atmel LCDC Contrast-as-Backlight control"
H Hartley Sweeten8fdd5762010-03-30 13:17:35 -0500172 depends on FB_ATMEL
David Brownella9a84c32008-02-06 01:39:26 -0800173 help
174 This provides a backlight control internal to the Atmel LCDC
175 driver. If the LCD "contrast control" on your board is wired
176 so it controls the backlight brightness, select this option to
177 export this as a PWM-based backlight control.
178
179 If in doubt, it's safe to enable this option; it doesn't kick
180 in unless the board's description says it's wired that way.
181
H Hartley Sweeten08b39242010-05-05 12:13:23 -0500182config BACKLIGHT_EP93XX
183 tristate "Cirrus EP93xx Backlight Driver"
184 depends on FB_EP93XX
185 help
186 If you have a LCD backlight connected to the BRIGHT output of
187 the EP93xx, say Y here to enable this driver.
188
189 To compile this driver as a module, choose M here: the module will
190 be called ep93xx_bl.
191
Richard Purdied00ba722009-01-08 20:52:37 +0000192config BACKLIGHT_GENERIC
193 tristate "Generic (aka Sharp Corgi) Backlight Driver"
Richard Purdied00ba722009-01-08 20:52:37 +0000194 default y
Linus Torvalds1da177e2005-04-16 15:20:36 -0700195 help
Richard Purdiec3f8f652007-09-03 00:27:00 +0100196 Say y to enable the generic platform backlight driver previously
197 known as the Corgi backlight driver. If you have a Sharp Zaurus
Richard Purdied00ba722009-01-08 20:52:37 +0000198 SL-C7xx, SL-Cxx00 or SL-6000x say y.
Eric Miao45e2a9b2008-10-21 11:36:19 +0800199
Linus Walleij2188a982014-07-24 18:17:49 +0200200config BACKLIGHT_IPAQ_MICRO
201 tristate "iPAQ microcontroller backlight driver"
202 depends on MFD_IPAQ_MICRO
203 default y
204 help
205 Say y to enable the backlight driver for Compaq iPAQ handheld
206 computers. Say yes if you have one of the h3100/h3600/h3700
207 machines.
208
Johan Hovold7f26c972012-05-29 15:07:14 -0700209config BACKLIGHT_LM3533
210 tristate "Backlight Driver for LM3533"
211 depends on BACKLIGHT_CLASS_DEVICE
212 depends on MFD_LM3533
213 help
214 Say Y to enable the backlight driver for National Semiconductor / TI
215 LM3533 Lighting Power chips.
216
217 The backlights can be controlled directly, through PWM input, or by
218 the ambient-light-sensor interface. The chip supports 256 brightness
219 levels.
220
Richard Purdiee4423782006-06-26 00:26:27 -0700221config BACKLIGHT_LOCOMO
222 tristate "Sharp LOCOMO LCD/Backlight Driver"
H Hartley Sweeten8fdd5762010-03-30 13:17:35 -0500223 depends on SHARP_LOCOMO
Richard Purdiee4423782006-06-26 00:26:27 -0700224 default y
225 help
226 If you have a Sharp Zaurus SL-5500 (Collie) or SL-5600 (Poodle) say y to
227 enable the LCD/backlight driver.
228
Andrzej Zaborowskiec072b02008-01-13 23:15:43 +0000229config BACKLIGHT_OMAP1
230 tristate "OMAP1 PWL-based LCD Backlight"
H Hartley Sweeten8fdd5762010-03-30 13:17:35 -0500231 depends on ARCH_OMAP1
Andrzej Zaborowskiec072b02008-01-13 23:15:43 +0000232 default y
233 help
234 This driver controls the LCD backlight level and power for
235 the PWL module of OMAP1 processors. Say Y if your board
236 uses this hardware.
237
Andriy Skulysh06c6f902006-02-01 03:06:53 -0800238config BACKLIGHT_HP680
239 tristate "HP Jornada 680 Backlight Driver"
H Hartley Sweeten8fdd5762010-03-30 13:17:35 -0500240 depends on SH_HP6XX
Andriy Skulysh06c6f902006-02-01 03:06:53 -0800241 default y
242 help
243 If you have a HP Jornada 680, say y to enable the
244 backlight driver.
245
Kristoffer Ericson13a7b5d2009-02-18 11:50:43 +0000246config BACKLIGHT_HP700
247 tristate "HP Jornada 700 series Backlight Driver"
Kristoffer Ericson13a7b5d2009-02-18 11:50:43 +0000248 depends on SA1100_JORNADA720_SSP && !PREEMPT
249 default y
250 help
251 If you have an HP Jornada 700 series,
252 say Y to include backlight control driver.
253
Alan Hourihanedbe7e422007-05-08 00:39:25 -0700254config BACKLIGHT_CARILLO_RANCH
255 tristate "Intel Carillo Ranch Backlight Driver"
H Hartley Sweeten8fdd5762010-03-30 13:17:35 -0500256 depends on LCD_CLASS_DEVICE && PCI && X86 && FB_LE80578
Alan Hourihanedbe7e422007-05-08 00:39:25 -0700257 help
258 If you have a Intel LE80578 (Carillo Ranch) say Y to enable the
259 backlight driver.
eric miao42796d32008-04-14 09:35:08 +0100260
261config BACKLIGHT_PWM
262 tristate "Generic PWM based Backlight Driver"
Thierry Reding3e3ed6c2011-12-16 21:25:29 +0100263 depends on PWM
eric miao42796d32008-04-14 09:35:08 +0100264 help
265 If you have a LCD backlight adjustable by PWM, say Y to enable
266 this driver.
Matthew Garrett7be35c72008-06-09 21:56:16 +0100267
Mike Rapoport923ae482008-10-13 09:03:44 +0100268config BACKLIGHT_DA903X
269 tristate "Backlight Driver for DA9030/DA9034 using WLED"
H Hartley Sweeten8fdd5762010-03-30 13:17:35 -0500270 depends on PMIC_DA903X
Mike Rapoport923ae482008-10-13 09:03:44 +0100271 help
272 If you have a LCD backlight connected to the WLED output of DA9030
273 or DA9034 WLED output, say Y here to enable this driver.
274
Ashish Jangam6ede3d82012-04-05 14:25:15 -0700275config BACKLIGHT_DA9052
276 tristate "Dialog DA9052/DA9053 WLED"
277 depends on PMIC_DA9052
278 help
279 Enable the Backlight Driver for DA9052-BC and DA9053-AA/Bx PMICs.
280
Haojian Zhuang4f811ef2009-12-18 10:01:45 -0500281config BACKLIGHT_MAX8925
282 tristate "Backlight driver for MAX8925"
H Hartley Sweeten8fdd5762010-03-30 13:17:35 -0500283 depends on MFD_MAX8925
Haojian Zhuang4f811ef2009-12-18 10:01:45 -0500284 help
285 If you have a LCD backlight connected to the WLED output of MAX8925
286 WLED output, say Y here to enable this driver.
287
Matthew Garrett39b3dee2011-03-22 16:30:28 -0700288config BACKLIGHT_APPLE
289 tristate "Apple Backlight Driver"
Randy Dunlapb3724122011-03-22 16:30:29 -0700290 depends on X86 && ACPI
Matthew Garrett7be35c72008-06-09 21:56:16 +0100291 help
Matthew Garrett39b3dee2011-03-22 16:30:28 -0700292 If you have an Intel-based Apple say Y to enable a driver for its
Randy Dunlapb3724122011-03-22 16:30:29 -0700293 backlight.
Matthew Garrett7be35c72008-06-09 21:56:16 +0100294
Dmitry Baryshkovfbd1b172008-09-13 20:58:51 +0400295config BACKLIGHT_TOSA
296 tristate "Sharp SL-6000 Backlight Driver"
H Hartley Sweeten8fdd5762010-03-30 13:17:35 -0500297 depends on I2C && MACH_TOSA && LCD_TOSA
Dmitry Baryshkovfbd1b172008-09-13 20:58:51 +0400298 help
299 If you have an Sharp SL-6000 Zaurus say Y to enable a driver
300 for its backlight
301
Claudio Niederd03ebb12008-10-20 23:35:40 +0100302config BACKLIGHT_SAHARA
303 tristate "Tabletkiosk Sahara Touch-iT Backlight Driver"
H Hartley Sweeten8fdd5762010-03-30 13:17:35 -0500304 depends on X86
Claudio Niederd03ebb12008-10-20 23:35:40 +0100305 help
306 If you have a Tabletkiosk Sahara Touch-iT, say y to enable the
307 backlight driver.
Mark Browna4f3d552009-09-05 14:09:20 +0100308
309config BACKLIGHT_WM831X
310 tristate "WM831x PMIC Backlight Driver"
H Hartley Sweeten8fdd5762010-03-30 13:17:35 -0500311 depends on MFD_WM831X
Mark Browna4f3d552009-09-05 14:09:20 +0100312 help
313 If you have a backlight driven by the ISINK and DCDC of a
314 WM831x PMIC say y to enable the backlight driver for it.
Thierry Reding3b96ea92009-08-14 15:58:56 +0200315
Michael Hennericha7998ce2009-09-17 14:29:52 -0400316config BACKLIGHT_ADP5520
317 tristate "Backlight Driver for ADP5520/ADP5501 using WLED"
H Hartley Sweeten8fdd5762010-03-30 13:17:35 -0500318 depends on PMIC_ADP5520
Michael Hennericha7998ce2009-09-17 14:29:52 -0400319 help
320 If you have a LCD backlight connected to the BST/BL_SNK output of
321 ADP5520 or ADP5501, say Y here to enable this driver.
322
323 To compile this driver as a module, choose M here: the module will
324 be called adp5520_bl.
325
Michael Hennerich82fd53b2010-04-30 14:09:51 -0700326config BACKLIGHT_ADP8860
Michael Hennerichc7c06d82010-05-26 03:00:59 -0400327 tristate "Backlight Driver for ADP8860/ADP8861/ADP8863 using WLED"
Michael Hennerich82fd53b2010-04-30 14:09:51 -0700328 depends on BACKLIGHT_CLASS_DEVICE && I2C
329 select NEW_LEDS
330 select LEDS_CLASS
331 help
Michael Hennerichc7c06d82010-05-26 03:00:59 -0400332 If you have a LCD backlight connected to the ADP8860, ADP8861 or
333 ADP8863 say Y here to enable this driver.
Michael Hennerich82fd53b2010-04-30 14:09:51 -0700334
335 To compile this driver as a module, choose M here: the module will
336 be called adp8860_bl.
337
Michael Hennericha59ec1e2011-06-15 15:08:11 -0700338config BACKLIGHT_ADP8870
339 tristate "Backlight Driver for ADP8870 using WLED"
340 depends on BACKLIGHT_CLASS_DEVICE && I2C
341 select NEW_LEDS
342 select LEDS_CLASS
343 help
344 If you have a LCD backlight connected to the ADP8870,
345 say Y here to enable this driver.
346
347 To compile this driver as a module, choose M here: the module will
348 be called adp8870_bl.
349
Haojian Zhuangd07e8bf2009-11-09 12:41:07 -0500350config BACKLIGHT_88PM860X
351 tristate "Backlight Driver for 88PM8606 using WLED"
H Hartley Sweeten8fdd5762010-03-30 13:17:35 -0500352 depends on MFD_88PM860X
Haojian Zhuangd07e8bf2009-11-09 12:41:07 -0500353 help
354 Say Y to enable the backlight driver for Marvell 88PM8606.
355
Lars-Peter Clausen2ddfd122010-05-12 02:44:32 +0200356config BACKLIGHT_PCF50633
357 tristate "Backlight driver for NXP PCF50633 MFD"
358 depends on BACKLIGHT_CLASS_DEVICE && MFD_PCF50633
359 help
360 If you have a backlight driven by a NXP PCF50633 MFD, say Y here to
361 enable its driver.
362
Jin Park4b0d7112011-06-29 23:06:51 +0900363config BACKLIGHT_AAT2870
Andrew Morton70d32712011-08-03 16:21:17 -0700364 tristate "AnalogicTech AAT2870 Backlight"
Jin Park4b0d7112011-06-29 23:06:51 +0900365 depends on BACKLIGHT_CLASS_DEVICE && MFD_AAT2870_CORE
366 help
367 If you have a AnalogicTech AAT2870 say Y to enable the
368 backlight driver.
369
Daniel Jeong28e64a62013-11-12 15:08:58 -0800370config BACKLIGHT_LM3630A
371 tristate "Backlight Driver for LM3630A"
Peter Griffin05c4cc02014-04-24 13:28:24 +0100372 depends on BACKLIGHT_CLASS_DEVICE && I2C && PWM
G.Shark Jeong0c2a6652012-10-04 17:12:52 -0700373 select REGMAP_I2C
374 help
Daniel Jeong28e64a62013-11-12 15:08:58 -0800375 This supports TI LM3630A Backlight Driver
G.Shark Jeong0c2a6652012-10-04 17:12:52 -0700376
G.Shark Jeong0f598582012-10-04 17:12:55 -0700377config BACKLIGHT_LM3639
378 tristate "Backlight Driver for LM3639"
379 depends on BACKLIGHT_CLASS_DEVICE && I2C
380 select REGMAP_I2C
381 select NEW_LEDS
382 select LEDS_CLASS
383 help
384 This supports TI LM3639 Backlight + 1.5A Flash LED Driver
385
Kim, Milo7be865a2012-03-23 15:02:01 -0700386config BACKLIGHT_LP855X
387 tristate "Backlight driver for TI LP855X"
Arnd Bergmann91a57dc2014-04-24 13:28:28 +0100388 depends on BACKLIGHT_CLASS_DEVICE && I2C && PWM
Kim, Milo7be865a2012-03-23 15:02:01 -0700389 help
Milo Kim5812c132013-11-12 15:08:57 -0800390 This supports TI LP8550, LP8551, LP8552, LP8553, LP8555, LP8556 and
391 LP8557 backlight driver.
Kim, Milo7be865a2012-03-23 15:02:01 -0700392
Kim, Miloc5a51052013-02-27 17:02:43 -0800393config BACKLIGHT_LP8788
394 tristate "Backlight driver for TI LP8788 MFD"
Peter Griffin513199362014-04-24 13:28:25 +0100395 depends on BACKLIGHT_CLASS_DEVICE && MFD_LP8788 && PWM
Kim, Miloc5a51052013-02-27 17:02:43 -0800396 help
397 This supports TI LP8788 backlight driver.
398
Christian Gmeinerc8df7422012-03-23 15:02:02 -0700399config BACKLIGHT_OT200
400 tristate "Backlight driver for ot200 visualisation device"
Randy Dunlap2df5e122012-03-23 15:02:03 -0700401 depends on BACKLIGHT_CLASS_DEVICE && CS5535_MFGPT && GPIO_CS5535
Christian Gmeinerc8df7422012-03-23 15:02:02 -0700402 help
403 To compile this driver as a module, choose M here: the module will be
404 called ot200_bl.
405
Grazvydas Ignotas35c16822012-03-23 15:02:02 -0700406config BACKLIGHT_PANDORA
407 tristate "Backlight driver for Pandora console"
408 depends on TWL4030_CORE
409 help
410 If you have a Pandora console, say Y to enable the
411 backlight driver.
412
Gyungoh Yoof7058062015-02-27 15:42:22 +0900413config BACKLIGHT_SKY81452
414 tristate "Backlight driver for SKY81452"
415 depends on BACKLIGHT_CLASS_DEVICE && MFD_SKY81452
416 help
417 If you have a Skyworks SKY81452, say Y to enable the
418 backlight driver.
419
420 To compile this driver as a module, choose M here: the module will
421 be called sky81452-backlight
422
Matthias Kaehlckeeebfdc12012-09-24 22:25:28 +0200423config BACKLIGHT_TPS65217
424 tristate "TPS65217 Backlight"
425 depends on BACKLIGHT_CLASS_DEVICE && MFD_TPS65217
426 help
427 If you have a Texas Instruments TPS65217 say Y to enable the
428 backlight driver.
429
Guennadi Liakhovetskide474b5b2013-02-21 16:43:59 -0800430config BACKLIGHT_AS3711
431 tristate "AS3711 Backlight"
432 depends on BACKLIGHT_CLASS_DEVICE && MFD_AS3711
433 help
434 If you have an Austrian Microsystems AS3711 say Y to enable the
435 backlight driver.
436
Laurent Pinchart8b770e32013-07-04 21:13:24 +0200437config BACKLIGHT_GPIO
438 tristate "Generic GPIO based Backlight Driver"
Geert Uytterhoeven0e441662015-05-05 18:32:39 +0200439 depends on GPIOLIB || COMPILE_TEST
Laurent Pinchart8b770e32013-07-04 21:13:24 +0200440 help
441 If you have a LCD backlight adjustable by GPIO, say Y to enable
442 this driver.
443
Laurent Pinchart82e5c402013-07-04 21:13:25 +0200444config BACKLIGHT_LV5207LP
445 tristate "Sanyo LV5207LP Backlight"
446 depends on I2C
447 help
448 If you have a Sanyo LV5207LP say Y to enable the backlight driver.
449
Laurent Pinchart67b43e52013-07-04 21:13:26 +0200450config BACKLIGHT_BD6107
451 tristate "Rohm BD6107 Backlight"
452 depends on I2C
453 help
454 If you have a Rohm BD6107 say Y to enable the backlight driver.
455
H Hartley Sweeten8fdd5762010-03-30 13:17:35 -0500456endif # BACKLIGHT_CLASS_DEVICE
457
458endif # BACKLIGHT_LCD_SUPPORT