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