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