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