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