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