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