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