xref: /linux/drivers/gpu/drm/panel/Kconfig (revision fd073dffef041d6a2d11f00cd6cbd8ff46083396)
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_AUO_A030JTN01
41	tristate "AUO A030JTN01"
42	depends on SPI
43	select REGMAP_SPI
44	help
45	  Say Y here to enable support for the AUO A030JTN01 320x480 3.0" panel
46	  as found in the YLM RS-97 handheld gaming console.
47
48config DRM_PANEL_BOE_BF060Y8M_AJ0
49	tristate "Boe BF060Y8M-AJ0 panel"
50	depends on OF
51	depends on DRM_MIPI_DSI
52	depends on BACKLIGHT_CLASS_DEVICE
53	help
54	  Say Y here if you want to enable support for Boe BF060Y8M-AJ0
55	  5.99" AMOLED modules. The panel has a 1080x2160 resolution and
56	  uses 24 bit RGB per pixel. It provides a MIPI DSI interface to
57	  the host and backlight is controlled through DSI commands.
58
59config DRM_PANEL_BOE_HIMAX8279D
60	tristate "Boe Himax8279d panel"
61	depends on OF
62	depends on DRM_MIPI_DSI
63	depends on BACKLIGHT_CLASS_DEVICE
64	help
65	  Say Y here if you want to enable support for Boe Himax8279d
66	  TFT-LCD modules. The panel has a 1200x1920 resolution and uses
67	  24 bit RGB per pixel. It provides a MIPI DSI interface to
68	  the host and has a built-in LED backlight.
69
70config DRM_PANEL_BOE_TH101MB31UIG002_28A
71	tristate "Boe TH101MB31UIG002-28A panel"
72	depends on OF
73	depends on DRM_MIPI_DSI
74	depends on BACKLIGHT_CLASS_DEVICE
75	help
76	  Say Y here if you want to enable support for Boe
77	  TH101MB31UIG002-28A TFT-LCD modules. The panel has a 800x1280
78	  resolution and uses 24 bit RGB per pixel. It provides a MIPI DSI
79	  interface to the host and has a built-in LED backlight.
80
81config DRM_PANEL_BOE_TV101WUM_NL6
82	tristate "BOE TV101WUM and AUO KD101N80 45NA 1200x1920 panel"
83	depends on OF
84	depends on DRM_MIPI_DSI
85	depends on BACKLIGHT_CLASS_DEVICE
86	help
87	  Say Y here if you want to support for BOE TV101WUM and AUO KD101N80
88	  45NA WUXGA PANEL DSI Video Mode panel
89
90config DRM_PANEL_BOE_TV101WUM_LL2
91	tristate "BOE TV101WUM LL2 1200x1920 panel"
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 support for BOE TV101WUM-LL2
97	  WUXGA PANEL DSI Video Mode panel
98
99config DRM_PANEL_EBBG_FT8719
100	tristate "EBBG FT8719 panel driver"
101	depends on OF
102	depends on DRM_MIPI_DSI
103	depends on BACKLIGHT_CLASS_DEVICE
104	help
105	  Say Y here if you want to enable support for the EBBG FT8719
106	  video mode panel. Mainly found on Xiaomi Poco F1 mobile phone.
107	  The panel has a resolution of 1080x2246. It provides a MIPI DSI
108	  interface to the host.
109
110config DRM_PANEL_ELIDA_KD35T133
111	tristate "Elida KD35T133 panel driver"
112	depends on OF
113	depends on DRM_MIPI_DSI
114	depends on BACKLIGHT_CLASS_DEVICE
115	help
116	  Say Y here if you want to enable support for the Elida
117	  KD35T133 controller for 320x480 LCD panels with MIPI-DSI
118	  system interfaces.
119
120config DRM_PANEL_FEIXIN_K101_IM2BA02
121	tristate "Feixin K101 IM2BA02 panel"
122	depends on OF
123	depends on DRM_MIPI_DSI
124	depends on BACKLIGHT_CLASS_DEVICE
125	help
126	  Say Y here if you want to enable support for the Feixin K101 IM2BA02
127	  4-lane 800x1280 MIPI DSI panel.
128
129config DRM_PANEL_FEIYANG_FY07024DI26A30D
130	tristate "Feiyang FY07024DI26A30-D MIPI-DSI LCD panel"
131	depends on OF
132	depends on DRM_MIPI_DSI
133	depends on BACKLIGHT_CLASS_DEVICE
134	help
135	  Say Y if you want to enable support for panels based on the
136	  Feiyang FY07024DI26A30-D MIPI-DSI interface.
137
138config DRM_PANEL_DSI_CM
139	tristate "Generic DSI command mode panels"
140	depends on OF
141	depends on DRM_MIPI_DSI
142	depends on BACKLIGHT_CLASS_DEVICE
143	help
144	  DRM panel driver for DSI command mode panels with support for
145	  embedded and external backlights.
146
147config DRM_PANEL_LVDS
148	tristate "Generic LVDS panel driver"
149	depends on OF
150	depends on BACKLIGHT_CLASS_DEVICE
151	select VIDEOMODE_HELPERS
152	help
153	  This driver supports LVDS panels that don't require device-specific
154	  handling of power supplies or control signals. It implements automatic
155	  backlight handling if the panel is attached to a backlight controller.
156
157config DRM_PANEL_HIMAX_HX8279
158	tristate "Himax HX8279-based panels"
159	depends on OF
160	depends on DRM_MIPI_DSI
161	depends on BACKLIGHT_CLASS_DEVICE
162	help
163	  Say Y if you want to enable support for panels based on the
164	  Himax HX8279 controller, such as the Startek KD070FHFID078
165	  7.0" 1200x1920 IPS LCD panel that uses a MIPI-DSI interface
166	  and others.
167
168config DRM_PANEL_HIMAX_HX83102
169	tristate "Himax HX83102-based panels"
170	depends on OF
171	depends on DRM_MIPI_DSI
172	depends on BACKLIGHT_CLASS_DEVICE
173	help
174	  Say Y if you want to enable support for panels based on the
175	  Himax HX83102 controller.
176
177config DRM_PANEL_HIMAX_HX83112A
178	tristate "Himax HX83112A-based DSI panel"
179	depends on OF
180	depends on DRM_MIPI_DSI
181	depends on BACKLIGHT_CLASS_DEVICE
182	select DRM_KMS_HELPER
183	help
184	  Say Y here if you want to enable support for Himax HX83112A-based
185	  display panels, such as the one found in the Fairphone 4 smartphone.
186
187config DRM_PANEL_HIMAX_HX8394
188	tristate "HIMAX HX8394 MIPI-DSI LCD panels"
189	depends on OF
190	depends on DRM_MIPI_DSI
191	depends on BACKLIGHT_CLASS_DEVICE
192	help
193	  Say Y if you want to enable support for panels based on the
194	  Himax HX8394 controller, such as the HannStar HSD060BHW4
195	  720x1440 TFT LCD panel that uses a MIPI-DSI interface.
196
197	  If M is selected the module will be called panel-himax-hx8394.
198
199config DRM_PANEL_ILITEK_IL9322
200	tristate "Ilitek ILI9322 320x240 QVGA panels"
201	depends on OF && SPI
202	select REGMAP
203	help
204	  Say Y here if you want to enable support for Ilitek IL9322
205	  QVGA (320x240) RGB, YUV and ITU-T BT.656 panels.
206
207config DRM_PANEL_ILITEK_ILI9341
208	tristate "Ilitek ILI9341 240x320 QVGA panels"
209	depends on SPI
210	select DRM_KMS_HELPER
211	select DRM_GEM_DMA_HELPER
212	depends on BACKLIGHT_CLASS_DEVICE
213	select DRM_MIPI_DBI
214	help
215	  Say Y here if you want to enable support for Ilitek IL9341
216	  QVGA (240x320) RGB panels. support serial & parallel rgb
217	  interface.
218
219config DRM_PANEL_ILITEK_ILI9805
220	tristate "Ilitek ILI9805-based panels"
221	depends on OF
222	depends on DRM_MIPI_DSI
223	depends on BACKLIGHT_CLASS_DEVICE
224	help
225	  Say Y if you want to enable support for panels based on the
226	  Ilitek ILI9805 controller.
227
228config DRM_PANEL_ILITEK_ILI9806E
229	tristate "Ilitek ILI9806E-based panels"
230	depends on OF
231	depends on DRM_MIPI_DSI
232	depends on BACKLIGHT_CLASS_DEVICE
233	help
234	  Say Y if you want to enable support for panels based on the
235	  Ilitek ILI9806E controller.
236
237config DRM_PANEL_ILITEK_ILI9881C
238	tristate "Ilitek ILI9881C-based panels"
239	depends on OF
240	depends on DRM_MIPI_DSI
241	depends on BACKLIGHT_CLASS_DEVICE
242	help
243	  Say Y if you want to enable support for panels based on the
244	  Ilitek ILI9881c controller.
245
246config DRM_PANEL_ILITEK_ILI9882T
247	tristate "Ilitek ILI9882t-based panels"
248	depends on OF
249	depends on DRM_MIPI_DSI
250	depends on BACKLIGHT_CLASS_DEVICE
251	help
252	  Say Y if you want to enable support for panels based on the
253	  Ilitek ILI9882t controller.
254
255config DRM_PANEL_INNOLUX_EJ030NA
256        tristate "Innolux EJ030NA 320x480 LCD panel"
257        depends on OF && SPI
258        select REGMAP_SPI
259        help
260          Say Y here to enable support for the Innolux/Chimei EJ030NA
261          320x480 3.0" panel as found in the RS97 V2.1, RG300(non-ips)
262          and LDK handheld gaming consoles.
263
264config DRM_PANEL_INNOLUX_P079ZCA
265	tristate "Innolux P079ZCA panel"
266	depends on OF
267	depends on DRM_MIPI_DSI
268	depends on BACKLIGHT_CLASS_DEVICE
269	help
270	  Say Y here if you want to enable support for Innolux P079ZCA
271	  TFT-LCD modules. The panel has a 1024x768 resolution and uses
272	  24 bit RGB per pixel. It provides a MIPI DSI interface to
273	  the host and has a built-in LED backlight.
274
275config DRM_PANEL_JADARD_JD9365DA_H3
276	tristate "Jadard JD9365DA-H3 WXGA DSI panel"
277	depends on OF
278	depends on DRM_MIPI_DSI
279	depends on BACKLIGHT_CLASS_DEVICE
280	help
281	  Say Y here if you want to enable support for Jadard JD9365DA-H3
282	  WXGA MIPI DSI panel. The panel support TFT dot matrix LCD with
283	  800RGBx1280 dots at maximum.
284
285config DRM_PANEL_JDI_LPM102A188A
286	tristate "JDI LPM102A188A DSI panel"
287	depends on OF && GPIOLIB
288	depends on DRM_MIPI_DSI
289	depends on BACKLIGHT_CLASS_DEVICE
290	help
291	  Say Y here if you want to enable support for JDI LPM102A188A DSI
292	  command mode panel as found in Google Pixel C devices.
293	  The panel has a 2560×1800 resolution. It provides a MIPI DSI interface
294	  to the host.
295
296config DRM_PANEL_JDI_LT070ME05000
297	tristate "JDI LT070ME05000 WUXGA DSI panel"
298	depends on OF
299	depends on DRM_MIPI_DSI
300	depends on BACKLIGHT_CLASS_DEVICE
301	help
302	  Say Y here if you want to enable support for JDI DSI video mode
303	  panel as found in Google Nexus 7 (2013) devices.
304	  The panel has a 1200(RGB)×1920 (WUXGA) resolution and uses
305	  24 bit per pixel.
306
307config DRM_PANEL_JDI_R63452
308	tristate "JDI R63452 Full HD DSI panel"
309	depends on OF
310	depends on DRM_MIPI_DSI
311	depends on BACKLIGHT_CLASS_DEVICE
312	help
313	  Say Y here if you want to enable support for the JDI R63452
314	  DSI command mode panel as found in Xiaomi Mi 5 Devices.
315
316config DRM_PANEL_KHADAS_TS050
317	tristate "Khadas TS050 panel"
318	depends on OF
319	depends on DRM_MIPI_DSI
320	depends on BACKLIGHT_CLASS_DEVICE
321	help
322	  Say Y here if you want to enable support for Khadas TS050 TFT-LCD
323	  panel module. The panel has a 1080x1920 resolution and uses
324	  24 bit RGB per pixel. It provides a MIPI DSI interface to
325	  the host, a built-in LED backlight and touch controller.
326
327config DRM_PANEL_KINGDISPLAY_KD097D04
328	tristate "Kingdisplay kd097d04 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 Kingdisplay kd097d04
334	  TFT-LCD modules. The panel has a 1536x2048 resolution and uses
335	  24 bit RGB per pixel. It provides a MIPI DSI interface to
336	  the host and has a built-in LED backlight.
337
338config DRM_PANEL_LEADTEK_LTK050H3146W
339	tristate "Leadtek LTK050H3146W panel"
340	depends on OF
341	depends on DRM_MIPI_DSI
342	depends on BACKLIGHT_CLASS_DEVICE
343	help
344	  Say Y here if you want to enable support for Leadtek LTK050H3146W
345	  TFT-LCD modules. The panel has a 720x1280 resolution and uses
346	  24 bit RGB per pixel. It provides a MIPI DSI interface to
347	  the host and has a built-in LED backlight.
348
349config DRM_PANEL_LEADTEK_LTK500HD1829
350	tristate "Leadtek LTK500HD1829 panel"
351	depends on OF
352	depends on DRM_MIPI_DSI
353	depends on BACKLIGHT_CLASS_DEVICE
354	help
355	  Say Y here if you want to enable support for Kingdisplay kd097d04
356	  TFT-LCD modules. The panel has a 1536x2048 resolution and uses
357	  24 bit RGB per pixel. It provides a MIPI DSI interface to
358	  the host and has a built-in LED backlight.
359
360config DRM_PANEL_LINCOLNTECH_LCD197
361	tristate "Lincoln Technologies lcd197 panel"
362	depends on OF
363	depends on DRM_MIPI_DSI
364	depends on BACKLIGHT_CLASS_DEVICE
365	help
366	  Say Y here if you want to enable support for lincolntech lcd197
367	  TFT-LCD modules. The panel has a 1080x1920 resolution and uses
368	  24 bit RGB per pixel. It provides a MIPI DSI interface to
369	  the host.
370
371config DRM_PANEL_LG_LB035Q02
372	tristate "LG LB035Q024573 RGB panel"
373	depends on GPIOLIB && OF && SPI
374	help
375	  Say Y here if you want to enable support for the LB035Q02 RGB panel
376	  (found on the Gumstix Overo Palo35 board). To compile this driver as
377	  a module, choose M here.
378
379config DRM_PANEL_LG_LG4573
380	tristate "LG4573 RGB/SPI panel"
381	depends on OF && SPI
382	select VIDEOMODE_HELPERS
383	help
384	  Say Y here if you want to enable support for LG4573 RGB panel.
385	  To compile this driver as a module, choose M here.
386
387config DRM_PANEL_LG_SW43408
388	tristate "LG SW43408 panel"
389	depends on OF
390	depends on DRM_MIPI_DSI
391	depends on BACKLIGHT_CLASS_DEVICE
392	select DRM_DISPLAY_DSC_HELPER
393	select DRM_DISPLAY_HELPER
394	help
395	  Say Y here if you want to enable support for LG sw43408 panel.
396	  The panel has a 1080x2160@60Hz resolution and uses 24 bit RGB per
397	  pixel. It provides a MIPI DSI interface to the host and has a
398	  built-in LED backlight.
399
400config DRM_PANEL_MAGNACHIP_D53E6EA8966
401	tristate "Magnachip D53E6EA8966 DSI panel"
402	depends on OF && SPI
403	depends on DRM_MIPI_DSI
404	depends on BACKLIGHT_CLASS_DEVICE
405	select DRM_MIPI_DBI
406	help
407	  DRM panel driver for the Samsung AMS495QA01 panel controlled
408	  with the Magnachip D53E6EA8966 panel IC. This panel receives
409	  video data via DSI but commands via 9-bit SPI using DBI.
410
411config DRM_PANEL_MANTIX_MLAF057WE51
412	tristate "Mantix MLAF057WE51-X MIPI-DSI LCD panel"
413	depends on OF
414	depends on DRM_MIPI_DSI
415	depends on BACKLIGHT_CLASS_DEVICE
416	help
417	  Say Y here if you want to enable support for the Mantix
418	  MLAF057WE51-X MIPI DSI panel as e.g. used in the Librem 5. It
419	  has a resolution of 720x1440 pixels, a built in backlight and touch
420	  controller.
421
422config DRM_PANEL_NEC_NL8048HL11
423	tristate "NEC NL8048HL11 RGB panel"
424	depends on GPIOLIB && OF && SPI
425	help
426	  Say Y here if you want to enable support for the NEC NL8048HL11 RGB
427	  panel (found on the Zoom2/3/3630 SDP boards). To compile this driver
428	  as a module, choose M here.
429
430config DRM_PANEL_NEWVISION_NV3051D
431	tristate "NewVision NV3051D DSI panel"
432	depends on OF
433	depends on DRM_MIPI_DSI
434	depends on BACKLIGHT_CLASS_DEVICE
435	help
436	  This driver supports the NV3051D based panel found on the Anbernic
437	  RG353P and RG353V.
438
439config DRM_PANEL_NEWVISION_NV3052C
440	tristate "NewVision NV3052C RGB/SPI panel"
441	depends on OF && SPI
442	depends on BACKLIGHT_CLASS_DEVICE
443	select DRM_MIPI_DBI
444	help
445	  Say Y here if you want to enable support for the panels built
446	  around the NewVision NV3052C display controller.
447
448config DRM_PANEL_NOVATEK_NT35510
449	tristate "Novatek NT35510 RGB panel driver"
450	depends on OF
451	depends on DRM_MIPI_DSI
452	depends on BACKLIGHT_CLASS_DEVICE
453	help
454	  Say Y here if you want to enable support for the panels built
455	  around the Novatek NT35510 display controller, such as some
456	  Hydis panels.
457
458config DRM_PANEL_NOVATEK_NT35560
459	tristate "Novatek NT35560 DSI command mode panel"
460	depends on OF
461	depends on DRM_MIPI_DSI
462	depends on BACKLIGHT_CLASS_DEVICE
463	select VIDEOMODE_HELPERS
464	help
465	  Say Y here if you want to enable the Novatek NT35560 display
466	  controller. This panel supports DSI in both command and video
467	  mode. This supports several panels such as Sony ACX424AKM and
468	  ACX424AKP.
469
470config DRM_PANEL_NOVATEK_NT35950
471	tristate "Novatek NT35950 DSI panel"
472	depends on OF
473	depends on DRM_MIPI_DSI
474	depends on BACKLIGHT_CLASS_DEVICE
475	help
476	  Say Y here if you want to enable support for the panels built
477	  around the Novatek NT35950 display controller, such as some
478	  Sharp panels used in Sony Xperia Z5 Premium and XZ Premium
479	  mobile phones.
480
481config DRM_PANEL_NOVATEK_NT36523
482	tristate "Novatek NT36523 panel driver"
483	depends on OF
484	depends on DRM_MIPI_DSI
485	depends on BACKLIGHT_CLASS_DEVICE
486	help
487	  Say Y here if you want to enable support for the panels built
488	  around the Novatek NT36523 display controller, such as some
489	  Boe panels used in Xiaomi Mi Pad 5 and 5 Pro tablets.
490
491config DRM_PANEL_NOVATEK_NT36672A
492	tristate "Novatek NT36672A DSI panel"
493	depends on OF
494	depends on DRM_MIPI_DSI
495	depends on BACKLIGHT_CLASS_DEVICE
496	help
497	  Say Y here if you want to enable support for the panels built
498	  around the Novatek NT36672A display controller, such as some
499	  Tianma panels used in a few Xiaomi Poco F1 mobile phones.
500
501config DRM_PANEL_NOVATEK_NT36672E
502	tristate "Novatek NT36672E DSI panel"
503	depends on OF
504	depends on DRM_MIPI_DSI
505	depends on BACKLIGHT_CLASS_DEVICE
506	help
507	  Say Y here if you want to enable support for Novatek NT36672E DSI Video Mode
508	  LCD panel module. The panel has a resolution of 1080x2408 and uses 24 bit
509	  RGB per pixel.
510
511config DRM_PANEL_NOVATEK_NT39016
512	tristate "Novatek NT39016 RGB/SPI panel"
513	depends on OF && SPI
514	depends on BACKLIGHT_CLASS_DEVICE
515	select REGMAP_SPI
516	help
517	  Say Y here if you want to enable support for the panels built
518	  around the Novatek NT39016 display controller.
519
520config DRM_PANEL_OLIMEX_LCD_OLINUXINO
521	tristate "Olimex LCD-OLinuXino panel"
522	depends on OF
523	depends on I2C
524	depends on BACKLIGHT_CLASS_DEVICE
525	select CRC32
526	help
527	  The panel is used with different sizes LCDs, from 480x272 to
528	  1280x800, and 24 bit per pixel.
529
530	  Say Y here if you want to enable support for Olimex Ltd.
531	  LCD-OLinuXino panel.
532
533config DRM_PANEL_ORISETECH_OTA5601A
534        tristate "Orise Technology ota5601a RGB/SPI panel"
535        depends on SPI
536        depends on BACKLIGHT_CLASS_DEVICE
537        select REGMAP_SPI
538        help
539          Say Y here if you want to enable support for the panels built
540          around the Orise Technology OTA9601A display controller.
541
542config DRM_PANEL_ORISETECH_OTM8009A
543	tristate "Orise Technology otm8009a 480x800 dsi 2dl panel"
544	depends on OF
545	depends on DRM_MIPI_DSI
546	depends on BACKLIGHT_CLASS_DEVICE
547	help
548	  Say Y here if you want to enable support for Orise Technology
549	  otm8009a 480x800 dsi 2dl panel.
550
551config DRM_PANEL_OSD_OSD101T2587_53TS
552	tristate "OSD OSD101T2587-53TS DSI 1920x1200 video mode panel"
553	depends on OF
554	depends on DRM_MIPI_DSI
555	depends on BACKLIGHT_CLASS_DEVICE
556	help
557	  Say Y here if you want to enable support for One Stop Displays
558	  OSD101T2587-53TS 10.1" 1920x1200 dsi panel.
559
560config DRM_PANEL_PANASONIC_VVX10F034N00
561	tristate "Panasonic VVX10F034N00 1920x1200 video mode panel"
562	depends on OF
563	depends on DRM_MIPI_DSI
564	depends on BACKLIGHT_CLASS_DEVICE
565	help
566	  Say Y here if you want to enable support for Panasonic VVX10F034N00
567	  WUXGA (1920x1200) Novatek NT1397-based DSI panel as found in some
568	  Xperia Z2 tablets
569
570config DRM_PANEL_RASPBERRYPI_TOUCHSCREEN
571	tristate "Raspberry Pi 7-inch touchscreen panel"
572	depends on DRM_MIPI_DSI
573	help
574	  Say Y here if you want to enable support for the Raspberry
575	  Pi 7" Touchscreen.  To compile this driver as a module,
576	  choose M here.
577
578config DRM_PANEL_RAYDIUM_RM67191
579	tristate "Raydium RM67191 FHD 1080x1920 DSI video mode panel"
580	depends on OF
581	depends on DRM_MIPI_DSI
582	depends on BACKLIGHT_CLASS_DEVICE
583	help
584	  Say Y here if you want to enable support for Raydium RM67191 FHD
585	  (1080x1920) DSI panel.
586
587config DRM_PANEL_RAYDIUM_RM67200
588	tristate "Raydium RM67200-based DSI panel"
589	depends on OF
590	depends on DRM_MIPI_DSI
591	help
592	  Say Y here if you want to enable support for Raydium RM67200-based
593	  DSI video mode panels. This panel controller can be found in the
594	  Wanchanglong W552793BAA panel found on the Rockchip RK3588 EVB1
595	  evaluation boards.
596
597config DRM_PANEL_RAYDIUM_RM68200
598	tristate "Raydium RM68200 720x1280 DSI video mode panel"
599	depends on OF
600	depends on DRM_MIPI_DSI
601	depends on BACKLIGHT_CLASS_DEVICE
602	help
603	  Say Y here if you want to enable support for Raydium RM68200
604	  720x1280 DSI video mode panel.
605
606config DRM_PANEL_RAYDIUM_RM692E5
607	tristate "Raydium RM692E5-based DSI panel"
608	depends on OF
609	depends on DRM_MIPI_DSI
610	depends on BACKLIGHT_CLASS_DEVICE
611	select DRM_DISPLAY_DSC_HELPER
612	select DRM_DISPLAY_HELPER
613	help
614	  Say Y here if you want to enable support for Raydium RM692E5-based
615	  display panels, such as the one found in the Fairphone 5 smartphone.
616
617config DRM_PANEL_RAYDIUM_RM69380
618	tristate "Raydium RM69380-based DSI panel"
619	depends on OF && GPIOLIB
620	depends on DRM_MIPI_DSI
621	depends on BACKLIGHT_CLASS_DEVICE
622	help
623	  Say Y here if you want to enable support for Raydium RM69380-based
624	  display panels.
625
626	  This panel controller can be found in the Lenovo Xiaoxin Pad Pro 2021
627	  in combination with an EDO OLED panel.
628
629config DRM_PANEL_RONBO_RB070D30
630	tristate "Ronbo Electronics RB070D30 panel"
631	depends on OF
632	depends on DRM_MIPI_DSI
633	depends on BACKLIGHT_CLASS_DEVICE
634	help
635	  Say Y here if you want to enable support for Ronbo Electronics
636	  RB070D30 1024x600 DSI panel.
637
638config DRM_PANEL_SAMSUNG_AMS581VF01
639	tristate "Samsung AMS581VF01 panel"
640	depends on OF
641	depends on DRM_MIPI_DSI
642	depends on BACKLIGHT_CLASS_DEVICE
643	help
644	  Say Y or M here if you want to enable support for the
645	  Samsung AMS581VF01 FHD Plus (2340x1080@60Hz) CMD mode panel.
646
647config DRM_PANEL_SAMSUNG_AMS639RQ08
648	tristate "Samsung AMS639RQ08 panel"
649	depends on OF
650	depends on DRM_MIPI_DSI
651	depends on BACKLIGHT_CLASS_DEVICE
652	help
653	  Say Y or M here if you want to enable support for the
654	  Samsung AMS639RQ08 FHD Plus (2340x1080@60Hz) CMD mode panel.
655
656config DRM_PANEL_SAMSUNG_S6E88A0_AMS427AP24
657	tristate "Samsung AMS427AP24 panel with S6E88A0 controller"
658	depends on GPIOLIB && OF && REGULATOR
659	depends on DRM_MIPI_DSI
660	depends on BACKLIGHT_CLASS_DEVICE
661	help
662	  Say Y here if you want to enable support for Samsung AMS427AP24 panel
663	  with S6E88A0 controller (found in Samsung Galaxy S4 Mini Value Edition
664	  GT-I9195I). To compile this driver as a module, choose M here.
665
666config DRM_PANEL_SAMSUNG_S6E88A0_AMS452EF01
667	tristate "Samsung AMS452EF01 panel with S6E88A0 DSI video mode controller"
668	depends on OF
669	select DRM_MIPI_DSI
670	select VIDEOMODE_HELPERS
671
672config DRM_PANEL_SAMSUNG_ATNA33XC20
673	tristate "Samsung ATNA33XC20 eDP panel"
674	depends on OF
675	depends on BACKLIGHT_CLASS_DEVICE
676	depends on PM
677	select DRM_DISPLAY_DP_HELPER
678	select DRM_DISPLAY_HELPER
679	select DRM_DISPLAY_DP_AUX_BUS
680	help
681	  DRM panel driver for the Samsung ATNA33XC20 panel. This panel can't
682	  be handled by the DRM_PANEL_SIMPLE driver because its power
683	  sequencing is non-standard.
684
685config DRM_PANEL_SAMSUNG_DB7430
686	tristate "Samsung DB7430-based DPI panels"
687	depends on OF && SPI && GPIOLIB
688	depends on BACKLIGHT_CLASS_DEVICE
689	select DRM_MIPI_DBI
690	help
691	  Say Y here if you want to enable support for the Samsung
692	  DB7430 DPI display controller used in such devices as the
693	  LMS397KF04 480x800 DPI panel.
694
695config DRM_PANEL_SAMSUNG_LD9040
696	tristate "Samsung LD9040 RGB/SPI panel"
697	depends on OF && SPI
698	depends on BACKLIGHT_CLASS_DEVICE
699	select VIDEOMODE_HELPERS
700
701config DRM_PANEL_SAMSUNG_S6E3FA7
702	tristate "Samsung S6E3FA7 panel driver"
703	depends on OF
704	depends on DRM_MIPI_DSI
705	depends on BACKLIGHT_CLASS_DEVICE
706	help
707	  Say Y here if you want to enable support for the Samsung S6E3FA7
708	  1920x2220 panel.
709
710config DRM_PANEL_SAMSUNG_S6D16D0
711	tristate "Samsung S6D16D0 DSI video mode panel"
712	depends on OF
713	depends on DRM_MIPI_DSI
714	select VIDEOMODE_HELPERS
715
716config DRM_PANEL_SAMSUNG_S6D27A1
717	tristate "Samsung S6D27A1 DPI panel driver"
718	depends on OF && SPI && GPIOLIB
719	select DRM_MIPI_DBI
720	help
721	  Say Y here if you want to enable support for the Samsung
722	  S6D27A1 DPI 480x800 panel.
723
724	  This panel can be found in Samsung Galaxy Ace 2
725	  GT-I8160 mobile phone.
726
727config DRM_PANEL_SAMSUNG_S6D7AA0
728	tristate "Samsung S6D7AA0 MIPI-DSI video mode panel controller"
729	depends on OF
730	depends on BACKLIGHT_CLASS_DEVICE
731	select DRM_MIPI_DSI
732	select VIDEOMODE_HELPERS
733
734config DRM_PANEL_SAMSUNG_S6E3HA2
735	tristate "Samsung S6E3HA2 DSI video mode panel"
736	depends on OF
737	depends on DRM_MIPI_DSI
738	depends on BACKLIGHT_CLASS_DEVICE
739	select VIDEOMODE_HELPERS
740
741config DRM_PANEL_SAMSUNG_S6E3HA8
742	tristate "Samsung S6E3HA8 DSI video mode panel"
743	depends on OF
744	depends on DRM_MIPI_DSI
745	depends on BACKLIGHT_CLASS_DEVICE
746	select DRM_DISPLAY_DSC_HELPER
747	select VIDEOMODE_HELPERS
748
749config DRM_PANEL_SAMSUNG_S6E63J0X03
750	tristate "Samsung S6E63J0X03 DSI command mode panel"
751	depends on OF
752	depends on DRM_MIPI_DSI
753	depends on BACKLIGHT_CLASS_DEVICE
754	select VIDEOMODE_HELPERS
755
756config DRM_PANEL_SAMSUNG_S6E63M0
757	tristate "Samsung S6E63M0 RGB panel"
758	depends on OF
759	depends on BACKLIGHT_CLASS_DEVICE
760	help
761	  Say Y here if you want to enable support for Samsung S6E63M0
762	  AMOLED LCD panel. This panel can be accessed using SPI or
763	  DSI.
764
765config DRM_PANEL_SAMSUNG_S6E63M0_SPI
766	tristate "Samsung S6E63M0 RGB SPI interface"
767	depends on SPI
768	depends on DRM_PANEL_SAMSUNG_S6E63M0
769	default DRM_PANEL_SAMSUNG_S6E63M0
770	select DRM_MIPI_DBI
771	help
772	  Say Y here if you want to be able to access the Samsung
773	  S6E63M0 panel using SPI.
774
775config DRM_PANEL_SAMSUNG_S6E63M0_DSI
776	tristate "Samsung S6E63M0 RGB DSI interface"
777	depends on DRM_MIPI_DSI
778	depends on DRM_PANEL_SAMSUNG_S6E63M0
779	help
780	  Say Y here if you want to be able to access the Samsung
781	  S6E63M0 panel using DSI.
782
783config DRM_PANEL_SAMSUNG_S6E8AA0
784	tristate "Samsung S6E8AA0 DSI video mode panel"
785	depends on OF
786	select DRM_MIPI_DSI
787	select VIDEOMODE_HELPERS
788
789config DRM_PANEL_SAMSUNG_SOFEF00
790	tristate "Samsung sofef00/s6e3fc2x01 OnePlus 6/6T DSI cmd mode panels"
791	depends on OF
792	depends on DRM_MIPI_DSI
793	depends on BACKLIGHT_CLASS_DEVICE
794	select VIDEOMODE_HELPERS
795	help
796	  Say Y or M here if you want to enable support for the Samsung AMOLED
797	  command mode panels found in the OnePlus 6/6T smartphones.
798
799	  The panels are 2280x1080@60Hz and 2340x1080@60Hz respectively
800
801config DRM_PANEL_SEIKO_43WVF1G
802	tristate "Seiko 43WVF1G panel"
803	depends on OF
804	depends on BACKLIGHT_CLASS_DEVICE
805	select VIDEOMODE_HELPERS
806	help
807	  Say Y here if you want to enable support for the Seiko
808	  43WVF1G controller for 800x480 LCD panels
809
810config DRM_PANEL_SHARP_LQ101R1SX01
811	tristate "Sharp LQ101R1SX01 panel"
812	depends on OF
813	depends on DRM_MIPI_DSI
814	depends on BACKLIGHT_CLASS_DEVICE
815	help
816	  Say Y here if you want to enable support for Sharp LQ101R1SX01
817	  TFT-LCD modules. The panel has a 2560x1600 resolution and uses
818	  24 bit RGB per pixel. It provides a dual MIPI DSI interface to
819	  the host and has a built-in LED backlight.
820
821	  To compile this driver as a module, choose M here: the module
822	  will be called panel-sharp-lq101r1sx01.
823
824config DRM_PANEL_SHARP_LS037V7DW01
825	tristate "Sharp LS037V7DW01 VGA LCD panel"
826	depends on GPIOLIB && OF && REGULATOR
827	help
828	  Say Y here if you want to enable support for Sharp LS037V7DW01 VGA
829	  (480x640) LCD panel (found on the TI SDP3430 board).
830
831config DRM_PANEL_SHARP_LS043T1LE01
832	tristate "Sharp LS043T1LE01 qHD video mode panel"
833	depends on OF
834	depends on DRM_MIPI_DSI
835	depends on BACKLIGHT_CLASS_DEVICE
836	help
837	  Say Y here if you want to enable support for Sharp LS043T1LE01 qHD
838	  (540x960) DSI panel as found on the Qualcomm APQ8074 Dragonboard
839
840config DRM_PANEL_SHARP_LS060T1SX01
841	tristate "Sharp LS060T1SX01 FullHD video mode panel"
842	depends on OF
843	depends on DRM_MIPI_DSI
844	depends on BACKLIGHT_CLASS_DEVICE
845	help
846	  Say Y here if you want to enable support for Sharp LS060T1SX01 6.0"
847	  FullHD (1080x1920) DSI panel as found in Dragonboard Display Adapter
848	  Bundle.
849
850config DRM_PANEL_SITRONIX_ST7701
851	tristate "Sitronix ST7701 panel driver"
852	depends on OF
853	depends on SPI || DRM_MIPI_DSI
854	select DRM_MIPI_DBI if SPI
855	depends on BACKLIGHT_CLASS_DEVICE
856	help
857	  Say Y here if you want to enable support for the Sitronix
858	  ST7701 controller for 480X864 LCD panels with MIPI/RGB/SPI
859	  system interfaces.
860
861config DRM_PANEL_SITRONIX_ST7703
862	tristate "Sitronix ST7703 based MIPI touchscreen panels"
863	depends on OF
864	depends on DRM_MIPI_DSI
865	depends on BACKLIGHT_CLASS_DEVICE
866	help
867	  Say Y here if you want to enable support for Sitronix ST7703 based
868	  panels, souch as Rocktech JH057N00900 MIPI DSI panel as e.g. used in
869	  the Librem 5 devkit. It has a resolution of 720x1440 pixels, a built
870	  in backlight and touch controller.
871	  Touch input support is provided by the goodix driver and needs to be
872	  selected separately.
873
874config DRM_PANEL_SITRONIX_ST7789V
875	tristate "Sitronix ST7789V panel"
876	depends on OF && SPI
877	depends on BACKLIGHT_CLASS_DEVICE
878	help
879	  Say Y here if you want to enable support for the Sitronix
880	  ST7789V controller for 240x320 LCD panels
881
882config DRM_PANEL_SONY_ACX565AKM
883	tristate "Sony ACX565AKM panel"
884	depends on GPIOLIB && OF && SPI
885	depends on BACKLIGHT_CLASS_DEVICE
886	help
887	  Say Y here if you want to enable support for the Sony ACX565AKM
888	  800x600 3.5" panel (found on the Nokia N900).
889
890config DRM_PANEL_SONY_TD4353_JDI
891	tristate "Sony TD4353 JDI panel"
892	depends on GPIOLIB && OF
893	depends on DRM_MIPI_DSI
894	depends on BACKLIGHT_CLASS_DEVICE
895	help
896	  Say Y here if you want to enable support for the Sony Tama
897	  TD4353 JDI command mode panel as found on some Sony Xperia
898	  XZ2 and XZ2 Compact smartphones.
899
900config DRM_PANEL_SONY_TULIP_TRULY_NT35521
901	tristate "Sony Tulip Truly NT35521 panel"
902	depends on GPIOLIB && OF
903	depends on DRM_MIPI_DSI
904	depends on BACKLIGHT_CLASS_DEVICE
905	help
906	  Say Y here if you want to enable support for the Sony Tulip
907	  NT35521 1280x720 video mode panel as found on Sony Xperia M4
908	  Aqua phone.
909
910config DRM_PANEL_STARTEK_KD070FHFID015
911	tristate "STARTEK KD070FHFID015 panel"
912	depends on OF
913	depends on DRM_MIPI_DSI
914	depends on BACKLIGHT_CLASS_DEVICE
915	help
916	  Say Y here if you want to enable support for STARTEK KD070FHFID015 DSI panel
917	  based on RENESAS-R69429 controller. The pannel is a 7-inch TFT LCD display
918	  with a resolution of 1024 x 600 pixels. It provides a MIPI DSI interface to
919	  the host, a built-in LED backlight and touch controller.
920
921config DRM_PANEL_EDP
922	tristate "support for simple Embedded DisplayPort panels"
923	depends on OF
924	depends on BACKLIGHT_CLASS_DEVICE
925	depends on PM
926	select VIDEOMODE_HELPERS
927	select DRM_DISPLAY_DP_HELPER
928	select DRM_DISPLAY_HELPER
929	select DRM_DISPLAY_DP_AUX_BUS
930	select DRM_KMS_HELPER
931	help
932	  DRM panel driver for dumb eDP panels that need at most a regulator and
933	  a GPIO to be powered up. Optionally a backlight can be attached so
934	  that it can be automatically turned off when the panel goes into a
935	  low power state.
936
937config DRM_PANEL_SIMPLE
938	tristate "support for simple panels (other than eDP ones)"
939	depends on OF
940	depends on BACKLIGHT_CLASS_DEVICE
941	depends on PM
942	select VIDEOMODE_HELPERS
943	help
944	  DRM panel driver for dumb non-eDP panels that need at most a regulator
945	  and a GPIO to be powered up. Optionally a backlight can be attached so
946	  that it can be automatically turned off when the panel goes into a
947	  low power state.
948
949config DRM_PANEL_SUMMIT
950	tristate "Apple Summit display panel"
951	depends on OF
952	depends on DRM_MIPI_DSI
953	depends on BACKLIGHT_CLASS_DEVICE
954	help
955	  Say Y if you want to enable support for the "Summit" display panel
956	  used as a touchbar on certain Apple laptops.
957
958config DRM_PANEL_SYNAPTICS_R63353
959	tristate "Synaptics R63353-based panels"
960	depends on OF
961	depends on DRM_MIPI_DSI
962	depends on BACKLIGHT_CLASS_DEVICE
963	help
964	  Say Y if you want to enable support for panels based on the
965	  Synaptics R63353 controller.
966
967config DRM_PANEL_TDO_TL070WSH30
968	tristate "TDO TL070WSH30 DSI panel"
969	depends on OF
970	depends on DRM_MIPI_DSI
971	depends on BACKLIGHT_CLASS_DEVICE
972	help
973	  Say Y here if you want to enable support for TDO TL070WSH30 TFT-LCD
974	  panel module. The panel has a 1024×600 resolution and uses
975	  24 bit RGB per pixel. It provides a MIPI DSI interface to
976	  the host, a built-in LED backlight and touch controller.
977
978config DRM_PANEL_TPO_TD028TTEC1
979	tristate "Toppoly (TPO) TD028TTEC1 panel driver"
980	depends on OF && SPI
981	depends on BACKLIGHT_CLASS_DEVICE
982	help
983	  Say Y here if you want to enable support for TPO TD028TTEC1 480x640
984	  2.8" panel (found on the OpenMoko Neo FreeRunner and Neo 1973).
985
986config DRM_PANEL_TPO_TD043MTEA1
987	tristate "Toppoly (TPO) TD043MTEA1 panel driver"
988	depends on GPIOLIB && OF && REGULATOR && SPI
989	help
990	  Say Y here if you want to enable support for TPO TD043MTEA1 800x480
991	  4.3" panel (found on the OMAP3 Pandora board).
992
993config DRM_PANEL_TPO_TPG110
994	tristate "TPO TPG 800x400 panel"
995	depends on OF && SPI && GPIOLIB
996	depends on BACKLIGHT_CLASS_DEVICE
997	help
998	  Say Y here if you want to enable support for TPO TPG110
999	  400CH LTPS TFT LCD Single Chip Digital Driver for up to
1000	  800x400 LCD panels.
1001
1002config DRM_PANEL_TRULY_NT35597_WQXGA
1003	tristate "Truly WQXGA"
1004	depends on OF
1005	depends on DRM_MIPI_DSI
1006	help
1007	  Say Y here if you want to enable support for Truly NT35597 WQXGA Dual DSI
1008	  Video Mode panel
1009
1010config DRM_PANEL_VISIONOX_G2647FB105
1011	tristate "Visionox G2647FB105"
1012	depends on OF
1013	depends on DRM_MIPI_DSI
1014	depends on BACKLIGHT_CLASS_DEVICE
1015	help
1016	  Say Y here if you want to enable support for the Visionox
1017	  G2647FB105 (2340x1080@60Hz) AMOLED DSI cmd mode panel.
1018
1019config DRM_PANEL_VISIONOX_R66451
1020	tristate "Visionox R66451"
1021	depends on OF
1022	depends on DRM_MIPI_DSI
1023	depends on BACKLIGHT_CLASS_DEVICE
1024	select DRM_DISPLAY_DSC_HELPER
1025	select DRM_DISPLAY_HELPER
1026	help
1027	  Say Y here if you want to enable support for Visionox
1028	  R66451 1080x2340 AMOLED DSI panel.
1029
1030config DRM_PANEL_VISIONOX_RM69299
1031	tristate "Visionox RM69299"
1032	depends on OF
1033	depends on DRM_MIPI_DSI
1034	help
1035	  Say Y here if you want to enable support for Visionox
1036	  RM69299  DSI Video Mode panel.
1037
1038config DRM_PANEL_VISIONOX_RM692E5
1039	tristate "Visionox RM692E5"
1040	depends on OF
1041	depends on DRM_MIPI_DSI
1042	depends on BACKLIGHT_CLASS_DEVICE
1043	select DRM_DISPLAY_DSC_HELPER
1044	select DRM_DISPLAY_HELPER
1045	help
1046	  Say Y here if you want to enable support for Visionox RM692E5 amoled
1047	  display panels, such as the one found in the Nothing Phone (1)
1048	  smartphone.
1049
1050config DRM_PANEL_VISIONOX_VTDR6130
1051	tristate "Visionox VTDR6130"
1052	depends on OF
1053	depends on DRM_MIPI_DSI
1054	depends on BACKLIGHT_CLASS_DEVICE
1055	help
1056	  Say Y here if you want to enable support for Visionox
1057	  VTDR6130 1080x2400 AMOLED DSI panel.
1058
1059config DRM_PANEL_WIDECHIPS_WS2401
1060	tristate "Widechips WS2401 DPI panel driver"
1061	depends on SPI && GPIOLIB
1062	depends on BACKLIGHT_CLASS_DEVICE
1063	select DRM_MIPI_DBI
1064	help
1065	  Say Y here if you want to enable support for the Widechips WS2401 DPI
1066	  480x800 display controller used in panels such as Samsung LMS380KF01.
1067	  This display is used in the Samsung Galaxy Ace 2 GT-I8160 (Codina).
1068
1069config DRM_PANEL_XINPENG_XPP055C272
1070	tristate "Xinpeng XPP055C272 panel driver"
1071	depends on OF
1072	depends on DRM_MIPI_DSI
1073	depends on BACKLIGHT_CLASS_DEVICE
1074	help
1075	  Say Y here if you want to enable support for the Xinpeng
1076	  XPP055C272 controller for 720x1280 LCD panels with MIPI/RGB/SPI
1077	  system interfaces.
1078endmenu
1079