980aff42000ac01df5805805cd35cec85c113d5b
[linux-block.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_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
51 config 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
62 config 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
71 config 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
80 config 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
90 config 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
102 config 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
115 config 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
125 config 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
134 config 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
143 config 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
151 config 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_KMS_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
163 config 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
172 config 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
181 config 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
192 config 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
203 config 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
212 config 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
223 config 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
234 config 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
245 config 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
256 config DRM_PANEL_SAMSUNG_LD9040
257         tristate "Samsung LD9040 RGB/SPI panel"
258         depends on OF && SPI
259         select VIDEOMODE_HELPERS
260
261 config 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
269 config 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
277 config 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
285 config 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
295 config 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
306 config 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
316 config 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
325 config 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
336 config 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         help
342           The panel is used with different sizes LCDs, from 480x272 to
343           1280x800, and 24 bit per pixel.
344
345           Say Y here if you want to enable support for Olimex Ltd.
346           LCD-OLinuXino panel.
347
348 config DRM_PANEL_ORISETECH_OTM8009A
349         tristate "Orise Technology otm8009a 480x800 dsi 2dl panel"
350         depends on OF
351         depends on DRM_MIPI_DSI
352         depends on BACKLIGHT_CLASS_DEVICE
353         help
354           Say Y here if you want to enable support for Orise Technology
355           otm8009a 480x800 dsi 2dl panel.
356
357 config DRM_PANEL_OSD_OSD101T2587_53TS
358         tristate "OSD OSD101T2587-53TS DSI 1920x1200 video mode panel"
359         depends on OF
360         depends on DRM_MIPI_DSI
361         depends on BACKLIGHT_CLASS_DEVICE
362         help
363           Say Y here if you want to enable support for One Stop Displays
364           OSD101T2587-53TS 10.1" 1920x1200 dsi panel.
365
366 config DRM_PANEL_PANASONIC_VVX10F034N00
367         tristate "Panasonic VVX10F034N00 1920x1200 video mode panel"
368         depends on OF
369         depends on DRM_MIPI_DSI
370         depends on BACKLIGHT_CLASS_DEVICE
371         help
372           Say Y here if you want to enable support for Panasonic VVX10F034N00
373           WUXGA (1920x1200) Novatek NT1397-based DSI panel as found in some
374           Xperia Z2 tablets
375
376 config DRM_PANEL_RASPBERRYPI_TOUCHSCREEN
377         tristate "Raspberry Pi 7-inch touchscreen panel"
378         depends on DRM_MIPI_DSI
379         help
380           Say Y here if you want to enable support for the Raspberry
381           Pi 7" Touchscreen.  To compile this driver as a module,
382           choose M here.
383
384 config DRM_PANEL_RAYDIUM_RM67191
385         tristate "Raydium RM67191 FHD 1080x1920 DSI video mode panel"
386         depends on OF
387         depends on DRM_MIPI_DSI
388         depends on BACKLIGHT_CLASS_DEVICE
389         help
390           Say Y here if you want to enable support for Raydium RM67191 FHD
391           (1080x1920) DSI panel.
392
393 config DRM_PANEL_RAYDIUM_RM68200
394         tristate "Raydium RM68200 720x1280 DSI video mode panel"
395         depends on OF
396         depends on DRM_MIPI_DSI
397         depends on BACKLIGHT_CLASS_DEVICE
398         help
399           Say Y here if you want to enable support for Raydium RM68200
400           720x1280 DSI video mode panel.
401
402 config DRM_PANEL_RONBO_RB070D30
403         tristate "Ronbo Electronics RB070D30 panel"
404         depends on OF
405         depends on DRM_MIPI_DSI
406         depends on BACKLIGHT_CLASS_DEVICE
407         help
408           Say Y here if you want to enable support for Ronbo Electronics
409           RB070D30 1024x600 DSI panel.
410
411 config DRM_PANEL_SAMSUNG_ATNA33XC20
412         tristate "Samsung ATNA33XC20 eDP panel"
413         depends on OF
414         depends on BACKLIGHT_CLASS_DEVICE
415         depends on PM
416         select DRM_DP_AUX_BUS
417         help
418           DRM panel driver for the Samsung ATNA33XC20 panel. This panel can't
419           be handled by the DRM_PANEL_SIMPLE driver because its power
420           sequencing is non-standard.
421
422 config DRM_PANEL_SAMSUNG_DB7430
423         tristate "Samsung DB7430-based DPI panels"
424         depends on OF && SPI && GPIOLIB
425         depends on BACKLIGHT_CLASS_DEVICE
426         select DRM_MIPI_DBI
427         help
428           Say Y here if you want to enable support for the Samsung
429           DB7430 DPI display controller used in such devices as the
430           LMS397KF04 480x800 DPI panel.
431
432 config DRM_PANEL_SAMSUNG_S6D16D0
433         tristate "Samsung S6D16D0 DSI video mode panel"
434         depends on OF
435         depends on DRM_MIPI_DSI
436         select VIDEOMODE_HELPERS
437
438 config DRM_PANEL_SAMSUNG_S6D27A1
439         tristate "Samsung S6D27A1 DPI panel driver"
440         depends on OF && SPI && GPIOLIB
441         select DRM_MIPI_DBI
442         help
443           Say Y here if you want to enable support for the Samsung
444           S6D27A1 DPI 480x800 panel.
445
446           This panel can be found in Samsung Galaxy Ace 2
447           GT-I8160 mobile phone.
448
449 config DRM_PANEL_SAMSUNG_S6E3HA2
450         tristate "Samsung S6E3HA2 DSI video mode panel"
451         depends on OF
452         depends on DRM_MIPI_DSI
453         depends on BACKLIGHT_CLASS_DEVICE
454         select VIDEOMODE_HELPERS
455
456 config DRM_PANEL_SAMSUNG_S6E63J0X03
457         tristate "Samsung S6E63J0X03 DSI command mode panel"
458         depends on OF
459         depends on DRM_MIPI_DSI
460         depends on BACKLIGHT_CLASS_DEVICE
461         select VIDEOMODE_HELPERS
462
463 config DRM_PANEL_SAMSUNG_S6E63M0
464         tristate "Samsung S6E63M0 RGB panel"
465         depends on OF
466         depends on BACKLIGHT_CLASS_DEVICE
467         help
468           Say Y here if you want to enable support for Samsung S6E63M0
469           AMOLED LCD panel. This panel can be accessed using SPI or
470           DSI.
471
472 config DRM_PANEL_SAMSUNG_S6E63M0_SPI
473         tristate "Samsung S6E63M0 RGB SPI interface"
474         depends on SPI
475         depends on DRM_PANEL_SAMSUNG_S6E63M0
476         default DRM_PANEL_SAMSUNG_S6E63M0
477         select DRM_MIPI_DBI
478         help
479           Say Y here if you want to be able to access the Samsung
480           S6E63M0 panel using SPI.
481
482 config DRM_PANEL_SAMSUNG_S6E63M0_DSI
483         tristate "Samsung S6E63M0 RGB DSI interface"
484         depends on DRM_MIPI_DSI
485         depends on DRM_PANEL_SAMSUNG_S6E63M0
486         help
487           Say Y here if you want to be able to access the Samsung
488           S6E63M0 panel using DSI.
489
490 config DRM_PANEL_SAMSUNG_S6E88A0_AMS452EF01
491         tristate "Samsung AMS452EF01 panel with S6E88A0 DSI video mode controller"
492         depends on OF
493         select DRM_MIPI_DSI
494         select VIDEOMODE_HELPERS
495
496 config DRM_PANEL_SAMSUNG_S6E8AA0
497         tristate "Samsung S6E8AA0 DSI video mode panel"
498         depends on OF
499         select DRM_MIPI_DSI
500         select VIDEOMODE_HELPERS
501
502 config DRM_PANEL_SAMSUNG_SOFEF00
503         tristate "Samsung sofef00/s6e3fc2x01 OnePlus 6/6T DSI cmd mode panels"
504         depends on OF
505         depends on DRM_MIPI_DSI
506         depends on BACKLIGHT_CLASS_DEVICE
507         select VIDEOMODE_HELPERS
508         help
509           Say Y or M here if you want to enable support for the Samsung AMOLED
510           command mode panels found in the OnePlus 6/6T smartphones.
511
512           The panels are 2280x1080@60Hz and 2340x1080@60Hz respectively
513
514 config DRM_PANEL_SEIKO_43WVF1G
515         tristate "Seiko 43WVF1G panel"
516         depends on OF
517         depends on BACKLIGHT_CLASS_DEVICE
518         select VIDEOMODE_HELPERS
519         help
520           Say Y here if you want to enable support for the Seiko
521           43WVF1G controller for 800x480 LCD panels
522
523 config DRM_PANEL_SHARP_LQ101R1SX01
524         tristate "Sharp LQ101R1SX01 panel"
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 Sharp LQ101R1SX01
530           TFT-LCD modules. The panel has a 2560x1600 resolution and uses
531           24 bit RGB per pixel. It provides a dual MIPI DSI interface to
532           the host and has a built-in LED backlight.
533
534           To compile this driver as a module, choose M here: the module
535           will be called panel-sharp-lq101r1sx01.
536
537 config DRM_PANEL_SHARP_LS037V7DW01
538         tristate "Sharp LS037V7DW01 VGA LCD panel"
539         depends on GPIOLIB && OF && REGULATOR
540         help
541           Say Y here if you want to enable support for Sharp LS037V7DW01 VGA
542           (480x640) LCD panel (found on the TI SDP3430 board).
543
544 config DRM_PANEL_SHARP_LS043T1LE01
545         tristate "Sharp LS043T1LE01 qHD video mode panel"
546         depends on OF
547         depends on DRM_MIPI_DSI
548         depends on BACKLIGHT_CLASS_DEVICE
549         help
550           Say Y here if you want to enable support for Sharp LS043T1LE01 qHD
551           (540x960) DSI panel as found on the Qualcomm APQ8074 Dragonboard
552
553 config DRM_PANEL_SHARP_LS060T1SX01
554         tristate "Sharp LS060T1SX01 FullHD video mode panel"
555         depends on OF
556         depends on DRM_MIPI_DSI
557         depends on BACKLIGHT_CLASS_DEVICE
558         help
559           Say Y here if you want to enable support for Sharp LS060T1SX01 6.0"
560           FullHD (1080x1920) DSI panel as found in Dragonboard Display Adapter
561           Bundle.
562
563 config DRM_PANEL_SITRONIX_ST7701
564         tristate "Sitronix ST7701 panel driver"
565         depends on OF
566         depends on DRM_MIPI_DSI
567         depends on BACKLIGHT_CLASS_DEVICE
568         help
569           Say Y here if you want to enable support for the Sitronix
570           ST7701 controller for 480X864 LCD panels with MIPI/RGB/SPI
571           system interfaces.
572
573 config DRM_PANEL_SITRONIX_ST7703
574         tristate "Sitronix ST7703 based MIPI touchscreen panels"
575         depends on OF
576         depends on DRM_MIPI_DSI
577         depends on BACKLIGHT_CLASS_DEVICE
578         help
579           Say Y here if you want to enable support for Sitronix ST7703 based
580           panels, souch as Rocktech JH057N00900 MIPI DSI panel as e.g. used in
581           the Librem 5 devkit. It has a resolution of 720x1440 pixels, a built
582           in backlight and touch controller.
583           Touch input support is provided by the goodix driver and needs to be
584           selected separately.
585
586 config DRM_PANEL_SITRONIX_ST7789V
587         tristate "Sitronix ST7789V panel"
588         depends on OF && SPI
589         depends on BACKLIGHT_CLASS_DEVICE
590         help
591           Say Y here if you want to enable support for the Sitronix
592           ST7789V controller for 240x320 LCD panels
593
594 config DRM_PANEL_SONY_ACX424AKP
595         tristate "Sony ACX424AKP DSI command mode panel"
596         depends on OF
597         depends on DRM_MIPI_DSI
598         depends on BACKLIGHT_CLASS_DEVICE
599         select VIDEOMODE_HELPERS
600         help
601           Say Y here if you want to enable the Sony ACX424 display
602           panel. This panel supports DSI in both command and video
603           mode.
604
605 config DRM_PANEL_SONY_ACX565AKM
606         tristate "Sony ACX565AKM panel"
607         depends on GPIOLIB && OF && SPI
608         depends on BACKLIGHT_CLASS_DEVICE
609         help
610           Say Y here if you want to enable support for the Sony ACX565AKM
611           800x600 3.5" panel (found on the Nokia N900).
612
613 config DRM_PANEL_TDO_TL070WSH30
614         tristate "TDO TL070WSH30 DSI panel"
615         depends on OF
616         depends on DRM_MIPI_DSI
617         depends on BACKLIGHT_CLASS_DEVICE
618         help
619           Say Y here if you want to enable support for TDO TL070WSH30 TFT-LCD
620           panel module. The panel has a 1024×600 resolution and uses
621           24 bit RGB per pixel. It provides a MIPI DSI interface to
622           the host, a built-in LED backlight and touch controller.
623
624 config DRM_PANEL_TPO_TD028TTEC1
625         tristate "Toppoly (TPO) TD028TTEC1 panel driver"
626         depends on OF && SPI
627         depends on BACKLIGHT_CLASS_DEVICE
628         help
629           Say Y here if you want to enable support for TPO TD028TTEC1 480x640
630           2.8" panel (found on the OpenMoko Neo FreeRunner and Neo 1973).
631
632 config DRM_PANEL_TPO_TD043MTEA1
633         tristate "Toppoly (TPO) TD043MTEA1 panel driver"
634         depends on GPIOLIB && OF && REGULATOR && SPI
635         help
636           Say Y here if you want to enable support for TPO TD043MTEA1 800x480
637           4.3" panel (found on the OMAP3 Pandora board).
638
639 config DRM_PANEL_TPO_TPG110
640         tristate "TPO TPG 800x400 panel"
641         depends on OF && SPI && GPIOLIB
642         depends on BACKLIGHT_CLASS_DEVICE
643         help
644           Say Y here if you want to enable support for TPO TPG110
645           400CH LTPS TFT LCD Single Chip Digital Driver for up to
646           800x400 LCD panels.
647
648 config DRM_PANEL_TRULY_NT35597_WQXGA
649         tristate "Truly WQXGA"
650         depends on OF
651         depends on DRM_MIPI_DSI
652         help
653           Say Y here if you want to enable support for Truly NT35597 WQXGA Dual DSI
654           Video Mode panel
655
656 config DRM_PANEL_VISIONOX_RM69299
657         tristate "Visionox RM69299"
658         depends on OF
659         depends on DRM_MIPI_DSI
660         help
661           Say Y here if you want to enable support for Visionox
662           RM69299  DSI Video Mode panel.
663
664 config DRM_PANEL_WIDECHIPS_WS2401
665         tristate "Widechips WS2401 DPI panel driver"
666         depends on SPI && GPIOLIB
667         depends on BACKLIGHT_CLASS_DEVICE
668         select DRM_MIPI_DBI
669         help
670           Say Y here if you want to enable support for the Widechips WS2401 DPI
671           480x800 display controller used in panels such as Samsung LMS380KF01.
672           This display is used in the Samsung Galaxy Ace 2 GT-I8160 (Codina).
673
674 config DRM_PANEL_XINPENG_XPP055C272
675         tristate "Xinpeng XPP055C272 panel driver"
676         depends on OF
677         depends on DRM_MIPI_DSI
678         depends on BACKLIGHT_CLASS_DEVICE
679         help
680           Say Y here if you want to enable support for the Xinpeng
681           XPP055C272 controller for 720x1280 LCD panels with MIPI/RGB/SPI
682           system interfaces.
683 endmenu