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_S6D27A1 396 tristate "Samsung S6D27A1 DPI panel driver" 397 depends on OF && SPI && GPIOLIB 398 select DRM_MIPI_DBI 399 help 400 Say Y here if you want to enable support for the Samsung 401 S6D27A1 DPI 480x800 panel. 402 403 This panel can be found in Samsung Galaxy Ace 2 404 GT-I8160 mobile phone. 405 406config DRM_PANEL_SAMSUNG_S6E3HA2 407 tristate "Samsung S6E3HA2 DSI video mode panel" 408 depends on OF 409 depends on DRM_MIPI_DSI 410 depends on BACKLIGHT_CLASS_DEVICE 411 select VIDEOMODE_HELPERS 412 413config DRM_PANEL_SAMSUNG_S6E63J0X03 414 tristate "Samsung S6E63J0X03 DSI command mode panel" 415 depends on OF 416 depends on DRM_MIPI_DSI 417 depends on BACKLIGHT_CLASS_DEVICE 418 select VIDEOMODE_HELPERS 419 420config DRM_PANEL_SAMSUNG_S6E63M0 421 tristate "Samsung S6E63M0 RGB panel" 422 depends on OF 423 depends on BACKLIGHT_CLASS_DEVICE 424 help 425 Say Y here if you want to enable support for Samsung S6E63M0 426 AMOLED LCD panel. This panel can be accessed using SPI or 427 DSI. 428 429config DRM_PANEL_SAMSUNG_S6E63M0_SPI 430 tristate "Samsung S6E63M0 RGB SPI interface" 431 depends on SPI 432 depends on DRM_PANEL_SAMSUNG_S6E63M0 433 default DRM_PANEL_SAMSUNG_S6E63M0 434 select DRM_MIPI_DBI 435 help 436 Say Y here if you want to be able to access the Samsung 437 S6E63M0 panel using SPI. 438 439config DRM_PANEL_SAMSUNG_S6E63M0_DSI 440 tristate "Samsung S6E63M0 RGB DSI interface" 441 depends on DRM_MIPI_DSI 442 depends on DRM_PANEL_SAMSUNG_S6E63M0 443 help 444 Say Y here if you want to be able to access the Samsung 445 S6E63M0 panel using DSI. 446 447config DRM_PANEL_SAMSUNG_S6E88A0_AMS452EF01 448 tristate "Samsung AMS452EF01 panel with S6E88A0 DSI video mode controller" 449 depends on OF 450 select DRM_MIPI_DSI 451 select VIDEOMODE_HELPERS 452 453config DRM_PANEL_SAMSUNG_S6E8AA0 454 tristate "Samsung S6E8AA0 DSI video mode panel" 455 depends on OF 456 select DRM_MIPI_DSI 457 select VIDEOMODE_HELPERS 458 459config DRM_PANEL_SAMSUNG_SOFEF00 460 tristate "Samsung sofef00/s6e3fc2x01 OnePlus 6/6T DSI cmd mode panels" 461 depends on OF 462 depends on DRM_MIPI_DSI 463 depends on BACKLIGHT_CLASS_DEVICE 464 select VIDEOMODE_HELPERS 465 help 466 Say Y or M here if you want to enable support for the Samsung AMOLED 467 command mode panels found in the OnePlus 6/6T smartphones. 468 469 The panels are 2280x1080@60Hz and 2340x1080@60Hz respectively 470 471config DRM_PANEL_SEIKO_43WVF1G 472 tristate "Seiko 43WVF1G panel" 473 depends on OF 474 depends on BACKLIGHT_CLASS_DEVICE 475 select VIDEOMODE_HELPERS 476 help 477 Say Y here if you want to enable support for the Seiko 478 43WVF1G controller for 800x480 LCD panels 479 480config DRM_PANEL_SHARP_LQ101R1SX01 481 tristate "Sharp LQ101R1SX01 panel" 482 depends on OF 483 depends on DRM_MIPI_DSI 484 depends on BACKLIGHT_CLASS_DEVICE 485 help 486 Say Y here if you want to enable support for Sharp LQ101R1SX01 487 TFT-LCD modules. The panel has a 2560x1600 resolution and uses 488 24 bit RGB per pixel. It provides a dual MIPI DSI interface to 489 the host and has a built-in LED backlight. 490 491 To compile this driver as a module, choose M here: the module 492 will be called panel-sharp-lq101r1sx01. 493 494config DRM_PANEL_SHARP_LS037V7DW01 495 tristate "Sharp LS037V7DW01 VGA LCD panel" 496 depends on GPIOLIB && OF && REGULATOR 497 help 498 Say Y here if you want to enable support for Sharp LS037V7DW01 VGA 499 (480x640) LCD panel (found on the TI SDP3430 board). 500 501config DRM_PANEL_SHARP_LS043T1LE01 502 tristate "Sharp LS043T1LE01 qHD video mode panel" 503 depends on OF 504 depends on DRM_MIPI_DSI 505 depends on BACKLIGHT_CLASS_DEVICE 506 help 507 Say Y here if you want to enable support for Sharp LS043T1LE01 qHD 508 (540x960) DSI panel as found on the Qualcomm APQ8074 Dragonboard 509 510config DRM_PANEL_SITRONIX_ST7701 511 tristate "Sitronix ST7701 panel driver" 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 the Sitronix 517 ST7701 controller for 480X864 LCD panels with MIPI/RGB/SPI 518 system interfaces. 519 520config DRM_PANEL_SITRONIX_ST7703 521 tristate "Sitronix ST7703 based MIPI touchscreen panels" 522 depends on OF 523 depends on DRM_MIPI_DSI 524 depends on BACKLIGHT_CLASS_DEVICE 525 help 526 Say Y here if you want to enable support for Sitronix ST7703 based 527 panels, souch as Rocktech JH057N00900 MIPI DSI panel as e.g. used in 528 the Librem 5 devkit. It has a resolution of 720x1440 pixels, a built 529 in backlight and touch controller. 530 Touch input support is provided by the goodix driver and needs to be 531 selected separately. 532 533config DRM_PANEL_SITRONIX_ST7789V 534 tristate "Sitronix ST7789V panel" 535 depends on OF && SPI 536 depends on BACKLIGHT_CLASS_DEVICE 537 help 538 Say Y here if you want to enable support for the Sitronix 539 ST7789V controller for 240x320 LCD panels 540 541config DRM_PANEL_SONY_ACX424AKP 542 tristate "Sony ACX424AKP DSI command mode panel" 543 depends on OF 544 depends on DRM_MIPI_DSI 545 depends on BACKLIGHT_CLASS_DEVICE 546 select VIDEOMODE_HELPERS 547 help 548 Say Y here if you want to enable the Sony ACX424 display 549 panel. This panel supports DSI in both command and video 550 mode. 551 552config DRM_PANEL_SONY_ACX565AKM 553 tristate "Sony ACX565AKM panel" 554 depends on GPIOLIB && OF && SPI 555 depends on BACKLIGHT_CLASS_DEVICE 556 help 557 Say Y here if you want to enable support for the Sony ACX565AKM 558 800x600 3.5" panel (found on the Nokia N900). 559 560config DRM_PANEL_TDO_TL070WSH30 561 tristate "TDO TL070WSH30 DSI panel" 562 depends on OF 563 depends on DRM_MIPI_DSI 564 depends on BACKLIGHT_CLASS_DEVICE 565 help 566 Say Y here if you want to enable support for TDO TL070WSH30 TFT-LCD 567 panel module. The panel has a 1024×600 resolution and uses 568 24 bit RGB per pixel. It provides a MIPI DSI interface to 569 the host, a built-in LED backlight and touch controller. 570 571config DRM_PANEL_TPO_TD028TTEC1 572 tristate "Toppoly (TPO) TD028TTEC1 panel driver" 573 depends on OF && SPI 574 depends on BACKLIGHT_CLASS_DEVICE 575 help 576 Say Y here if you want to enable support for TPO TD028TTEC1 480x640 577 2.8" panel (found on the OpenMoko Neo FreeRunner and Neo 1973). 578 579config DRM_PANEL_TPO_TD043MTEA1 580 tristate "Toppoly (TPO) TD043MTEA1 panel driver" 581 depends on GPIOLIB && OF && REGULATOR && SPI 582 help 583 Say Y here if you want to enable support for TPO TD043MTEA1 800x480 584 4.3" panel (found on the OMAP3 Pandora board). 585 586config DRM_PANEL_TPO_TPG110 587 tristate "TPO TPG 800x400 panel" 588 depends on OF && SPI && GPIOLIB 589 depends on BACKLIGHT_CLASS_DEVICE 590 help 591 Say Y here if you want to enable support for TPO TPG110 592 400CH LTPS TFT LCD Single Chip Digital Driver for up to 593 800x400 LCD panels. 594 595config DRM_PANEL_TRULY_NT35597_WQXGA 596 tristate "Truly WQXGA" 597 depends on OF 598 depends on DRM_MIPI_DSI 599 help 600 Say Y here if you want to enable support for Truly NT35597 WQXGA Dual DSI 601 Video Mode panel 602 603config DRM_PANEL_VISIONOX_RM69299 604 tristate "Visionox RM69299" 605 depends on OF 606 depends on DRM_MIPI_DSI 607 help 608 Say Y here if you want to enable support for Visionox 609 RM69299 DSI Video Mode panel. 610 611config DRM_PANEL_WIDECHIPS_WS2401 612 tristate "Widechips WS2401 DPI panel driver" 613 depends on SPI && GPIOLIB 614 depends on BACKLIGHT_CLASS_DEVICE 615 select DRM_MIPI_DBI 616 help 617 Say Y here if you want to enable support for the Widechips WS2401 DPI 618 480x800 display controller used in panels such as Samsung LMS380KF01. 619 This display is used in the Samsung Galaxy Ace 2 GT-I8160 (Codina). 620 621config DRM_PANEL_XINPENG_XPP055C272 622 tristate "Xinpeng XPP055C272 panel driver" 623 depends on OF 624 depends on DRM_MIPI_DSI 625 depends on BACKLIGHT_CLASS_DEVICE 626 help 627 Say Y here if you want to enable support for the Xinpeng 628 XPP055C272 controller for 720x1280 LCD panels with MIPI/RGB/SPI 629 system interfaces. 630endmenu 631