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