xref: /linux/drivers/video/backlight/Kconfig (revision 3014ad47cfaf454cb0bbee353272beacd1e7c4bc)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Backlight & LCD drivers configuration
4#
5
6menu "Backlight & LCD device support"
7
8#
9# LCD
10#
11config LCD_CLASS_DEVICE
12	tristate "Lowlevel LCD controls"
13	help
14	  This framework adds support for low-level control of LCD.
15	  Some framebuffer devices connect to platform-specific LCD modules
16	  in order to have a platform-specific way to control the flat panel
17	  (contrast and applying power to the LCD (not to the backlight!)).
18
19	  To have support for your specific LCD panel you will have to
20	  select the proper drivers which depend on this option.
21
22if LCD_CLASS_DEVICE
23
24config LCD_CORGI
25	tristate "LCD Panel support for SHARP corgi/spitz model"
26	depends on SPI_MASTER && PXA_SHARPSL && BACKLIGHT_CLASS_DEVICE
27	help
28	  Say y here to support the LCD panels usually found on SHARP
29	  corgi (C7x0) and spitz (Cxx00) models.
30
31config LCD_L4F00242T03
32	tristate "Epson L4F00242T03 LCD"
33	depends on SPI_MASTER
34	depends on GPIOLIB || COMPILE_TEST
35	help
36	  SPI driver for Epson L4F00242T03. This provides basic support
37	  for init and powering the LCD up/down through a sysfs interface.
38
39config LCD_LMS283GF05
40	tristate "Samsung LMS283GF05 LCD"
41	depends on SPI_MASTER
42	depends on GPIOLIB || COMPILE_TEST
43	help
44	  SPI driver for Samsung LMS283GF05. This provides basic support
45	  for powering the LCD up/down through a sysfs interface.
46
47config LCD_LTV350QV
48	tristate "Samsung LTV350QV LCD Panel"
49	depends on SPI_MASTER
50	help
51	  If you have a Samsung LTV350QV LCD panel, say y to include a
52	  power control driver for it.  The panel starts up in power
53	  off state, so you need this driver in order to see any
54	  output.
55
56	  The LTV350QV panel is present on all ATSTK1000 boards.
57
58config LCD_ILI922X
59	tristate "ILI Technology ILI9221/ILI9222 support"
60	depends on SPI
61	help
62	  If you have a panel based on the ILI9221/9222 controller
63	  chip then say y to include a driver for it.
64
65config LCD_ILI9320
66	tristate "ILI Technology ILI9320 controller support"
67	depends on SPI
68	help
69	  If you have a panel based on the ILI9320 controller chip
70	  then say y to include a power driver for it.
71
72config LCD_TDO24M
73	tristate "Toppoly TDO24M and TDO35S LCD Panels support"
74	depends on SPI_MASTER
75	help
76	  If you have a Toppoly TDO24M/TDO35S series LCD panel, say y here to
77	  include the support for it.
78
79config LCD_VGG2432A4
80	tristate "VGG2432A4 LCM device support"
81	depends on SPI_MASTER
82	select LCD_ILI9320
83	help
84	  If you have a VGG2432A4 panel based on the ILI9320 controller chip
85	  then say y to include a power driver for it.
86
87config LCD_PLATFORM
88	tristate "Platform LCD controls"
89	help
90	  This driver provides a platform-device registered LCD power
91	  control interface.
92
93config LCD_HP700
94	tristate "HP Jornada 700 series LCD Driver"
95	depends on SA1100_JORNADA720_SSP && !PREEMPTION
96	default y
97	help
98	  If you have an HP Jornada 700 series handheld (710/720/728)
99	  say Y to enable LCD control driver.
100
101config LCD_AMS369FG06
102	tristate "AMS369FG06 AMOLED LCD Driver"
103	depends on SPI && BACKLIGHT_CLASS_DEVICE
104	default n
105	help
106	  If you have an AMS369FG06 AMOLED Panel, say Y to enable its
107	  LCD control driver.
108
109config LCD_LMS501KF03
110	tristate "LMS501KF03 LCD Driver"
111	depends on SPI
112	default n
113	help
114	  If you have an LMS501KF03 LCD Panel, say Y to enable its
115	  LCD control driver.
116
117config LCD_HX8357
118	tristate "Himax HX-8357 LCD Driver"
119	depends on SPI
120	help
121	  If you have a HX-8357 LCD panel, say Y to enable its LCD control
122	  driver.
123
124config LCD_OTM3225A
125	tristate "ORISE Technology OTM3225A support"
126	depends on SPI
127	help
128	  If you have a panel based on the OTM3225A controller
129	  chip then say y to include a driver for it.
130
131endif # LCD_CLASS_DEVICE
132
133#
134# Backlight
135#
136config BACKLIGHT_CLASS_DEVICE
137	tristate "Lowlevel Backlight controls"
138	help
139	  This framework adds support for low-level control of the LCD
140	  backlight. This includes support for brightness and power.
141
142	  To have support for your specific LCD panel you will have to
143	  select the proper drivers which depend on this option.
144
145if BACKLIGHT_CLASS_DEVICE
146
147config BACKLIGHT_ATMEL_LCDC
148	bool "Atmel LCDC Contrast-as-Backlight control"
149	depends on FB_ATMEL
150	help
151	  This provides a backlight control internal to the Atmel LCDC
152	  driver.  If the LCD "contrast control" on your board is wired
153	  so it controls the backlight brightness, select this option to
154	  export this as a PWM-based backlight control.
155
156	  If in doubt, it's safe to enable this option; it doesn't kick
157	  in unless the board's description says it's wired that way.
158
159config BACKLIGHT_AW99706
160	tristate "Backlight Driver for Awinic AW99706"
161	depends on I2C
162	select REGMAP_I2C
163	help
164	  If you have a LCD backlight connected to the WLED output of AW99706
165	  WLED output, say Y here to enable this driver.
166
167config BACKLIGHT_EP93XX
168	tristate "Cirrus EP93xx Backlight Driver"
169	depends on FB_EP93XX
170	help
171	  If you have a LCD backlight connected to the BRIGHT output of
172	  the EP93xx, say Y here to enable this driver.
173
174	  To compile this driver as a module, choose M here: the module will
175	  be called ep93xx_bl.
176
177config BACKLIGHT_IPAQ_MICRO
178	tristate "iPAQ microcontroller backlight driver"
179	depends on MFD_IPAQ_MICRO
180	default y
181	help
182	  Say y to enable the backlight driver for Compaq iPAQ handheld
183	  computers. Say yes if you have one of the h3100/h3600/h3700
184	  machines.
185
186config BACKLIGHT_KTD253
187	tristate "Backlight Driver for Kinetic KTD253"
188	depends on GPIOLIB || COMPILE_TEST
189	help
190	  Say y to enabled the backlight driver for the Kinetic KTD253
191	  which is a 1-wire GPIO-controlled backlight found in some mobile
192	  phones.
193
194config BACKLIGHT_KTD2801
195	tristate "Backlight Driver for Kinetic KTD2801"
196	depends on GPIOLIB || COMPILE_TEST
197	select LEDS_EXPRESSWIRE
198	help
199	  Say Y to enable the backlight driver for the Kinetic KTD2801 1-wire
200	  GPIO-controlled backlight found in Samsung Galaxy Core Prime VE LTE.
201
202config BACKLIGHT_KTZ8866
203	tristate "Backlight Driver for Kinetic KTZ8866"
204	depends on I2C
205	select REGMAP_I2C
206	help
207		Say Y to enable the backlight driver for the Kinetic KTZ8866
208		found in Xiaomi Mi Pad 5 series.
209
210config BACKLIGHT_LM3533
211	tristate "Backlight Driver for LM3533"
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
221config BACKLIGHT_LOCOMO
222	tristate "Sharp LOCOMO LCD/Backlight Driver"
223	depends on SHARP_LOCOMO
224	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
229config BACKLIGHT_OMAP1
230	tristate "OMAP1 PWL-based LCD Backlight"
231	depends on ARCH_OMAP1 || COMPILE_TEST
232	default ARCH_OMAP1
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
238config BACKLIGHT_HP680
239	tristate "HP Jornada 680 Backlight Driver"
240	depends on SH_HP6XX
241	default y
242	help
243	  If you have a HP Jornada 680, say y to enable the
244	  backlight driver.
245
246config BACKLIGHT_HP700
247	tristate "HP Jornada 700 series Backlight Driver"
248	depends on SA1100_JORNADA720_SSP && !PREEMPTION
249	default y
250	help
251	  If you have an HP Jornada 700 series,
252	  say Y to include backlight control driver.
253
254config BACKLIGHT_PWM
255	tristate "Generic PWM based Backlight Driver"
256	depends on PWM
257	help
258	  If you have a LCD backlight adjustable by PWM, say Y to enable
259	  this driver.
260
261config BACKLIGHT_CGBC
262	tristate "Congatec Board Controller (CGBC) backlight support"
263	depends on MFD_CGBC && X86
264	help
265	  Say Y here to enable support for LCD backlight control on Congatec
266	  x86-based boards via the CGBC (Congatec Board Controller).
267
268	  This driver provides backlight brightness control through the Linux
269	  backlight subsystem. It communicates with the board controller to
270	  adjust LCD backlight using PWM signals.
271
272config BACKLIGHT_DA903X
273	tristate "Backlight Driver for DA9030/DA9034 using WLED"
274	depends on PMIC_DA903X
275	help
276	  If you have a LCD backlight connected to the WLED output of DA9030
277	  or DA9034 WLED output, say Y here to enable this driver.
278
279config BACKLIGHT_DA9052
280	tristate "Dialog DA9052/DA9053 WLED"
281	depends on PMIC_DA9052
282	help
283	  Enable the Backlight Driver for DA9052-BC and DA9053-AA/Bx PMICs.
284
285config BACKLIGHT_MAX25014
286	tristate "Backlight driver for Maxim MAX25014"
287	depends on I2C
288	select REGMAP_I2C
289	help
290	  If you are using a MAX25014 chip as a backlight driver say Y to enable it.
291
292config BACKLIGHT_MAX8925
293	tristate "Backlight driver for MAX8925"
294	depends on MFD_MAX8925
295	help
296	  If you have a LCD backlight connected to the WLED output of MAX8925
297	  WLED output, say Y here to enable this driver.
298
299config BACKLIGHT_MT6370
300	tristate "MediaTek MT6370 Backlight Driver"
301	depends on MFD_MT6370
302	help
303	  This enables support for Mediatek MT6370 Backlight driver.
304	  It's commonly used to drive the display WLED. There are 4 channels
305	  inside, and each channel supports up to 30mA of current capability
306	  with 2048 current steps (only for MT6370/MT6371) or 16384 current
307	  steps (only for MT6372) in exponential or linear mapping curves.
308
309	  This driver can also be built as a module. If so, the module
310	  will be called "mt6370-backlight".
311
312config BACKLIGHT_APPLE
313	tristate "Apple Backlight Driver"
314	depends on X86 && ACPI
315	depends on ACPI_VIDEO=n || ACPI_VIDEO
316	help
317	  If you have an Intel-based Apple say Y to enable a driver for its
318	  backlight.
319
320config BACKLIGHT_APPLE_DWI
321	tristate "Apple DWI 2-Wire Interface Backlight Driver"
322	depends on ARCH_APPLE || COMPILE_TEST
323	help
324	  Say Y to enable the backlight driver for backlight controllers
325	  attached via the Apple DWI 2-wire interface which is found in some
326	  Apple iPhones, iPads and iPod touches.
327
328	  To compile this driver as a module, choose M here: the module will
329	  be called apple_dwi_bl.
330
331config BACKLIGHT_QCOM_WLED
332	tristate "Qualcomm PMIC WLED Driver"
333	select REGMAP
334	help
335	  If you have the Qualcomm PMIC, say Y to enable a driver for the
336	  WLED block. Currently it supports PM8941 and PMI8998.
337
338config BACKLIGHT_RT4831
339	tristate "Richtek RT4831 Backlight Driver"
340	depends on MFD_RT4831
341	help
342	  This enables support for Richtek RT4831 Backlight driver.
343	  It's commonly used to drive the display WLED. There're four channels
344	  inisde, and each channel can provide up to 30mA current.
345
346config BACKLIGHT_SAHARA
347	tristate "Tabletkiosk Sahara Touch-iT Backlight Driver"
348	depends on X86
349	help
350	  If you have a Tabletkiosk Sahara Touch-iT, say y to enable the
351	  backlight driver.
352
353config BACKLIGHT_WM831X
354	tristate "WM831x PMIC Backlight Driver"
355	depends on MFD_WM831X
356	help
357	  If you have a backlight driven by the ISINK and DCDC of a
358	  WM831x PMIC say y to enable the backlight driver for it.
359
360config BACKLIGHT_ADP5520
361	tristate "Backlight Driver for ADP5520/ADP5501 using WLED"
362	depends on PMIC_ADP5520
363	help
364	  If you have a LCD backlight connected to the BST/BL_SNK output of
365	  ADP5520 or ADP5501, say Y here to enable this driver.
366
367	  To compile this driver as a module, choose M here: the module will
368	  be called adp5520_bl.
369
370config BACKLIGHT_ADP8860
371	tristate "Backlight Driver for ADP8860/ADP8861/ADP8863 using WLED"
372	depends on I2C
373	select NEW_LEDS
374	select LEDS_CLASS
375	help
376	  If you have a LCD backlight connected to the ADP8860, ADP8861 or
377	  ADP8863 say Y here to enable this driver.
378
379	  To compile this driver as a module, choose M here: the module will
380	  be called adp8860_bl.
381
382config BACKLIGHT_ADP8870
383	tristate "Backlight Driver for ADP8870 using WLED"
384	depends on I2C
385	select NEW_LEDS
386	select LEDS_CLASS
387	help
388	  If you have a LCD backlight connected to the ADP8870,
389	  say Y here to enable this driver.
390
391	  To compile this driver as a module, choose M here: the module will
392	  be called adp8870_bl.
393
394config BACKLIGHT_88PM860X
395	tristate "Backlight Driver for 88PM8606 using WLED"
396	depends on MFD_88PM860X
397	help
398	  Say Y to enable the backlight driver for Marvell 88PM8606.
399
400config BACKLIGHT_AAT2870
401	tristate "AnalogicTech AAT2870 Backlight"
402	depends on MFD_AAT2870_CORE
403	help
404	  If you have a AnalogicTech AAT2870 say Y to enable the
405	  backlight driver.
406
407config BACKLIGHT_LM3509
408	tristate "Backlight Driver for LM3509"
409	depends on I2C
410	select REGMAP_I2C
411	help
412	  This supports TI LM3509 Backlight Driver
413
414config BACKLIGHT_LM3630A
415	tristate "Backlight Driver for LM3630A"
416	depends on I2C && PWM
417	select REGMAP_I2C
418	help
419	  This supports TI LM3630A Backlight Driver
420
421config BACKLIGHT_LM3639
422	tristate "Backlight Driver for LM3639"
423	depends on I2C
424	select REGMAP_I2C
425	select NEW_LEDS
426	select LEDS_CLASS
427	help
428	  This supports TI LM3639 Backlight + 1.5A Flash LED Driver
429
430config BACKLIGHT_LP855X
431	tristate "Backlight driver for TI LP855X"
432	depends on I2C && PWM
433	help
434	  This supports TI LP8550, LP8551, LP8552, LP8553, LP8555, LP8556 and
435	  LP8557 backlight driver.
436
437config BACKLIGHT_LP8788
438	tristate "Backlight driver for TI LP8788 MFD"
439	depends on MFD_LP8788 && PWM
440	help
441	  This supports TI LP8788 backlight driver.
442
443config BACKLIGHT_MP3309C
444	tristate "Backlight Driver for MPS MP3309C"
445	depends on I2C && PWM
446	select REGMAP_I2C
447	help
448	  This supports MPS MP3309C backlight WLED driver in both PWM and
449	  analog/I2C dimming modes.
450
451	  To compile this driver as a module, choose M here: the module will
452	  be called mp3309c.
453
454config BACKLIGHT_PANDORA
455	tristate "Backlight driver for Pandora console"
456	depends on TWL4030_CORE
457	help
458	  If you have a Pandora console, say Y to enable the
459	  backlight driver.
460
461config BACKLIGHT_SKY81452
462	tristate "Backlight driver for SKY81452"
463	depends on MFD_SKY81452
464	help
465	  If you have a Skyworks SKY81452, say Y to enable the
466	  backlight driver.
467
468	  To compile this driver as a module, choose M here: the module will
469	  be called sky81452-backlight
470
471config BACKLIGHT_TPS65217
472	tristate "TPS65217 Backlight"
473	depends on MFD_TPS65217
474	help
475	  If you have a Texas Instruments TPS65217 say Y to enable the
476	  backlight driver.
477
478config BACKLIGHT_AS3711
479	tristate "AS3711 Backlight"
480	depends on MFD_AS3711
481	help
482	  If you have an Austrian Microsystems AS3711 say Y to enable the
483	  backlight driver.
484
485config BACKLIGHT_GPIO
486	tristate "Generic GPIO based Backlight Driver"
487	depends on GPIOLIB || COMPILE_TEST
488	help
489	  If you have a LCD backlight adjustable by GPIO, say Y to enable
490	  this driver.
491
492config BACKLIGHT_LV5207LP
493	tristate "Sanyo LV5207LP Backlight"
494	depends on I2C
495	help
496	  If you have a Sanyo LV5207LP say Y to enable the backlight driver.
497
498config BACKLIGHT_BD6107
499	tristate "Rohm BD6107 Backlight"
500	depends on I2C
501	help
502	  If you have a Rohm BD6107 say Y to enable the backlight driver.
503
504config BACKLIGHT_ARCXCNN
505	tristate "Backlight driver for the Arctic Sands ARCxCnnnn family"
506	depends on I2C
507	help
508	  If you have an ARCxCnnnn family backlight say Y to enable
509	  the backlight driver.
510
511config BACKLIGHT_RAVE_SP
512	tristate "RAVE SP Backlight driver"
513	depends on RAVE_SP_CORE
514	help
515	  Support for backlight control on RAVE SP device.
516
517config BACKLIGHT_LED
518	tristate "Generic LED based Backlight Driver"
519	depends on LEDS_CLASS && OF
520	help
521	  If you have a LCD backlight adjustable by LED class driver, say Y
522	  to enable this driver.
523
524endif # BACKLIGHT_CLASS_DEVICE
525
526endmenu
527