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