xref: /openbmc/linux/drivers/gpu/drm/panel/Kconfig (revision 709f34b4)
1# SPDX-License-Identifier: GPL-2.0-only
2config DRM_PANEL
3	bool
4	depends on DRM
5	help
6	  Panel registration and lookup framework.
7
8menu "Display Panels"
9	depends on DRM && DRM_PANEL
10
11config DRM_PANEL_ABT_Y030XX067A
12	tristate "ABT Y030XX067A 320x480 LCD panel"
13	depends on OF && SPI
14	select REGMAP_SPI
15	help
16	  Say Y here to enable support for the Asia Better Technology Ltd.
17	  Y030XX067A 320x480 3.0" panel as found in the YLM RG-280M, RG-300
18	  and RG-99 handheld gaming consoles.
19
20config DRM_PANEL_ARM_VERSATILE
21	tristate "ARM Versatile panel driver"
22	depends on OF
23	depends on MFD_SYSCON
24	select VIDEOMODE_HELPERS
25	help
26	  This driver supports the ARM Versatile panels connected to ARM
27	  reference designs. The panel is detected using special registers
28	  in the Versatile family syscon registers.
29
30config DRM_PANEL_ASUS_Z00T_TM5P5_NT35596
31	tristate "ASUS Z00T TM5P5 NT35596 panel"
32	depends on GPIOLIB && OF
33	depends on DRM_MIPI_DSI
34	depends on BACKLIGHT_CLASS_DEVICE
35	help
36	  Say Y here if you want to enable support for the ASUS TMP5P5
37	  NT35596 1080x1920 video mode panel as found in some Asus
38	  Zenfone 2 Laser Z00T devices.
39
40config DRM_PANEL_AUO_A030JTN01
41	tristate "AUO A030JTN01"
42	depends on SPI
43	select REGMAP_SPI
44	help
45	  Say Y here to enable support for the AUO A030JTN01 320x480 3.0" panel
46	  as found in the YLM RS-97 handheld gaming console.
47
48config DRM_PANEL_BOE_BF060Y8M_AJ0
49	tristate "Boe BF060Y8M-AJ0 panel"
50	depends on OF
51	depends on DRM_MIPI_DSI
52	depends on BACKLIGHT_CLASS_DEVICE
53	help
54	  Say Y here if you want to enable support for Boe BF060Y8M-AJ0
55	  5.99" AMOLED modules. The panel has a 1080x2160 resolution and
56	  uses 24 bit RGB per pixel. It provides a MIPI DSI interface to
57	  the host and backlight is controlled through DSI commands.
58
59config DRM_PANEL_BOE_HIMAX8279D
60	tristate "Boe Himax8279d panel"
61	depends on OF
62	depends on DRM_MIPI_DSI
63	depends on BACKLIGHT_CLASS_DEVICE
64	help
65	  Say Y here if you want to enable support for Boe Himax8279d
66	  TFT-LCD modules. The panel has a 1200x1920 resolution and uses
67	  24 bit RGB per pixel. It provides a MIPI DSI interface to
68	  the host and has a built-in LED backlight.
69
70config DRM_PANEL_BOE_TV101WUM_NL6
71	tristate "BOE TV101WUM and AUO KD101N80 45NA 1200x1920 panel"
72	depends on OF
73	depends on DRM_MIPI_DSI
74	depends on BACKLIGHT_CLASS_DEVICE
75	help
76	  Say Y here if you want to support for BOE TV101WUM and AUO KD101N80
77	  45NA WUXGA PANEL DSI Video Mode panel
78
79config DRM_PANEL_DSI_CM
80	tristate "Generic DSI command mode panels"
81	depends on OF
82	depends on DRM_MIPI_DSI
83	depends on BACKLIGHT_CLASS_DEVICE
84	help
85	  DRM panel driver for DSI command mode panels with support for
86	  embedded and external backlights.
87
88config DRM_PANEL_LVDS
89	tristate "Generic LVDS panel driver"
90	depends on OF
91	depends on BACKLIGHT_CLASS_DEVICE
92	select VIDEOMODE_HELPERS
93	help
94	  This driver supports LVDS panels that don't require device-specific
95	  handling of power supplies or control signals. It implements automatic
96	  backlight handling if the panel is attached to a backlight controller.
97
98config DRM_PANEL_SIMPLE
99	tristate "support for simple panels (other than eDP ones)"
100	depends on OF
101	depends on BACKLIGHT_CLASS_DEVICE
102	depends on PM
103	select VIDEOMODE_HELPERS
104	help
105	  DRM panel driver for dumb non-eDP panels that need at most a regulator
106	  and a GPIO to be powered up. Optionally a backlight can be attached so
107	  that it can be automatically turned off when the panel goes into a
108	  low power state.
109
110config DRM_PANEL_EDP
111	tristate "support for simple Embedded DisplayPort panels"
112	depends on OF
113	depends on BACKLIGHT_CLASS_DEVICE
114	depends on PM
115	select VIDEOMODE_HELPERS
116	select DRM_DISPLAY_DP_HELPER
117	select DRM_DISPLAY_HELPER
118	select DRM_DP_AUX_BUS
119	select DRM_KMS_HELPER
120	help
121	  DRM panel driver for dumb eDP panels that need at most a regulator and
122	  a GPIO to be powered up. Optionally a backlight can be attached so
123	  that it can be automatically turned off when the panel goes into a
124	  low power state.
125
126config DRM_PANEL_EBBG_FT8719
127	tristate "EBBG FT8719 panel driver"
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 EBBG FT8719
133	  video mode panel. Mainly found on Xiaomi Poco F1 mobile phone.
134	  The panel has a resolution of 1080x2246. It provides a MIPI DSI
135	  interface to the host.
136
137config DRM_PANEL_ELIDA_KD35T133
138	tristate "Elida KD35T133 panel driver"
139	depends on OF
140	depends on DRM_MIPI_DSI
141	depends on BACKLIGHT_CLASS_DEVICE
142	help
143	  Say Y here if you want to enable support for the Elida
144	  KD35T133 controller for 320x480 LCD panels with MIPI-DSI
145	  system interfaces.
146
147config DRM_PANEL_FEIXIN_K101_IM2BA02
148	tristate "Feixin K101 IM2BA02 panel"
149	depends on OF
150	depends on DRM_MIPI_DSI
151	depends on BACKLIGHT_CLASS_DEVICE
152	help
153	  Say Y here if you want to enable support for the Feixin K101 IM2BA02
154	  4-lane 800x1280 MIPI DSI panel.
155
156config DRM_PANEL_FEIYANG_FY07024DI26A30D
157	tristate "Feiyang FY07024DI26A30-D MIPI-DSI LCD panel"
158	depends on OF
159	depends on DRM_MIPI_DSI
160	depends on BACKLIGHT_CLASS_DEVICE
161	help
162	  Say Y if you want to enable support for panels based on the
163	  Feiyang FY07024DI26A30-D MIPI-DSI interface.
164
165config DRM_PANEL_HIMAX_HX8394
166	tristate "HIMAX HX8394 MIPI-DSI LCD panels"
167	depends on OF
168	depends on DRM_MIPI_DSI
169	depends on BACKLIGHT_CLASS_DEVICE
170	help
171	  Say Y if you want to enable support for panels based on the
172	  Himax HX8394 controller, such as the HannStar HSD060BHW4
173	  720x1440 TFT LCD panel that uses a MIPI-DSI interface.
174
175	  If M is selected the module will be called panel-himax-hx8394.
176
177config DRM_PANEL_ILITEK_IL9322
178	tristate "Ilitek ILI9322 320x240 QVGA panels"
179	depends on OF && SPI
180	select REGMAP
181	help
182	  Say Y here if you want to enable support for Ilitek IL9322
183	  QVGA (320x240) RGB, YUV and ITU-T BT.656 panels.
184
185config DRM_PANEL_ILITEK_ILI9341
186	tristate "Ilitek ILI9341 240x320 QVGA panels"
187	depends on OF && SPI
188	select DRM_KMS_HELPER
189	select DRM_GEM_DMA_HELPER
190	depends on BACKLIGHT_CLASS_DEVICE
191	select DRM_MIPI_DBI
192	help
193	  Say Y here if you want to enable support for Ilitek IL9341
194	  QVGA (240x320) RGB panels. support serial & parallel rgb
195	  interface.
196
197config DRM_PANEL_ILITEK_ILI9881C
198	tristate "Ilitek ILI9881C-based panels"
199	depends on OF
200	depends on DRM_MIPI_DSI
201	depends on BACKLIGHT_CLASS_DEVICE
202	help
203	  Say Y if you want to enable support for panels based on the
204	  Ilitek ILI9881c controller.
205
206config DRM_PANEL_INNOLUX_EJ030NA
207        tristate "Innolux EJ030NA 320x480 LCD panel"
208        depends on OF && SPI
209        select REGMAP_SPI
210        help
211          Say Y here to enable support for the Innolux/Chimei EJ030NA
212          320x480 3.0" panel as found in the RS97 V2.1, RG300(non-ips)
213          and LDK handheld gaming consoles.
214
215config DRM_PANEL_INNOLUX_P079ZCA
216	tristate "Innolux P079ZCA 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 Innolux P079ZCA
222	  TFT-LCD modules. The panel has a 1024x768 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_JADARD_JD9365DA_H3
227	tristate "Jadard JD9365DA-H3 WXGA DSI panel"
228	depends on OF
229	depends on DRM_MIPI_DSI
230	depends on BACKLIGHT_CLASS_DEVICE
231	help
232	  Say Y here if you want to enable support for Jadard JD9365DA-H3
233	  WXGA MIPI DSI panel. The panel support TFT dot matrix LCD with
234	  800RGBx1280 dots at maximum.
235
236config DRM_PANEL_JDI_LT070ME05000
237	tristate "JDI LT070ME05000 WUXGA DSI panel"
238	depends on OF
239	depends on DRM_MIPI_DSI
240	depends on BACKLIGHT_CLASS_DEVICE
241	help
242	  Say Y here if you want to enable support for JDI DSI video mode
243	  panel as found in Google Nexus 7 (2013) devices.
244	  The panel has a 1200(RGB)×1920 (WUXGA) resolution and uses
245	  24 bit per pixel.
246
247config DRM_PANEL_JDI_R63452
248	tristate "JDI R63452 Full HD DSI panel"
249	depends on OF
250	depends on DRM_MIPI_DSI
251	depends on BACKLIGHT_CLASS_DEVICE
252	help
253	  Say Y here if you want to enable support for the JDI R63452
254	  DSI command mode panel as found in Xiaomi Mi 5 Devices.
255
256config DRM_PANEL_KHADAS_TS050
257	tristate "Khadas TS050 panel"
258	depends on OF
259	depends on DRM_MIPI_DSI
260	depends on BACKLIGHT_CLASS_DEVICE
261	help
262	  Say Y here if you want to enable support for Khadas TS050 TFT-LCD
263	  panel module. The panel has a 1080x1920 resolution and uses
264	  24 bit RGB per pixel. It provides a MIPI DSI interface to
265	  the host, a built-in LED backlight and touch controller.
266
267config DRM_PANEL_KINGDISPLAY_KD097D04
268	tristate "Kingdisplay kd097d04 panel"
269	depends on OF
270	depends on DRM_MIPI_DSI
271	depends on BACKLIGHT_CLASS_DEVICE
272	help
273	  Say Y here if you want to enable support for Kingdisplay kd097d04
274	  TFT-LCD modules. The panel has a 1536x2048 resolution and uses
275	  24 bit RGB per pixel. It provides a MIPI DSI interface to
276	  the host and has a built-in LED backlight.
277
278config DRM_PANEL_LEADTEK_LTK050H3146W
279	tristate "Leadtek LTK050H3146W panel"
280	depends on OF
281	depends on DRM_MIPI_DSI
282	depends on BACKLIGHT_CLASS_DEVICE
283	help
284	  Say Y here if you want to enable support for Leadtek LTK050H3146W
285	  TFT-LCD modules. The panel has a 720x1280 resolution and uses
286	  24 bit RGB per pixel. It provides a MIPI DSI interface to
287	  the host and has a built-in LED backlight.
288
289config DRM_PANEL_LEADTEK_LTK500HD1829
290	tristate "Leadtek LTK500HD1829 panel"
291	depends on OF
292	depends on DRM_MIPI_DSI
293	depends on BACKLIGHT_CLASS_DEVICE
294	help
295	  Say Y here if you want to enable support for Kingdisplay kd097d04
296	  TFT-LCD modules. The panel has a 1536x2048 resolution and uses
297	  24 bit RGB per pixel. It provides a MIPI DSI interface to
298	  the host and has a built-in LED backlight.
299
300config DRM_PANEL_SAMSUNG_LD9040
301	tristate "Samsung LD9040 RGB/SPI panel"
302	depends on OF && SPI
303	select VIDEOMODE_HELPERS
304
305config DRM_PANEL_LG_LB035Q02
306	tristate "LG LB035Q024573 RGB panel"
307	depends on GPIOLIB && OF && SPI
308	help
309	  Say Y here if you want to enable support for the LB035Q02 RGB panel
310	  (found on the Gumstix Overo Palo35 board). To compile this driver as
311	  a module, choose M here.
312
313config DRM_PANEL_LG_LG4573
314	tristate "LG4573 RGB/SPI panel"
315	depends on OF && SPI
316	select VIDEOMODE_HELPERS
317	help
318	  Say Y here if you want to enable support for LG4573 RGB panel.
319	  To compile this driver as a module, choose M here.
320
321config DRM_PANEL_MAGNACHIP_D53E6EA8966
322	tristate "Magnachip D53E6EA8966 DSI panel"
323	depends on OF && SPI
324	depends on DRM_MIPI_DSI
325	depends on BACKLIGHT_CLASS_DEVICE
326	select DRM_MIPI_DBI
327	help
328	  DRM panel driver for the Samsung AMS495QA01 panel controlled
329	  with the Magnachip D53E6EA8966 panel IC. This panel receives
330	  video data via DSI but commands via 9-bit SPI using DBI.
331
332config DRM_PANEL_NEC_NL8048HL11
333	tristate "NEC NL8048HL11 RGB panel"
334	depends on GPIOLIB && OF && SPI
335	help
336	  Say Y here if you want to enable support for the NEC NL8048HL11 RGB
337	  panel (found on the Zoom2/3/3630 SDP boards). To compile this driver
338	  as a module, choose M here.
339
340config DRM_PANEL_NEWVISION_NV3051D
341	tristate "NewVision NV3051D DSI panel"
342	depends on OF
343	depends on DRM_MIPI_DSI
344	depends on BACKLIGHT_CLASS_DEVICE
345	help
346	  This driver supports the NV3051D based panel found on the Anbernic
347	  RG353P and RG353V.
348
349config DRM_PANEL_NEWVISION_NV3052C
350	tristate "NewVision NV3052C RGB/SPI panel"
351	depends on OF && SPI
352	depends on BACKLIGHT_CLASS_DEVICE
353	select DRM_MIPI_DBI
354	help
355	  Say Y here if you want to enable support for the panels built
356	  around the NewVision NV3052C display controller.
357
358config DRM_PANEL_NOVATEK_NT35510
359	tristate "Novatek NT35510 RGB panel driver"
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 the panels built
365	  around the Novatek NT35510 display controller, such as some
366	  Hydis panels.
367
368config DRM_PANEL_NOVATEK_NT35560
369	tristate "Novatek NT35560 DSI command mode panel"
370	depends on OF
371	depends on DRM_MIPI_DSI
372	depends on BACKLIGHT_CLASS_DEVICE
373	select VIDEOMODE_HELPERS
374	help
375	  Say Y here if you want to enable the Novatek NT35560 display
376	  controller. This panel supports DSI in both command and video
377	  mode. This supports several panels such as Sony ACX424AKM and
378	  ACX424AKP.
379
380config DRM_PANEL_NOVATEK_NT35950
381	tristate "Novatek NT35950 DSI 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 the panels built
387	  around the Novatek NT35950 display controller, such as some
388	  Sharp panels used in Sony Xperia Z5 Premium and XZ Premium
389	  mobile phones.
390
391config DRM_PANEL_NOVATEK_NT36523
392	tristate "Novatek NT36523 panel driver"
393	depends on OF
394	depends on DRM_MIPI_DSI
395	depends on BACKLIGHT_CLASS_DEVICE
396	help
397	  Say Y here if you want to enable support for the panels built
398	  around the Novatek NT36523 display controller, such as some
399	  Boe panels used in Xiaomi Mi Pad 5 and 5 Pro tablets.
400
401config DRM_PANEL_NOVATEK_NT36672A
402	tristate "Novatek NT36672A DSI panel"
403	depends on OF
404	depends on DRM_MIPI_DSI
405	depends on BACKLIGHT_CLASS_DEVICE
406	help
407	  Say Y here if you want to enable support for the panels built
408	  around the Novatek NT36672A display controller, such as some
409	  Tianma panels used in a few Xiaomi Poco F1 mobile phones.
410
411config DRM_PANEL_NOVATEK_NT39016
412	tristate "Novatek NT39016 RGB/SPI panel"
413	depends on OF && SPI
414	depends on BACKLIGHT_CLASS_DEVICE
415	select REGMAP_SPI
416	help
417	  Say Y here if you want to enable support for the panels built
418	  around the Novatek NT39016 display controller.
419
420config DRM_PANEL_MANTIX_MLAF057WE51
421	tristate "Mantix MLAF057WE51-X MIPI-DSI LCD panel"
422	depends on OF
423	depends on DRM_MIPI_DSI
424	depends on BACKLIGHT_CLASS_DEVICE
425	help
426	  Say Y here if you want to enable support for the Mantix
427	  MLAF057WE51-X MIPI DSI panel as e.g. used in the Librem 5. It
428	  has a resolution of 720x1440 pixels, a built in backlight and touch
429	  controller.
430
431config DRM_PANEL_OLIMEX_LCD_OLINUXINO
432	tristate "Olimex LCD-OLinuXino panel"
433	depends on OF
434	depends on I2C
435	depends on BACKLIGHT_CLASS_DEVICE
436	select CRC32
437	help
438	  The panel is used with different sizes LCDs, from 480x272 to
439	  1280x800, and 24 bit per pixel.
440
441	  Say Y here if you want to enable support for Olimex Ltd.
442	  LCD-OLinuXino panel.
443
444config DRM_PANEL_ORISETECH_OTA5601A
445        tristate "Orise Technology ota5601a RGB/SPI panel"
446        depends on SPI
447        depends on BACKLIGHT_CLASS_DEVICE
448        select REGMAP_SPI
449        help
450          Say Y here if you want to enable support for the panels built
451          around the Orise Technology OTA9601A display controller.
452
453config DRM_PANEL_ORISETECH_OTM8009A
454	tristate "Orise Technology otm8009a 480x800 dsi 2dl panel"
455	depends on OF
456	depends on DRM_MIPI_DSI
457	depends on BACKLIGHT_CLASS_DEVICE
458	help
459	  Say Y here if you want to enable support for Orise Technology
460	  otm8009a 480x800 dsi 2dl panel.
461
462config DRM_PANEL_OSD_OSD101T2587_53TS
463	tristate "OSD OSD101T2587-53TS DSI 1920x1200 video mode panel"
464	depends on OF
465	depends on DRM_MIPI_DSI
466	depends on BACKLIGHT_CLASS_DEVICE
467	help
468	  Say Y here if you want to enable support for One Stop Displays
469	  OSD101T2587-53TS 10.1" 1920x1200 dsi panel.
470
471config DRM_PANEL_PANASONIC_VVX10F034N00
472	tristate "Panasonic VVX10F034N00 1920x1200 video mode panel"
473	depends on OF
474	depends on DRM_MIPI_DSI
475	depends on BACKLIGHT_CLASS_DEVICE
476	help
477	  Say Y here if you want to enable support for Panasonic VVX10F034N00
478	  WUXGA (1920x1200) Novatek NT1397-based DSI panel as found in some
479	  Xperia Z2 tablets
480
481config DRM_PANEL_RASPBERRYPI_TOUCHSCREEN
482	tristate "Raspberry Pi 7-inch touchscreen panel"
483	depends on DRM_MIPI_DSI
484	help
485	  Say Y here if you want to enable support for the Raspberry
486	  Pi 7" Touchscreen.  To compile this driver as a module,
487	  choose M here.
488
489config DRM_PANEL_RAYDIUM_RM67191
490	tristate "Raydium RM67191 FHD 1080x1920 DSI video mode panel"
491	depends on OF
492	depends on DRM_MIPI_DSI
493	depends on BACKLIGHT_CLASS_DEVICE
494	help
495	  Say Y here if you want to enable support for Raydium RM67191 FHD
496	  (1080x1920) DSI panel.
497
498config DRM_PANEL_RAYDIUM_RM68200
499	tristate "Raydium RM68200 720x1280 DSI video mode panel"
500	depends on OF
501	depends on DRM_MIPI_DSI
502	depends on BACKLIGHT_CLASS_DEVICE
503	help
504	  Say Y here if you want to enable support for Raydium RM68200
505	  720x1280 DSI video mode panel.
506
507config DRM_PANEL_RONBO_RB070D30
508	tristate "Ronbo Electronics RB070D30 panel"
509	depends on OF
510	depends on DRM_MIPI_DSI
511	depends on BACKLIGHT_CLASS_DEVICE
512	help
513	  Say Y here if you want to enable support for Ronbo Electronics
514	  RB070D30 1024x600 DSI panel.
515
516config DRM_PANEL_SAMSUNG_ATNA33XC20
517	tristate "Samsung ATNA33XC20 eDP panel"
518	depends on OF
519	depends on BACKLIGHT_CLASS_DEVICE
520	depends on PM
521	select DRM_DISPLAY_DP_HELPER
522	select DRM_DISPLAY_HELPER
523	select DRM_DP_AUX_BUS
524	help
525	  DRM panel driver for the Samsung ATNA33XC20 panel. This panel can't
526	  be handled by the DRM_PANEL_SIMPLE driver because its power
527	  sequencing is non-standard.
528
529config DRM_PANEL_SAMSUNG_DB7430
530	tristate "Samsung DB7430-based DPI panels"
531	depends on OF && SPI && GPIOLIB
532	depends on BACKLIGHT_CLASS_DEVICE
533	select DRM_MIPI_DBI
534	help
535	  Say Y here if you want to enable support for the Samsung
536	  DB7430 DPI display controller used in such devices as the
537	  LMS397KF04 480x800 DPI panel.
538
539config DRM_PANEL_SAMSUNG_S6D16D0
540	tristate "Samsung S6D16D0 DSI video mode panel"
541	depends on OF
542	depends on DRM_MIPI_DSI
543	select VIDEOMODE_HELPERS
544
545config DRM_PANEL_SAMSUNG_S6D27A1
546	tristate "Samsung S6D27A1 DPI panel driver"
547	depends on OF && SPI && GPIOLIB
548	select DRM_MIPI_DBI
549	help
550	  Say Y here if you want to enable support for the Samsung
551	  S6D27A1 DPI 480x800 panel.
552
553	  This panel can be found in Samsung Galaxy Ace 2
554	  GT-I8160 mobile phone.
555
556config DRM_PANEL_SAMSUNG_S6E3HA2
557	tristate "Samsung S6E3HA2 DSI video mode panel"
558	depends on OF
559	depends on DRM_MIPI_DSI
560	depends on BACKLIGHT_CLASS_DEVICE
561	select VIDEOMODE_HELPERS
562
563config DRM_PANEL_SAMSUNG_S6E63J0X03
564	tristate "Samsung S6E63J0X03 DSI command mode panel"
565	depends on OF
566	depends on DRM_MIPI_DSI
567	depends on BACKLIGHT_CLASS_DEVICE
568	select VIDEOMODE_HELPERS
569
570config DRM_PANEL_SAMSUNG_S6E63M0
571	tristate "Samsung S6E63M0 RGB panel"
572	depends on OF
573	depends on BACKLIGHT_CLASS_DEVICE
574	help
575	  Say Y here if you want to enable support for Samsung S6E63M0
576	  AMOLED LCD panel. This panel can be accessed using SPI or
577	  DSI.
578
579config DRM_PANEL_SAMSUNG_S6E63M0_SPI
580	tristate "Samsung S6E63M0 RGB SPI interface"
581	depends on SPI
582	depends on DRM_PANEL_SAMSUNG_S6E63M0
583	default DRM_PANEL_SAMSUNG_S6E63M0
584	select DRM_MIPI_DBI
585	help
586	  Say Y here if you want to be able to access the Samsung
587	  S6E63M0 panel using SPI.
588
589config DRM_PANEL_SAMSUNG_S6E63M0_DSI
590	tristate "Samsung S6E63M0 RGB DSI interface"
591	depends on DRM_MIPI_DSI
592	depends on DRM_PANEL_SAMSUNG_S6E63M0
593	help
594	  Say Y here if you want to be able to access the Samsung
595	  S6E63M0 panel using DSI.
596
597config DRM_PANEL_SAMSUNG_S6E88A0_AMS452EF01
598	tristate "Samsung AMS452EF01 panel with S6E88A0 DSI video mode controller"
599	depends on OF
600	select DRM_MIPI_DSI
601	select VIDEOMODE_HELPERS
602
603config DRM_PANEL_SAMSUNG_S6E8AA0
604	tristate "Samsung S6E8AA0 DSI video mode panel"
605	depends on OF
606	select DRM_MIPI_DSI
607	select VIDEOMODE_HELPERS
608
609config DRM_PANEL_SAMSUNG_SOFEF00
610	tristate "Samsung sofef00/s6e3fc2x01 OnePlus 6/6T DSI cmd mode panels"
611	depends on OF
612	depends on DRM_MIPI_DSI
613	depends on BACKLIGHT_CLASS_DEVICE
614	select VIDEOMODE_HELPERS
615	help
616	  Say Y or M here if you want to enable support for the Samsung AMOLED
617	  command mode panels found in the OnePlus 6/6T smartphones.
618
619	  The panels are 2280x1080@60Hz and 2340x1080@60Hz respectively
620
621config DRM_PANEL_SEIKO_43WVF1G
622	tristate "Seiko 43WVF1G panel"
623	depends on OF
624	depends on BACKLIGHT_CLASS_DEVICE
625	select VIDEOMODE_HELPERS
626	help
627	  Say Y here if you want to enable support for the Seiko
628	  43WVF1G controller for 800x480 LCD panels
629
630config DRM_PANEL_SHARP_LQ101R1SX01
631	tristate "Sharp LQ101R1SX01 panel"
632	depends on OF
633	depends on DRM_MIPI_DSI
634	depends on BACKLIGHT_CLASS_DEVICE
635	help
636	  Say Y here if you want to enable support for Sharp LQ101R1SX01
637	  TFT-LCD modules. The panel has a 2560x1600 resolution and uses
638	  24 bit RGB per pixel. It provides a dual MIPI DSI interface to
639	  the host and has a built-in LED backlight.
640
641	  To compile this driver as a module, choose M here: the module
642	  will be called panel-sharp-lq101r1sx01.
643
644config DRM_PANEL_SHARP_LS037V7DW01
645	tristate "Sharp LS037V7DW01 VGA LCD panel"
646	depends on GPIOLIB && OF && REGULATOR
647	help
648	  Say Y here if you want to enable support for Sharp LS037V7DW01 VGA
649	  (480x640) LCD panel (found on the TI SDP3430 board).
650
651config DRM_PANEL_SHARP_LS043T1LE01
652	tristate "Sharp LS043T1LE01 qHD video mode panel"
653	depends on OF
654	depends on DRM_MIPI_DSI
655	depends on BACKLIGHT_CLASS_DEVICE
656	help
657	  Say Y here if you want to enable support for Sharp LS043T1LE01 qHD
658	  (540x960) DSI panel as found on the Qualcomm APQ8074 Dragonboard
659
660config DRM_PANEL_SHARP_LS060T1SX01
661	tristate "Sharp LS060T1SX01 FullHD video mode panel"
662	depends on OF
663	depends on DRM_MIPI_DSI
664	depends on BACKLIGHT_CLASS_DEVICE
665	help
666	  Say Y here if you want to enable support for Sharp LS060T1SX01 6.0"
667	  FullHD (1080x1920) DSI panel as found in Dragonboard Display Adapter
668	  Bundle.
669
670config DRM_PANEL_SITRONIX_ST7701
671	tristate "Sitronix ST7701 panel driver"
672	depends on OF
673	depends on DRM_MIPI_DSI
674	depends on BACKLIGHT_CLASS_DEVICE
675	help
676	  Say Y here if you want to enable support for the Sitronix
677	  ST7701 controller for 480X864 LCD panels with MIPI/RGB/SPI
678	  system interfaces.
679
680config DRM_PANEL_SITRONIX_ST7703
681	tristate "Sitronix ST7703 based MIPI touchscreen panels"
682	depends on OF
683	depends on DRM_MIPI_DSI
684	depends on BACKLIGHT_CLASS_DEVICE
685	help
686	  Say Y here if you want to enable support for Sitronix ST7703 based
687	  panels, souch as Rocktech JH057N00900 MIPI DSI panel as e.g. used in
688	  the Librem 5 devkit. It has a resolution of 720x1440 pixels, a built
689	  in backlight and touch controller.
690	  Touch input support is provided by the goodix driver and needs to be
691	  selected separately.
692
693config DRM_PANEL_SITRONIX_ST7789V
694	tristate "Sitronix ST7789V panel"
695	depends on OF && SPI
696	depends on BACKLIGHT_CLASS_DEVICE
697	help
698	  Say Y here if you want to enable support for the Sitronix
699	  ST7789V controller for 240x320 LCD panels
700
701config DRM_PANEL_SONY_ACX565AKM
702	tristate "Sony ACX565AKM panel"
703	depends on GPIOLIB && OF && SPI
704	depends on BACKLIGHT_CLASS_DEVICE
705	help
706	  Say Y here if you want to enable support for the Sony ACX565AKM
707	  800x600 3.5" panel (found on the Nokia N900).
708
709config DRM_PANEL_SONY_TD4353_JDI
710	tristate "Sony TD4353 JDI panel"
711	depends on GPIOLIB && OF
712	depends on DRM_MIPI_DSI
713	depends on BACKLIGHT_CLASS_DEVICE
714	help
715	  Say Y here if you want to enable support for the Sony Tama
716	  TD4353 JDI command mode panel as found on some Sony Xperia
717	  XZ2 and XZ2 Compact smartphones.
718
719config DRM_PANEL_SONY_TULIP_TRULY_NT35521
720	tristate "Sony Tulip Truly NT35521 panel"
721	depends on GPIOLIB && OF
722	depends on DRM_MIPI_DSI
723	depends on BACKLIGHT_CLASS_DEVICE
724	help
725	  Say Y here if you want to enable support for the Sony Tulip
726	  NT35521 1280x720 video mode panel as found on Sony Xperia M4
727	  Aqua phone.
728
729config DRM_PANEL_TDO_TL070WSH30
730	tristate "TDO TL070WSH30 DSI panel"
731	depends on OF
732	depends on DRM_MIPI_DSI
733	depends on BACKLIGHT_CLASS_DEVICE
734	help
735	  Say Y here if you want to enable support for TDO TL070WSH30 TFT-LCD
736	  panel module. The panel has a 1024×600 resolution and uses
737	  24 bit RGB per pixel. It provides a MIPI DSI interface to
738	  the host, a built-in LED backlight and touch controller.
739
740config DRM_PANEL_TPO_TD028TTEC1
741	tristate "Toppoly (TPO) TD028TTEC1 panel driver"
742	depends on OF && SPI
743	depends on BACKLIGHT_CLASS_DEVICE
744	help
745	  Say Y here if you want to enable support for TPO TD028TTEC1 480x640
746	  2.8" panel (found on the OpenMoko Neo FreeRunner and Neo 1973).
747
748config DRM_PANEL_TPO_TD043MTEA1
749	tristate "Toppoly (TPO) TD043MTEA1 panel driver"
750	depends on GPIOLIB && OF && REGULATOR && SPI
751	help
752	  Say Y here if you want to enable support for TPO TD043MTEA1 800x480
753	  4.3" panel (found on the OMAP3 Pandora board).
754
755config DRM_PANEL_TPO_TPG110
756	tristate "TPO TPG 800x400 panel"
757	depends on OF && SPI && GPIOLIB
758	depends on BACKLIGHT_CLASS_DEVICE
759	help
760	  Say Y here if you want to enable support for TPO TPG110
761	  400CH LTPS TFT LCD Single Chip Digital Driver for up to
762	  800x400 LCD panels.
763
764config DRM_PANEL_TRULY_NT35597_WQXGA
765	tristate "Truly WQXGA"
766	depends on OF
767	depends on DRM_MIPI_DSI
768	help
769	  Say Y here if you want to enable support for Truly NT35597 WQXGA Dual DSI
770	  Video Mode panel
771
772config DRM_PANEL_VISIONOX_RM69299
773	tristate "Visionox RM69299"
774	depends on OF
775	depends on DRM_MIPI_DSI
776	help
777	  Say Y here if you want to enable support for Visionox
778	  RM69299  DSI Video Mode panel.
779
780config DRM_PANEL_VISIONOX_VTDR6130
781	tristate "Visionox VTDR6130"
782	depends on OF
783	depends on DRM_MIPI_DSI
784	depends on BACKLIGHT_CLASS_DEVICE
785	help
786	  Say Y here if you want to enable support for Visionox
787	  VTDR6130 1080x2400 AMOLED DSI panel.
788
789config DRM_PANEL_WIDECHIPS_WS2401
790	tristate "Widechips WS2401 DPI panel driver"
791	depends on SPI && GPIOLIB
792	depends on BACKLIGHT_CLASS_DEVICE
793	select DRM_MIPI_DBI
794	help
795	  Say Y here if you want to enable support for the Widechips WS2401 DPI
796	  480x800 display controller used in panels such as Samsung LMS380KF01.
797	  This display is used in the Samsung Galaxy Ace 2 GT-I8160 (Codina).
798
799config DRM_PANEL_XINPENG_XPP055C272
800	tristate "Xinpeng XPP055C272 panel driver"
801	depends on OF
802	depends on DRM_MIPI_DSI
803	depends on BACKLIGHT_CLASS_DEVICE
804	help
805	  Say Y here if you want to enable support for the Xinpeng
806	  XPP055C272 controller for 720x1280 LCD panels with MIPI/RGB/SPI
807	  system interfaces.
808endmenu
809