1# SPDX-License-Identifier: GPL-2.0-only
2config DRM_PANEL
3	bool
4	depends on DRM
5	help
6	  Panel registration and lookup framework.
7
8menu "Display Panels"
9	depends on DRM && DRM_PANEL
10
11config DRM_PANEL_ABT_Y030XX067A
12	tristate "ABT Y030XX067A 320x480 LCD panel"
13	depends on OF && SPI
14	select REGMAP_SPI
15	help
16	  Say Y here to enable support for the Asia Better Technology Ltd.
17	  Y030XX067A 320x480 3.0" panel as found in the YLM RG-280M, RG-300
18	  and RG-99 handheld gaming consoles.
19
20config DRM_PANEL_ARM_VERSATILE
21	tristate "ARM Versatile panel driver"
22	depends on OF
23	depends on MFD_SYSCON
24	select VIDEOMODE_HELPERS
25	help
26	  This driver supports the ARM Versatile panels connected to ARM
27	  reference designs. The panel is detected using special registers
28	  in the Versatile family syscon registers.
29
30config DRM_PANEL_ASUS_Z00T_TM5P5_NT35596
31	tristate "ASUS Z00T TM5P5 NT35596 panel"
32	depends on GPIOLIB && OF
33	depends on DRM_MIPI_DSI
34	depends on BACKLIGHT_CLASS_DEVICE
35	help
36	  Say Y here if you want to enable support for the ASUS TMP5P5
37	  NT35596 1080x1920 video mode panel as found in some Asus
38	  Zenfone 2 Laser Z00T devices.
39
40config DRM_PANEL_BOE_HIMAX8279D
41	tristate "Boe Himax8279d panel"
42	depends on OF
43	depends on DRM_MIPI_DSI
44	depends on BACKLIGHT_CLASS_DEVICE
45	help
46	  Say Y here if you want to enable support for Boe Himax8279d
47	  TFT-LCD modules. The panel has a 1200x1920 resolution and uses
48	  24 bit RGB per pixel. It provides a MIPI DSI interface to
49	  the host and has a built-in LED backlight.
50
51config DRM_PANEL_BOE_TV101WUM_NL6
52	tristate "BOE TV101WUM and AUO KD101N80 45NA 1200x1920 panel"
53	depends on OF
54	depends on DRM_MIPI_DSI
55	depends on BACKLIGHT_CLASS_DEVICE
56	help
57	  Say Y here if you want to support for BOE TV101WUM and AUO KD101N80
58	  45NA WUXGA PANEL DSI Video Mode panel
59
60config DRM_PANEL_DSI_CM
61	tristate "Generic DSI command mode panels"
62	depends on OF
63	depends on DRM_MIPI_DSI
64	depends on BACKLIGHT_CLASS_DEVICE
65	help
66	  DRM panel driver for DSI command mode panels with support for
67	  embedded and external backlights.
68
69config DRM_PANEL_LVDS
70	tristate "Generic LVDS panel driver"
71	depends on OF
72	depends on BACKLIGHT_CLASS_DEVICE
73	select VIDEOMODE_HELPERS
74	help
75	  This driver supports LVDS panels that don't require device-specific
76	  handling of power supplies or control signals. It implements automatic
77	  backlight handling if the panel is attached to a backlight controller.
78
79config DRM_PANEL_SIMPLE
80	tristate "support for simple panels"
81	depends on OF
82	depends on BACKLIGHT_CLASS_DEVICE
83	select VIDEOMODE_HELPERS
84	help
85	  DRM panel driver for dumb panels that need at most a regulator and
86	  a GPIO to be powered up. Optionally a backlight can be attached so
87	  that it can be automatically turned off when the panel goes into a
88	  low power state.
89
90config DRM_PANEL_ELIDA_KD35T133
91	tristate "Elida KD35T133 panel driver"
92	depends on OF
93	depends on DRM_MIPI_DSI
94	depends on BACKLIGHT_CLASS_DEVICE
95	help
96	  Say Y here if you want to enable support for the Elida
97	  KD35T133 controller for 320x480 LCD panels with MIPI-DSI
98	  system interfaces.
99
100config DRM_PANEL_FEIXIN_K101_IM2BA02
101	tristate "Feixin K101 IM2BA02 panel"
102	depends on OF
103	depends on DRM_MIPI_DSI
104	depends on BACKLIGHT_CLASS_DEVICE
105	help
106	  Say Y here if you want to enable support for the Feixin K101 IM2BA02
107	  4-lane 800x1280 MIPI DSI panel.
108
109config DRM_PANEL_FEIYANG_FY07024DI26A30D
110	tristate "Feiyang FY07024DI26A30-D MIPI-DSI LCD panel"
111	depends on OF
112	depends on DRM_MIPI_DSI
113	depends on BACKLIGHT_CLASS_DEVICE
114	help
115	  Say Y if you want to enable support for panels based on the
116	  Feiyang FY07024DI26A30-D MIPI-DSI interface.
117
118config DRM_PANEL_ILITEK_IL9322
119	tristate "Ilitek ILI9322 320x240 QVGA panels"
120	depends on OF && SPI
121	select REGMAP
122	help
123	  Say Y here if you want to enable support for Ilitek IL9322
124	  QVGA (320x240) RGB, YUV and ITU-T BT.656 panels.
125
126config DRM_PANEL_ILITEK_ILI9881C
127	tristate "Ilitek ILI9881C-based panels"
128	depends on OF
129	depends on DRM_MIPI_DSI
130	depends on BACKLIGHT_CLASS_DEVICE
131	help
132	  Say Y if you want to enable support for panels based on the
133	  Ilitek ILI9881c controller.
134
135config DRM_PANEL_INNOLUX_P079ZCA
136	tristate "Innolux P079ZCA panel"
137	depends on OF
138	depends on DRM_MIPI_DSI
139	depends on BACKLIGHT_CLASS_DEVICE
140	help
141	  Say Y here if you want to enable support for Innolux P079ZCA
142	  TFT-LCD modules. The panel has a 1024x768 resolution and uses
143	  24 bit RGB per pixel. It provides a MIPI DSI interface to
144	  the host and has a built-in LED backlight.
145
146config DRM_PANEL_JDI_LT070ME05000
147	tristate "JDI LT070ME05000 WUXGA DSI panel"
148	depends on OF
149	depends on DRM_MIPI_DSI
150	depends on BACKLIGHT_CLASS_DEVICE
151	help
152	  Say Y here if you want to enable support for JDI DSI video mode
153	  panel as found in Google Nexus 7 (2013) devices.
154	  The panel has a 1200(RGB)×1920 (WUXGA) resolution and uses
155	  24 bit per pixel.
156
157config DRM_PANEL_KHADAS_TS050
158	tristate "Khadas TS050 panel"
159	depends on OF
160	depends on DRM_MIPI_DSI
161	depends on BACKLIGHT_CLASS_DEVICE
162	help
163	  Say Y here if you want to enable support for Khadas TS050 TFT-LCD
164	  panel module. The panel has a 1080x1920 resolution and uses
165	  24 bit RGB per pixel. It provides a MIPI DSI interface to
166	  the host, a built-in LED backlight and touch controller.
167
168config DRM_PANEL_KINGDISPLAY_KD097D04
169	tristate "Kingdisplay kd097d04 panel"
170	depends on OF
171	depends on DRM_MIPI_DSI
172	depends on BACKLIGHT_CLASS_DEVICE
173	help
174	  Say Y here if you want to enable support for Kingdisplay kd097d04
175	  TFT-LCD modules. The panel has a 1536x2048 resolution and uses
176	  24 bit RGB per pixel. It provides a MIPI DSI interface to
177	  the host and has a built-in LED backlight.
178
179config DRM_PANEL_LEADTEK_LTK050H3146W
180	tristate "Leadtek LTK050H3146W panel"
181	depends on OF
182	depends on DRM_MIPI_DSI
183	depends on BACKLIGHT_CLASS_DEVICE
184	help
185	  Say Y here if you want to enable support for Leadtek LTK050H3146W
186	  TFT-LCD modules. The panel has a 720x1280 resolution and uses
187	  24 bit RGB per pixel. It provides a MIPI DSI interface to
188	  the host and has a built-in LED backlight.
189
190config DRM_PANEL_LEADTEK_LTK500HD1829
191	tristate "Leadtek LTK500HD1829 panel"
192	depends on OF
193	depends on DRM_MIPI_DSI
194	depends on BACKLIGHT_CLASS_DEVICE
195	help
196	  Say Y here if you want to enable support for Kingdisplay kd097d04
197	  TFT-LCD modules. The panel has a 1536x2048 resolution and uses
198	  24 bit RGB per pixel. It provides a MIPI DSI interface to
199	  the host and has a built-in LED backlight.
200
201config DRM_PANEL_SAMSUNG_LD9040
202	tristate "Samsung LD9040 RGB/SPI panel"
203	depends on OF && SPI
204	select VIDEOMODE_HELPERS
205
206config DRM_PANEL_LG_LB035Q02
207	tristate "LG LB035Q024573 RGB panel"
208	depends on GPIOLIB && OF && SPI
209	help
210	  Say Y here if you want to enable support for the LB035Q02 RGB panel
211	  (found on the Gumstix Overo Palo35 board). To compile this driver as
212	  a module, choose M here.
213
214config DRM_PANEL_LG_LG4573
215	tristate "LG4573 RGB/SPI panel"
216	depends on OF && SPI
217	select VIDEOMODE_HELPERS
218	help
219	  Say Y here if you want to enable support for LG4573 RGB panel.
220	  To compile this driver as a module, choose M here.
221
222config DRM_PANEL_NEC_NL8048HL11
223	tristate "NEC NL8048HL11 RGB panel"
224	depends on GPIOLIB && OF && SPI
225	help
226	  Say Y here if you want to enable support for the NEC NL8048HL11 RGB
227	  panel (found on the Zoom2/3/3630 SDP boards). To compile this driver
228	  as a module, choose M here.
229
230config DRM_PANEL_NOVATEK_NT35510
231	tristate "Novatek NT35510 RGB panel driver"
232	depends on OF
233	depends on DRM_MIPI_DSI
234	depends on BACKLIGHT_CLASS_DEVICE
235	help
236	  Say Y here if you want to enable support for the panels built
237	  around the Novatek NT35510 display controller, such as some
238	  Hydis panels.
239
240config DRM_PANEL_NOVATEK_NT36672A
241	tristate "Novatek NT36672A DSI panel"
242	depends on OF
243	depends on DRM_MIPI_DSI
244	depends on BACKLIGHT_CLASS_DEVICE
245	help
246	  Say Y here if you want to enable support for the panels built
247	  around the Novatek NT36672A display controller, such as some
248	  Tianma panels used in a few Xiaomi Poco F1 mobile phones.
249
250config DRM_PANEL_NOVATEK_NT39016
251	tristate "Novatek NT39016 RGB/SPI panel"
252	depends on OF && SPI
253	depends on BACKLIGHT_CLASS_DEVICE
254	select REGMAP_SPI
255	help
256	  Say Y here if you want to enable support for the panels built
257	  around the Novatek NT39016 display controller.
258
259config DRM_PANEL_MANTIX_MLAF057WE51
260	tristate "Mantix MLAF057WE51-X MIPI-DSI LCD panel"
261	depends on OF
262	depends on DRM_MIPI_DSI
263	depends on BACKLIGHT_CLASS_DEVICE
264	help
265	  Say Y here if you want to enable support for the Mantix
266	  MLAF057WE51-X MIPI DSI panel as e.g. used in the Librem 5. It
267	  has a resolution of 720x1440 pixels, a built in backlight and touch
268	  controller.
269
270config DRM_PANEL_OLIMEX_LCD_OLINUXINO
271	tristate "Olimex LCD-OLinuXino panel"
272	depends on OF
273	depends on I2C
274	depends on BACKLIGHT_CLASS_DEVICE
275	help
276	  The panel is used with different sizes LCDs, from 480x272 to
277	  1280x800, and 24 bit per pixel.
278
279	  Say Y here if you want to enable support for Olimex Ltd.
280	  LCD-OLinuXino panel.
281
282config DRM_PANEL_ORISETECH_OTM8009A
283	tristate "Orise Technology otm8009a 480x800 dsi 2dl panel"
284	depends on OF
285	depends on DRM_MIPI_DSI
286	depends on BACKLIGHT_CLASS_DEVICE
287	help
288	  Say Y here if you want to enable support for Orise Technology
289	  otm8009a 480x800 dsi 2dl panel.
290
291config DRM_PANEL_OSD_OSD101T2587_53TS
292	tristate "OSD OSD101T2587-53TS DSI 1920x1200 video mode panel"
293	depends on OF
294	depends on DRM_MIPI_DSI
295	depends on BACKLIGHT_CLASS_DEVICE
296	help
297	  Say Y here if you want to enable support for One Stop Displays
298	  OSD101T2587-53TS 10.1" 1920x1200 dsi panel.
299
300config DRM_PANEL_PANASONIC_VVX10F034N00
301	tristate "Panasonic VVX10F034N00 1920x1200 video mode panel"
302	depends on OF
303	depends on DRM_MIPI_DSI
304	depends on BACKLIGHT_CLASS_DEVICE
305	help
306	  Say Y here if you want to enable support for Panasonic VVX10F034N00
307	  WUXGA (1920x1200) Novatek NT1397-based DSI panel as found in some
308	  Xperia Z2 tablets
309
310config DRM_PANEL_RASPBERRYPI_TOUCHSCREEN
311	tristate "Raspberry Pi 7-inch touchscreen panel"
312	depends on DRM_MIPI_DSI
313	help
314	  Say Y here if you want to enable support for the Raspberry
315	  Pi 7" Touchscreen.  To compile this driver as a module,
316	  choose M here.
317
318config DRM_PANEL_RAYDIUM_RM67191
319	tristate "Raydium RM67191 FHD 1080x1920 DSI video mode panel"
320	depends on OF
321	depends on DRM_MIPI_DSI
322	depends on BACKLIGHT_CLASS_DEVICE
323	help
324	  Say Y here if you want to enable support for Raydium RM67191 FHD
325	  (1080x1920) DSI panel.
326
327config DRM_PANEL_RAYDIUM_RM68200
328	tristate "Raydium RM68200 720x1280 DSI video mode panel"
329	depends on OF
330	depends on DRM_MIPI_DSI
331	depends on BACKLIGHT_CLASS_DEVICE
332	help
333	  Say Y here if you want to enable support for Raydium RM68200
334	  720x1280 DSI video mode panel.
335
336config DRM_PANEL_RONBO_RB070D30
337	tristate "Ronbo Electronics RB070D30 panel"
338	depends on OF
339	depends on DRM_MIPI_DSI
340	depends on BACKLIGHT_CLASS_DEVICE
341	help
342	  Say Y here if you want to enable support for Ronbo Electronics
343	  RB070D30 1024x600 DSI panel.
344
345config DRM_PANEL_SAMSUNG_S6D16D0
346	tristate "Samsung S6D16D0 DSI video mode panel"
347	depends on OF
348	depends on DRM_MIPI_DSI
349	select VIDEOMODE_HELPERS
350
351config DRM_PANEL_SAMSUNG_S6E3HA2
352	tristate "Samsung S6E3HA2 DSI video mode panel"
353	depends on OF
354	depends on DRM_MIPI_DSI
355	depends on BACKLIGHT_CLASS_DEVICE
356	select VIDEOMODE_HELPERS
357
358config DRM_PANEL_SAMSUNG_S6E63J0X03
359	tristate "Samsung S6E63J0X03 DSI command mode panel"
360	depends on OF
361	depends on DRM_MIPI_DSI
362	depends on BACKLIGHT_CLASS_DEVICE
363	select VIDEOMODE_HELPERS
364
365config DRM_PANEL_SAMSUNG_S6E63M0
366	tristate "Samsung S6E63M0 RGB panel"
367	depends on OF
368	depends on BACKLIGHT_CLASS_DEVICE
369	help
370	  Say Y here if you want to enable support for Samsung S6E63M0
371	  AMOLED LCD panel. This panel can be accessed using SPI or
372	  DSI.
373
374config DRM_PANEL_SAMSUNG_S6E63M0_SPI
375	tristate "Samsung S6E63M0 RGB SPI interface"
376	depends on SPI
377	depends on DRM_PANEL_SAMSUNG_S6E63M0
378	default DRM_PANEL_SAMSUNG_S6E63M0
379	help
380	  Say Y here if you want to be able to access the Samsung
381	  S6E63M0 panel using SPI.
382
383config DRM_PANEL_SAMSUNG_S6E63M0_DSI
384	tristate "Samsung S6E63M0 RGB DSI interface"
385	depends on DRM_MIPI_DSI
386	depends on DRM_PANEL_SAMSUNG_S6E63M0
387	help
388	  Say Y here if you want to be able to access the Samsung
389	  S6E63M0 panel using DSI.
390
391config DRM_PANEL_SAMSUNG_S6E88A0_AMS452EF01
392	tristate "Samsung AMS452EF01 panel with S6E88A0 DSI video mode controller"
393	depends on OF
394	select DRM_MIPI_DSI
395	select VIDEOMODE_HELPERS
396
397config DRM_PANEL_SAMSUNG_S6E8AA0
398	tristate "Samsung S6E8AA0 DSI video mode panel"
399	depends on OF
400	select DRM_MIPI_DSI
401	select VIDEOMODE_HELPERS
402
403config DRM_PANEL_SAMSUNG_SOFEF00
404	tristate "Samsung sofef00/s6e3fc2x01 OnePlus 6/6T DSI cmd mode panels"
405	depends on OF
406	depends on DRM_MIPI_DSI
407	depends on BACKLIGHT_CLASS_DEVICE
408	select VIDEOMODE_HELPERS
409	help
410	  Say Y or M here if you want to enable support for the Samsung AMOLED
411	  command mode panels found in the OnePlus 6/6T smartphones.
412
413	  The panels are 2280x1080@60Hz and 2340x1080@60Hz respectively
414
415config DRM_PANEL_SEIKO_43WVF1G
416	tristate "Seiko 43WVF1G panel"
417	depends on OF
418	depends on BACKLIGHT_CLASS_DEVICE
419	select VIDEOMODE_HELPERS
420	help
421	  Say Y here if you want to enable support for the Seiko
422	  43WVF1G controller for 800x480 LCD panels
423
424config DRM_PANEL_SHARP_LQ101R1SX01
425	tristate "Sharp LQ101R1SX01 panel"
426	depends on OF
427	depends on DRM_MIPI_DSI
428	depends on BACKLIGHT_CLASS_DEVICE
429	help
430	  Say Y here if you want to enable support for Sharp LQ101R1SX01
431	  TFT-LCD modules. The panel has a 2560x1600 resolution and uses
432	  24 bit RGB per pixel. It provides a dual MIPI DSI interface to
433	  the host and has a built-in LED backlight.
434
435	  To compile this driver as a module, choose M here: the module
436	  will be called panel-sharp-lq101r1sx01.
437
438config DRM_PANEL_SHARP_LS037V7DW01
439	tristate "Sharp LS037V7DW01 VGA LCD panel"
440	depends on GPIOLIB && OF && REGULATOR
441	help
442	  Say Y here if you want to enable support for Sharp LS037V7DW01 VGA
443	  (480x640) LCD panel (found on the TI SDP3430 board).
444
445config DRM_PANEL_SHARP_LS043T1LE01
446	tristate "Sharp LS043T1LE01 qHD video mode panel"
447	depends on OF
448	depends on DRM_MIPI_DSI
449	depends on BACKLIGHT_CLASS_DEVICE
450	help
451	  Say Y here if you want to enable support for Sharp LS043T1LE01 qHD
452	  (540x960) DSI panel as found on the Qualcomm APQ8074 Dragonboard
453
454config DRM_PANEL_SITRONIX_ST7701
455	tristate "Sitronix ST7701 panel driver"
456	depends on OF
457	depends on DRM_MIPI_DSI
458	depends on BACKLIGHT_CLASS_DEVICE
459	help
460	  Say Y here if you want to enable support for the Sitronix
461	  ST7701 controller for 480X864 LCD panels with MIPI/RGB/SPI
462	  system interfaces.
463
464config DRM_PANEL_SITRONIX_ST7703
465	tristate "Sitronix ST7703 based MIPI touchscreen panels"
466	depends on OF
467	depends on DRM_MIPI_DSI
468	depends on BACKLIGHT_CLASS_DEVICE
469	help
470	  Say Y here if you want to enable support for Sitronix ST7703 based
471	  panels, souch as Rocktech JH057N00900 MIPI DSI panel as e.g. used in
472	  the Librem 5 devkit. It has a resolution of 720x1440 pixels, a built
473	  in backlight and touch controller.
474	  Touch input support is provided by the goodix driver and needs to be
475	  selected separately.
476
477config DRM_PANEL_SITRONIX_ST7789V
478	tristate "Sitronix ST7789V panel"
479	depends on OF && SPI
480	depends on BACKLIGHT_CLASS_DEVICE
481	help
482	  Say Y here if you want to enable support for the Sitronix
483	  ST7789V controller for 240x320 LCD panels
484
485config DRM_PANEL_SONY_ACX424AKP
486	tristate "Sony ACX424AKP DSI command mode panel"
487	depends on OF
488	depends on DRM_MIPI_DSI
489	depends on BACKLIGHT_CLASS_DEVICE
490	select VIDEOMODE_HELPERS
491	help
492	  Say Y here if you want to enable the Sony ACX424 display
493	  panel. This panel supports DSI in both command and video
494	  mode.
495
496config DRM_PANEL_SONY_ACX565AKM
497	tristate "Sony ACX565AKM panel"
498	depends on GPIOLIB && OF && SPI
499	depends on BACKLIGHT_CLASS_DEVICE
500	help
501	  Say Y here if you want to enable support for the Sony ACX565AKM
502	  800x600 3.5" panel (found on the Nokia N900).
503
504config DRM_PANEL_TDO_TL070WSH30
505	tristate "TDO TL070WSH30 DSI panel"
506	depends on OF
507	depends on DRM_MIPI_DSI
508	depends on BACKLIGHT_CLASS_DEVICE
509	help
510	  Say Y here if you want to enable support for TDO TL070WSH30 TFT-LCD
511	  panel module. The panel has a 1024×600 resolution and uses
512	  24 bit RGB per pixel. It provides a MIPI DSI interface to
513	  the host, a built-in LED backlight and touch controller.
514
515config DRM_PANEL_TPO_TD028TTEC1
516	tristate "Toppoly (TPO) TD028TTEC1 panel driver"
517	depends on OF && SPI
518	depends on BACKLIGHT_CLASS_DEVICE
519	help
520	  Say Y here if you want to enable support for TPO TD028TTEC1 480x640
521	  2.8" panel (found on the OpenMoko Neo FreeRunner and Neo 1973).
522
523config DRM_PANEL_TPO_TD043MTEA1
524	tristate "Toppoly (TPO) TD043MTEA1 panel driver"
525	depends on GPIOLIB && OF && REGULATOR && SPI
526	help
527	  Say Y here if you want to enable support for TPO TD043MTEA1 800x480
528	  4.3" panel (found on the OMAP3 Pandora board).
529
530config DRM_PANEL_TPO_TPG110
531	tristate "TPO TPG 800x400 panel"
532	depends on OF && SPI && GPIOLIB
533	depends on BACKLIGHT_CLASS_DEVICE
534	help
535	  Say Y here if you want to enable support for TPO TPG110
536	  400CH LTPS TFT LCD Single Chip Digital Driver for up to
537	  800x400 LCD panels.
538
539config DRM_PANEL_TRULY_NT35597_WQXGA
540	tristate "Truly WQXGA"
541	depends on OF
542	depends on DRM_MIPI_DSI
543	help
544	  Say Y here if you want to enable support for Truly NT35597 WQXGA Dual DSI
545	  Video Mode panel
546
547config DRM_PANEL_VISIONOX_RM69299
548	tristate "Visionox RM69299"
549	depends on OF
550	depends on DRM_MIPI_DSI
551	help
552	  Say Y here if you want to enable support for Visionox
553	  RM69299  DSI Video Mode panel.
554
555config DRM_PANEL_XINPENG_XPP055C272
556	tristate "Xinpeng XPP055C272 panel driver"
557	depends on OF
558	depends on DRM_MIPI_DSI
559	depends on BACKLIGHT_CLASS_DEVICE
560	help
561	  Say Y here if you want to enable support for the Xinpeng
562	  XPP055C272 controller for 720x1280 LCD panels with MIPI/RGB/SPI
563	  system interfaces.
564endmenu
565