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