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_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
51config 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
60config DRM_PANEL_LVDS
61 tristate "Generic LVDS panel driver"
62 depends on OF
63 depends on BACKLIGHT_CLASS_DEVICE
64 select VIDEOMODE_HELPERS
65 help
66 This driver supports LVDS panels that don't require device-specific
67 handling of power supplies or control signals. It implements automatic
68 backlight handling if the panel is attached to a backlight controller.
69
70config DRM_PANEL_SIMPLE
71 tristate "support for simple panels"
72 depends on OF
73 depends on BACKLIGHT_CLASS_DEVICE
74 select VIDEOMODE_HELPERS
75 help
76 DRM panel driver for dumb panels that need at most a regulator and
77 a GPIO to be powered up. Optionally a backlight can be attached so
78 that it can be automatically turned off when the panel goes into a
79 low power state.
80
81config DRM_PANEL_ELIDA_KD35T133
82 tristate "Elida KD35T133 panel driver"
83 depends on OF
84 depends on DRM_MIPI_DSI
85 depends on BACKLIGHT_CLASS_DEVICE
86 help
87 Say Y here if you want to enable support for the Elida
88 KD35T133 controller for 320x480 LCD panels with MIPI-DSI
89 system interfaces.
90
91config DRM_PANEL_FEIXIN_K101_IM2BA02
92 tristate "Feixin K101 IM2BA02 panel"
93 depends on OF
94 depends on DRM_MIPI_DSI
95 depends on BACKLIGHT_CLASS_DEVICE
96 help
97 Say Y here if you want to enable support for the Feixin K101 IM2BA02
98 4-lane 800x1280 MIPI DSI panel.
99
100config DRM_PANEL_FEIYANG_FY07024DI26A30D
101 tristate "Feiyang FY07024DI26A30-D MIPI-DSI LCD panel"
102 depends on OF
103 depends on DRM_MIPI_DSI
104 depends on BACKLIGHT_CLASS_DEVICE
105 help
106 Say Y if you want to enable support for panels based on the
107 Feiyang FY07024DI26A30-D MIPI-DSI interface.
108
109config DRM_PANEL_ILITEK_IL9322
110 tristate "Ilitek ILI9322 320x240 QVGA panels"
111 depends on OF && SPI
112 select REGMAP
113 help
114 Say Y here if you want to enable support for Ilitek IL9322
115 QVGA (320x240) RGB, YUV and ITU-T BT.656 panels.
116
117config DRM_PANEL_ILITEK_ILI9881C
118 tristate "Ilitek ILI9881C-based panels"
119 depends on OF
120 depends on DRM_MIPI_DSI
121 depends on BACKLIGHT_CLASS_DEVICE
122 help
123 Say Y if you want to enable support for panels based on the
124 Ilitek ILI9881c controller.
125
126config DRM_PANEL_INNOLUX_P079ZCA
127 tristate "Innolux P079ZCA panel"
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 Innolux P079ZCA
133 TFT-LCD modules. The panel has a 1024x768 resolution and uses
134 24 bit RGB per pixel. It provides a MIPI DSI interface to
135 the host and has a built-in LED backlight.
136
137config DRM_PANEL_JDI_LT070ME05000
138 tristate "JDI LT070ME05000 WUXGA DSI panel"
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 JDI DSI video mode
144 panel as found in Google Nexus 7 (2013) devices.
145 The panel has a 1200(RGB)×1920 (WUXGA) resolution and uses
146 24 bit per pixel.
147
148config DRM_PANEL_KINGDISPLAY_KD097D04
149 tristate "Kingdisplay kd097d04 panel"
150 depends on OF
151 depends on DRM_MIPI_DSI
152 depends on BACKLIGHT_CLASS_DEVICE
153 help
154 Say Y here if you want to enable support for Kingdisplay kd097d04
155 TFT-LCD modules. The panel has a 1536x2048 resolution and uses
156 24 bit RGB per pixel. It provides a MIPI DSI interface to
157 the host and has a built-in LED backlight.
158
159config DRM_PANEL_LEADTEK_LTK050H3146W
160 tristate "Leadtek LTK050H3146W panel"
161 depends on OF
162 depends on DRM_MIPI_DSI
163 depends on BACKLIGHT_CLASS_DEVICE
164 help
165 Say Y here if you want to enable support for Leadtek LTK050H3146W
166 TFT-LCD modules. The panel has a 720x1280 resolution and uses
167 24 bit RGB per pixel. It provides a MIPI DSI interface to
168 the host and has a built-in LED backlight.
169
170config DRM_PANEL_LEADTEK_LTK500HD1829
171 tristate "Leadtek LTK500HD1829 panel"
172 depends on OF
173 depends on DRM_MIPI_DSI
174 depends on BACKLIGHT_CLASS_DEVICE
175 help
176 Say Y here if you want to enable support for Kingdisplay kd097d04
177 TFT-LCD modules. The panel has a 1536x2048 resolution and uses
178 24 bit RGB per pixel. It provides a MIPI DSI interface to
179 the host and has a built-in LED backlight.
180
181config DRM_PANEL_SAMSUNG_LD9040
182 tristate "Samsung LD9040 RGB/SPI panel"
183 depends on OF && SPI
184 select VIDEOMODE_HELPERS
185
186config DRM_PANEL_LG_LB035Q02
187 tristate "LG LB035Q024573 RGB panel"
188 depends on GPIOLIB && OF && SPI
189 help
190 Say Y here if you want to enable support for the LB035Q02 RGB panel
191 (found on the Gumstix Overo Palo35 board). To compile this driver as
192 a module, choose M here.
193
194config DRM_PANEL_LG_LG4573
195 tristate "LG4573 RGB/SPI panel"
196 depends on OF && SPI
197 select VIDEOMODE_HELPERS
198 help
199 Say Y here if you want to enable support for LG4573 RGB panel.
200 To compile this driver as a module, choose M here.
201
202config DRM_PANEL_NEC_NL8048HL11
203 tristate "NEC NL8048HL11 RGB panel"
204 depends on GPIOLIB && OF && SPI
205 help
206 Say Y here if you want to enable support for the NEC NL8048HL11 RGB
207 panel (found on the Zoom2/3/3630 SDP boards). To compile this driver
208 as a module, choose M here.
209
210config DRM_PANEL_NOVATEK_NT35510
211 tristate "Novatek NT35510 RGB panel driver"
212 depends on OF
213 depends on DRM_MIPI_DSI
214 depends on BACKLIGHT_CLASS_DEVICE
215 help
216 Say Y here if you want to enable support for the panels built
217 around the Novatek NT35510 display controller, such as some
218 Hydis panels.
219
220config DRM_PANEL_NOVATEK_NT36672A
221 tristate "Novatek NT36672A DSI panel"
222 depends on OF
223 depends on DRM_MIPI_DSI
224 depends on BACKLIGHT_CLASS_DEVICE
225 help
226 Say Y here if you want to enable support for the panels built
227 around the Novatek NT36672A display controller, such as some
228 Tianma panels used in a few Xiaomi Poco F1 mobile phones.
229
230config DRM_PANEL_NOVATEK_NT39016
231 tristate "Novatek NT39016 RGB/SPI panel"
232 depends on OF && SPI
233 depends on BACKLIGHT_CLASS_DEVICE
234 select REGMAP_SPI
235 help
236 Say Y here if you want to enable support for the panels built
237 around the Novatek NT39016 display controller.
238
239config DRM_PANEL_MANTIX_MLAF057WE51
240 tristate "Mantix MLAF057WE51-X MIPI-DSI LCD panel"
241 depends on OF
242 depends on DRM_MIPI_DSI
243 depends on BACKLIGHT_CLASS_DEVICE
244 help
245 Say Y here if you want to enable support for the Mantix
246 MLAF057WE51-X MIPI DSI panel as e.g. used in the Librem 5. It
247 has a resolution of 720x1440 pixels, a built in backlight and touch
248 controller.
249
250config DRM_PANEL_OLIMEX_LCD_OLINUXINO
251 tristate "Olimex LCD-OLinuXino panel"
252 depends on OF
253 depends on I2C
254 depends on BACKLIGHT_CLASS_DEVICE
255 help
256 The panel is used with different sizes LCDs, from 480x272 to
257 1280x800, and 24 bit per pixel.
258
259 Say Y here if you want to enable support for Olimex Ltd.
260 LCD-OLinuXino panel.
261
262config DRM_PANEL_ORISETECH_OTM8009A
263 tristate "Orise Technology otm8009a 480x800 dsi 2dl panel"
264 depends on OF
265 depends on DRM_MIPI_DSI
266 depends on BACKLIGHT_CLASS_DEVICE
267 help
268 Say Y here if you want to enable support for Orise Technology
269 otm8009a 480x800 dsi 2dl panel.
270
271config DRM_PANEL_OSD_OSD101T2587_53TS
272 tristate "OSD OSD101T2587-53TS DSI 1920x1200 video mode panel"
273 depends on OF
274 depends on DRM_MIPI_DSI
275 depends on BACKLIGHT_CLASS_DEVICE
276 help
277 Say Y here if you want to enable support for One Stop Displays
278 OSD101T2587-53TS 10.1" 1920x1200 dsi panel.
279
280config DRM_PANEL_PANASONIC_VVX10F034N00
281 tristate "Panasonic VVX10F034N00 1920x1200 video mode panel"
282 depends on OF
283 depends on DRM_MIPI_DSI
284 depends on BACKLIGHT_CLASS_DEVICE
285 help
286 Say Y here if you want to enable support for Panasonic VVX10F034N00
287 WUXGA (1920x1200) Novatek NT1397-based DSI panel as found in some
288 Xperia Z2 tablets
289
290config DRM_PANEL_RASPBERRYPI_TOUCHSCREEN
291 tristate "Raspberry Pi 7-inch touchscreen panel"
292 depends on DRM_MIPI_DSI
293 help
294 Say Y here if you want to enable support for the Raspberry
295 Pi 7" Touchscreen. To compile this driver as a module,
296 choose M here.
297
298config DRM_PANEL_RAYDIUM_RM67191
299 tristate "Raydium RM67191 FHD 1080x1920 DSI video mode panel"
300 depends on OF
301 depends on DRM_MIPI_DSI
302 depends on BACKLIGHT_CLASS_DEVICE
303 help
304 Say Y here if you want to enable support for Raydium RM67191 FHD
305 (1080x1920) DSI panel.
306
307config DRM_PANEL_RAYDIUM_RM68200
308 tristate "Raydium RM68200 720x1280 DSI video mode panel"
309 depends on OF
310 depends on DRM_MIPI_DSI
311 depends on BACKLIGHT_CLASS_DEVICE
312 help
313 Say Y here if you want to enable support for Raydium RM68200
314 720x1280 DSI video mode panel.
315
316config DRM_PANEL_RONBO_RB070D30
317 tristate "Ronbo Electronics RB070D30 panel"
318 depends on OF
319 depends on DRM_MIPI_DSI
320 depends on BACKLIGHT_CLASS_DEVICE
321 help
322 Say Y here if you want to enable support for Ronbo Electronics
323 RB070D30 1024x600 DSI panel.
324
325config DRM_PANEL_SAMSUNG_S6D16D0
326 tristate "Samsung S6D16D0 DSI video mode panel"
327 depends on OF
328 depends on DRM_MIPI_DSI
329 select VIDEOMODE_HELPERS
330
331config DRM_PANEL_SAMSUNG_S6E3HA2
332 tristate "Samsung S6E3HA2 DSI video mode panel"
333 depends on OF
334 depends on DRM_MIPI_DSI
335 depends on BACKLIGHT_CLASS_DEVICE
336 select VIDEOMODE_HELPERS
337
338config DRM_PANEL_SAMSUNG_S6E63J0X03
339 tristate "Samsung S6E63J0X03 DSI command mode panel"
340 depends on OF
341 depends on DRM_MIPI_DSI
342 depends on BACKLIGHT_CLASS_DEVICE
343 select VIDEOMODE_HELPERS
344
345config DRM_PANEL_SAMSUNG_S6E63M0
346 tristate "Samsung S6E63M0 RGB panel"
347 depends on OF
348 depends on BACKLIGHT_CLASS_DEVICE
349 help
350 Say Y here if you want to enable support for Samsung S6E63M0
351 AMOLED LCD panel. This panel can be accessed using SPI or
352 DSI.
353
354config DRM_PANEL_SAMSUNG_S6E63M0_SPI
355 tristate "Samsung S6E63M0 RGB SPI interface"
356 depends on SPI
357 depends on DRM_PANEL_SAMSUNG_S6E63M0
358 default DRM_PANEL_SAMSUNG_S6E63M0
359 help
360 Say Y here if you want to be able to access the Samsung
361 S6E63M0 panel using SPI.
362
363config DRM_PANEL_SAMSUNG_S6E63M0_DSI
364 tristate "Samsung S6E63M0 RGB DSI interface"
365 depends on DRM_MIPI_DSI
366 depends on DRM_PANEL_SAMSUNG_S6E63M0
367 help
368 Say Y here if you want to be able to access the Samsung
369 S6E63M0 panel using DSI.
370
371config DRM_PANEL_SAMSUNG_S6E88A0_AMS452EF01
372 tristate "Samsung AMS452EF01 panel with S6E88A0 DSI video mode controller"
373 depends on OF
374 select DRM_MIPI_DSI
375 select VIDEOMODE_HELPERS
376
377config DRM_PANEL_SAMSUNG_S6E8AA0
378 tristate "Samsung S6E8AA0 DSI video mode panel"
379 depends on OF
380 select DRM_MIPI_DSI
381 select VIDEOMODE_HELPERS
382
383config DRM_PANEL_SAMSUNG_SOFEF00
384 tristate "Samsung sofef00/s6e3fc2x01 OnePlus 6/6T DSI cmd mode panels"
385 depends on OF
386 depends on DRM_MIPI_DSI
387 depends on BACKLIGHT_CLASS_DEVICE
388 select VIDEOMODE_HELPERS
389 help
390 Say Y or M here if you want to enable support for the Samsung AMOLED
391 command mode panels found in the OnePlus 6/6T smartphones.
392
393 The panels are 2280x1080@60Hz and 2340x1080@60Hz respectively
394
395config DRM_PANEL_SEIKO_43WVF1G
396 tristate "Seiko 43WVF1G panel"
397 depends on OF
398 depends on BACKLIGHT_CLASS_DEVICE
399 select VIDEOMODE_HELPERS
400 help
401 Say Y here if you want to enable support for the Seiko
402 43WVF1G controller for 800x480 LCD panels
403
404config DRM_PANEL_SHARP_LQ101R1SX01
405 tristate "Sharp LQ101R1SX01 panel"
406 depends on OF
407 depends on DRM_MIPI_DSI
408 depends on BACKLIGHT_CLASS_DEVICE
409 help
410 Say Y here if you want to enable support for Sharp LQ101R1SX01
411 TFT-LCD modules. The panel has a 2560x1600 resolution and uses
412 24 bit RGB per pixel. It provides a dual MIPI DSI interface to
413 the host and has a built-in LED backlight.
414
415 To compile this driver as a module, choose M here: the module
416 will be called panel-sharp-lq101r1sx01.
417
418config DRM_PANEL_SHARP_LS037V7DW01
419 tristate "Sharp LS037V7DW01 VGA LCD panel"
420 depends on GPIOLIB && OF && REGULATOR
421 help
422 Say Y here if you want to enable support for Sharp LS037V7DW01 VGA
423 (480x640) LCD panel (found on the TI SDP3430 board).
424
425config DRM_PANEL_SHARP_LS043T1LE01
426 tristate "Sharp LS043T1LE01 qHD video mode panel"
427 depends on OF
428 depends on DRM_MIPI_DSI
429 depends on BACKLIGHT_CLASS_DEVICE
430 help
431 Say Y here if you want to enable support for Sharp LS043T1LE01 qHD
432 (540x960) DSI panel as found on the Qualcomm APQ8074 Dragonboard
433
434config DRM_PANEL_SITRONIX_ST7701
435 tristate "Sitronix ST7701 panel driver"
436 depends on OF
437 depends on DRM_MIPI_DSI
438 depends on BACKLIGHT_CLASS_DEVICE
439 help
440 Say Y here if you want to enable support for the Sitronix
441 ST7701 controller for 480X864 LCD panels with MIPI/RGB/SPI
442 system interfaces.
443
444config DRM_PANEL_SITRONIX_ST7703
445 tristate "Sitronix ST7703 based MIPI touchscreen panels"
446 depends on OF
447 depends on DRM_MIPI_DSI
448 depends on BACKLIGHT_CLASS_DEVICE
449 help
450 Say Y here if you want to enable support for Sitronix ST7703 based
451 panels, souch as Rocktech JH057N00900 MIPI DSI panel as e.g. used in
452 the Librem 5 devkit. It has a resolution of 720x1440 pixels, a built
453 in backlight and touch controller.
454 Touch input support is provided by the goodix driver and needs to be
455 selected separately.
456
457config DRM_PANEL_SITRONIX_ST7789V
458 tristate "Sitronix ST7789V panel"
459 depends on OF && SPI
460 depends on BACKLIGHT_CLASS_DEVICE
461 help
462 Say Y here if you want to enable support for the Sitronix
463 ST7789V controller for 240x320 LCD panels
464
465config DRM_PANEL_SONY_ACX424AKP
466 tristate "Sony ACX424AKP DSI command mode panel"
467 depends on OF
468 depends on DRM_MIPI_DSI
469 depends on BACKLIGHT_CLASS_DEVICE
470 select VIDEOMODE_HELPERS
471 help
472 Say Y here if you want to enable the Sony ACX424 display
473 panel. This panel supports DSI in both command and video
474 mode.
475
476config DRM_PANEL_SONY_ACX565AKM
477 tristate "Sony ACX565AKM panel"
478 depends on GPIOLIB && OF && SPI
479 depends on BACKLIGHT_CLASS_DEVICE
480 help
481 Say Y here if you want to enable support for the Sony ACX565AKM
482 800x600 3.5" panel (found on the Nokia N900).
483
484config DRM_PANEL_TDO_TL070WSH30
485 tristate "TDO TL070WSH30 DSI panel"
486 depends on OF
487 depends on DRM_MIPI_DSI
488 depends on BACKLIGHT_CLASS_DEVICE
489 help
490 Say Y here if you want to enable support for TDO TL070WSH30 TFT-LCD
491 panel module. The panel has a 1024×600 resolution and uses
492 24 bit RGB per pixel. It provides a MIPI DSI interface to
493 the host, a built-in LED backlight and touch controller.
494
495config DRM_PANEL_TPO_TD028TTEC1
496 tristate "Toppoly (TPO) TD028TTEC1 panel driver"
497 depends on OF && SPI
498 depends on BACKLIGHT_CLASS_DEVICE
499 help
500 Say Y here if you want to enable support for TPO TD028TTEC1 480x640
501 2.8" panel (found on the OpenMoko Neo FreeRunner and Neo 1973).
502
503config DRM_PANEL_TPO_TD043MTEA1
504 tristate "Toppoly (TPO) TD043MTEA1 panel driver"
505 depends on GPIOLIB && OF && REGULATOR && SPI
506 help
507 Say Y here if you want to enable support for TPO TD043MTEA1 800x480
508 4.3" panel (found on the OMAP3 Pandora board).
509
510config DRM_PANEL_TPO_TPG110
511 tristate "TPO TPG 800x400 panel"
512 depends on OF && SPI && GPIOLIB
513 depends on BACKLIGHT_CLASS_DEVICE
514 help
515 Say Y here if you want to enable support for TPO TPG110
516 400CH LTPS TFT LCD Single Chip Digital Driver for up to
517 800x400 LCD panels.
518
519config DRM_PANEL_TRULY_NT35597_WQXGA
520 tristate "Truly WQXGA"
521 depends on OF
522 depends on DRM_MIPI_DSI
523 help
524 Say Y here if you want to enable support for Truly NT35597 WQXGA Dual DSI
525 Video Mode panel
526
527config DRM_PANEL_VISIONOX_RM69299
528 tristate "Visionox RM69299"
529 depends on OF
530 depends on DRM_MIPI_DSI
531 help
532 Say Y here if you want to enable support for Visionox
533 RM69299 DSI Video Mode panel.
534
535config DRM_PANEL_XINPENG_XPP055C272
536 tristate "Xinpeng XPP055C272 panel driver"
537 depends on OF
538 depends on DRM_MIPI_DSI
539 depends on BACKLIGHT_CLASS_DEVICE
540 help
541 Say Y here if you want to enable support for the Xinpeng
542 XPP055C272 controller for 720x1280 LCD panels with MIPI/RGB/SPI
543 system interfaces.
544endmenu