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