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