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_AUO_A030JTN01 41 tristate "AUO A030JTN01" 42 depends on SPI 43 select REGMAP_SPI 44 help 45 Say Y here to enable support for the AUO A030JTN01 320x480 3.0" panel 46 as found in the YLM RS-97 handheld gaming console. 47 48config DRM_PANEL_BOE_BF060Y8M_AJ0 49 tristate "Boe BF060Y8M-AJ0 panel" 50 depends on OF 51 depends on DRM_MIPI_DSI 52 depends on BACKLIGHT_CLASS_DEVICE 53 help 54 Say Y here if you want to enable support for Boe BF060Y8M-AJ0 55 5.99" AMOLED modules. The panel has a 1080x2160 resolution and 56 uses 24 bit RGB per pixel. It provides a MIPI DSI interface to 57 the host and backlight is controlled through DSI commands. 58 59config DRM_PANEL_BOE_HIMAX8279D 60 tristate "Boe Himax8279d panel" 61 depends on OF 62 depends on DRM_MIPI_DSI 63 depends on BACKLIGHT_CLASS_DEVICE 64 help 65 Say Y here if you want to enable support for Boe Himax8279d 66 TFT-LCD modules. The panel has a 1200x1920 resolution and uses 67 24 bit RGB per pixel. It provides a MIPI DSI interface to 68 the host and has a built-in LED backlight. 69 70config DRM_PANEL_BOE_TD4320 71 tristate "BOE TD4320 DSI panel" 72 depends on OF 73 depends on DRM_MIPI_DSI 74 depends on BACKLIGHT_CLASS_DEVICE 75 help 76 Say Y here if you want to enable support for BOE TD4320 1080x2340 77 video mode panel found in Xiaomi Redmi Note 7 smartphones. 78 79config DRM_PANEL_BOE_TH101MB31UIG002_28A 80 tristate "Boe TH101MB31UIG002-28A panel" 81 depends on OF 82 depends on DRM_MIPI_DSI 83 depends on BACKLIGHT_CLASS_DEVICE 84 help 85 Say Y here if you want to enable support for Boe 86 TH101MB31UIG002-28A TFT-LCD modules. The panel has a 800x1280 87 resolution and uses 24 bit RGB per pixel. It provides a MIPI DSI 88 interface to the host and has a built-in LED backlight. 89 90config DRM_PANEL_BOE_TV101WUM_NL6 91 tristate "BOE TV101WUM and AUO KD101N80 45NA 1200x1920 panel" 92 depends on OF 93 depends on DRM_MIPI_DSI 94 depends on BACKLIGHT_CLASS_DEVICE 95 help 96 Say Y here if you want to support for BOE TV101WUM and AUO KD101N80 97 45NA WUXGA PANEL DSI Video Mode panel 98 99config DRM_PANEL_BOE_TV101WUM_LL2 100 tristate "BOE TV101WUM LL2 1200x1920 panel" 101 depends on OF 102 depends on DRM_MIPI_DSI 103 depends on BACKLIGHT_CLASS_DEVICE 104 help 105 Say Y here if you want to support for BOE TV101WUM-LL2 106 WUXGA PANEL DSI Video Mode panel 107 108config DRM_PANEL_EBBG_FT8719 109 tristate "EBBG FT8719 panel driver" 110 depends on OF 111 depends on DRM_MIPI_DSI 112 depends on BACKLIGHT_CLASS_DEVICE 113 help 114 Say Y here if you want to enable support for the EBBG FT8719 115 video mode panel. Mainly found on Xiaomi Poco F1 mobile phone. 116 The panel has a resolution of 1080x2246. It provides a MIPI DSI 117 interface to the host. 118 119config DRM_PANEL_ELIDA_KD35T133 120 tristate "Elida KD35T133 panel driver" 121 depends on OF 122 depends on DRM_MIPI_DSI 123 depends on BACKLIGHT_CLASS_DEVICE 124 help 125 Say Y here if you want to enable support for the Elida 126 KD35T133 controller for 320x480 LCD panels with MIPI-DSI 127 system interfaces. 128 129config DRM_PANEL_FEIXIN_K101_IM2BA02 130 tristate "Feixin K101 IM2BA02 panel" 131 depends on OF 132 depends on DRM_MIPI_DSI 133 depends on BACKLIGHT_CLASS_DEVICE 134 help 135 Say Y here if you want to enable support for the Feixin K101 IM2BA02 136 4-lane 800x1280 MIPI DSI panel. 137 138config DRM_PANEL_FEIYANG_FY07024DI26A30D 139 tristate "Feiyang FY07024DI26A30-D MIPI-DSI LCD panel" 140 depends on OF 141 depends on DRM_MIPI_DSI 142 depends on BACKLIGHT_CLASS_DEVICE 143 help 144 Say Y if you want to enable support for panels based on the 145 Feiyang FY07024DI26A30-D MIPI-DSI interface. 146 147config DRM_PANEL_DSI_CM 148 tristate "Generic DSI command mode panels" 149 depends on OF 150 depends on DRM_MIPI_DSI 151 depends on BACKLIGHT_CLASS_DEVICE 152 help 153 DRM panel driver for DSI command mode panels with support for 154 embedded and external backlights. 155 156config DRM_PANEL_LVDS 157 tristate "Generic LVDS panel driver" 158 depends on OF 159 depends on BACKLIGHT_CLASS_DEVICE 160 select VIDEOMODE_HELPERS 161 help 162 This driver supports LVDS panels that don't require device-specific 163 handling of power supplies or control signals. It implements automatic 164 backlight handling if the panel is attached to a backlight controller. 165 166config DRM_PANEL_HIMAX_HX8279 167 tristate "Himax HX8279-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 Himax HX8279 controller, such as the Startek KD070FHFID078 174 7.0" 1200x1920 IPS LCD panel that uses a MIPI-DSI interface 175 and others. 176 177config DRM_PANEL_HIMAX_HX83102 178 tristate "Himax HX83102-based panels" 179 depends on OF 180 depends on DRM_MIPI_DSI 181 depends on BACKLIGHT_CLASS_DEVICE 182 help 183 Say Y if you want to enable support for panels based on the 184 Himax HX83102 controller. 185 186config DRM_PANEL_HIMAX_HX83112A 187 tristate "Himax HX83112A-based DSI panel" 188 depends on OF 189 depends on DRM_MIPI_DSI 190 depends on BACKLIGHT_CLASS_DEVICE 191 select DRM_KMS_HELPER 192 help 193 Say Y here if you want to enable support for Himax HX83112A-based 194 display panels, such as the one found in the Fairphone 4 smartphone. 195 196config DRM_PANEL_HIMAX_HX83112B 197 tristate "Himax HX83112B-based DSI panel" 198 depends on OF 199 depends on DRM_MIPI_DSI 200 depends on BACKLIGHT_CLASS_DEVICE 201 select DRM_KMS_HELPER 202 help 203 Say Y here if you want to enable support for Himax HX83112B-based 204 display panels, such as the one found in the Fairphone 3 smartphone. 205 206config DRM_PANEL_HIMAX_HX8394 207 tristate "HIMAX HX8394 MIPI-DSI LCD panels" 208 depends on OF 209 depends on DRM_MIPI_DSI 210 depends on BACKLIGHT_CLASS_DEVICE 211 help 212 Say Y if you want to enable support for panels based on the 213 Himax HX8394 controller, such as the HannStar HSD060BHW4 214 720x1440 TFT LCD panel that uses a MIPI-DSI interface. 215 216 If M is selected the module will be called panel-himax-hx8394. 217 218config DRM_PANEL_HYDIS_HV101HD1 219 tristate "Hydis HV101HD1 panel" 220 depends on OF 221 depends on DRM_MIPI_DSI 222 depends on BACKLIGHT_CLASS_DEVICE 223 help 224 Say Y here if you want to enable support for the Hydis HV101HD1 225 2-lane 1366x768 MIPI DSI panel found in ASUS VivoTab RT TF600T. 226 HV101HD1 is a color active matrix TFT LCD module using amorphous 227 silicon TFT's (Thin Film Transistors) as an active switching devices. 228 229 If M is selected the module will be called panel-hydis-hv101hd1 230 231config DRM_PANEL_ILITEK_IL9322 232 tristate "Ilitek ILI9322 320x240 QVGA panels" 233 depends on OF && SPI 234 select REGMAP 235 help 236 Say Y here if you want to enable support for Ilitek IL9322 237 QVGA (320x240) RGB, YUV and ITU-T BT.656 panels. 238 239config DRM_PANEL_ILITEK_ILI9341 240 tristate "Ilitek ILI9341 240x320 QVGA panels" 241 depends on SPI 242 select DRM_KMS_HELPER 243 select DRM_GEM_DMA_HELPER 244 depends on BACKLIGHT_CLASS_DEVICE 245 select DRM_MIPI_DBI 246 help 247 Say Y here if you want to enable support for Ilitek IL9341 248 QVGA (240x320) RGB panels. support serial & parallel rgb 249 interface. 250 251config DRM_PANEL_ILITEK_ILI9805 252 tristate "Ilitek ILI9805-based panels" 253 depends on OF 254 depends on DRM_MIPI_DSI 255 depends on BACKLIGHT_CLASS_DEVICE 256 help 257 Say Y if you want to enable support for panels based on the 258 Ilitek ILI9805 controller. 259 260config DRM_PANEL_ILITEK_ILI9806E 261 tristate "Ilitek ILI9806E-based panels" 262 depends on OF 263 depends on DRM_MIPI_DSI 264 depends on BACKLIGHT_CLASS_DEVICE 265 help 266 Say Y if you want to enable support for panels based on the 267 Ilitek ILI9806E controller. 268 269config DRM_PANEL_ILITEK_ILI9881C 270 tristate "Ilitek ILI9881C-based panels" 271 depends on OF 272 depends on DRM_MIPI_DSI 273 depends on BACKLIGHT_CLASS_DEVICE 274 help 275 Say Y if you want to enable support for panels based on the 276 Ilitek ILI9881c controller. 277 278config DRM_PANEL_ILITEK_ILI9882T 279 tristate "Ilitek ILI9882t-based panels" 280 depends on OF 281 depends on DRM_MIPI_DSI 282 depends on BACKLIGHT_CLASS_DEVICE 283 help 284 Say Y if you want to enable support for panels based on the 285 Ilitek ILI9882t controller. 286 287config DRM_PANEL_INNOLUX_EJ030NA 288 tristate "Innolux EJ030NA 320x480 LCD panel" 289 depends on OF && SPI 290 select REGMAP_SPI 291 help 292 Say Y here to enable support for the Innolux/Chimei EJ030NA 293 320x480 3.0" panel as found in the RS97 V2.1, RG300(non-ips) 294 and LDK handheld gaming consoles. 295 296config DRM_PANEL_INNOLUX_P079ZCA 297 tristate "Innolux P079ZCA panel" 298 depends on OF 299 depends on DRM_MIPI_DSI 300 depends on BACKLIGHT_CLASS_DEVICE 301 help 302 Say Y here if you want to enable support for Innolux P079ZCA 303 TFT-LCD modules. The panel has a 1024x768 resolution and uses 304 24 bit RGB per pixel. It provides a MIPI DSI interface to 305 the host and has a built-in LED backlight. 306 307config DRM_PANEL_JADARD_JD9365DA_H3 308 tristate "Jadard JD9365DA-H3 WXGA DSI 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 Jadard JD9365DA-H3 314 WXGA MIPI DSI panel. The panel support TFT dot matrix LCD with 315 800RGBx1280 dots at maximum. 316 317config DRM_PANEL_JDI_LPM102A188A 318 tristate "JDI LPM102A188A DSI panel" 319 depends on OF && GPIOLIB 320 depends on DRM_MIPI_DSI 321 depends on BACKLIGHT_CLASS_DEVICE 322 help 323 Say Y here if you want to enable support for JDI LPM102A188A DSI 324 command mode panel as found in Google Pixel C devices. 325 The panel has a 2560×1800 resolution. It provides a MIPI DSI interface 326 to the host. 327 328config DRM_PANEL_JDI_LT070ME05000 329 tristate "JDI LT070ME05000 WUXGA DSI panel" 330 depends on OF 331 depends on DRM_MIPI_DSI 332 depends on BACKLIGHT_CLASS_DEVICE 333 help 334 Say Y here if you want to enable support for JDI DSI video mode 335 panel as found in Google Nexus 7 (2013) devices. 336 The panel has a 1200(RGB)×1920 (WUXGA) resolution and uses 337 24 bit per pixel. 338 339config DRM_PANEL_JDI_R63452 340 tristate "JDI R63452 Full HD DSI panel" 341 depends on OF 342 depends on DRM_MIPI_DSI 343 depends on BACKLIGHT_CLASS_DEVICE 344 help 345 Say Y here if you want to enable support for the JDI R63452 346 DSI command mode panel as found in Xiaomi Mi 5 Devices. 347 348config DRM_PANEL_KHADAS_TS050 349 tristate "Khadas TS050 panel" 350 depends on OF 351 depends on DRM_MIPI_DSI 352 depends on BACKLIGHT_CLASS_DEVICE 353 help 354 Say Y here if you want to enable support for Khadas TS050 TFT-LCD 355 panel module. The panel has a 1080x1920 resolution and uses 356 24 bit RGB per pixel. It provides a MIPI DSI interface to 357 the host, a built-in LED backlight and touch controller. 358 359config DRM_PANEL_KINGDISPLAY_KD097D04 360 tristate "Kingdisplay kd097d04 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 Kingdisplay kd097d04 366 TFT-LCD modules. The panel has a 1536x2048 resolution and uses 367 24 bit RGB per pixel. It provides a MIPI DSI interface to 368 the host and has a built-in LED backlight. 369 370config DRM_PANEL_LEADTEK_LTK050H3146W 371 tristate "Leadtek LTK050H3146W panel" 372 depends on OF 373 depends on DRM_MIPI_DSI 374 depends on BACKLIGHT_CLASS_DEVICE 375 help 376 Say Y here if you want to enable support for Leadtek LTK050H3146W 377 TFT-LCD modules. The panel has a 720x1280 resolution and uses 378 24 bit RGB per pixel. It provides a MIPI DSI interface to 379 the host and has a built-in LED backlight. 380 381config DRM_PANEL_LEADTEK_LTK500HD1829 382 tristate "Leadtek LTK500HD1829 panel" 383 depends on OF 384 depends on DRM_MIPI_DSI 385 depends on BACKLIGHT_CLASS_DEVICE 386 help 387 Say Y here if you want to enable support for Kingdisplay kd097d04 388 TFT-LCD modules. The panel has a 1536x2048 resolution and uses 389 24 bit RGB per pixel. It provides a MIPI DSI interface to 390 the host and has a built-in LED backlight. 391 392config DRM_PANEL_LINCOLNTECH_LCD197 393 tristate "Lincoln Technologies lcd197 panel" 394 depends on OF 395 depends on DRM_MIPI_DSI 396 depends on BACKLIGHT_CLASS_DEVICE 397 help 398 Say Y here if you want to enable support for lincolntech lcd197 399 TFT-LCD modules. The panel has a 1080x1920 resolution and uses 400 24 bit RGB per pixel. It provides a MIPI DSI interface to 401 the host. 402 403config DRM_PANEL_LG_LB035Q02 404 tristate "LG LB035Q024573 RGB panel" 405 depends on GPIOLIB && OF && SPI 406 help 407 Say Y here if you want to enable support for the LB035Q02 RGB panel 408 (found on the Gumstix Overo Palo35 board). To compile this driver as 409 a module, choose M here. 410 411config DRM_PANEL_LG_LG4573 412 tristate "LG4573 RGB/SPI panel" 413 depends on OF && SPI 414 select VIDEOMODE_HELPERS 415 help 416 Say Y here if you want to enable support for LG4573 RGB panel. 417 To compile this driver as a module, choose M here. 418 419config DRM_PANEL_LG_SW43408 420 tristate "LG SW43408 panel" 421 depends on OF 422 depends on DRM_MIPI_DSI 423 depends on BACKLIGHT_CLASS_DEVICE 424 select DRM_DISPLAY_DSC_HELPER 425 select DRM_DISPLAY_HELPER 426 help 427 Say Y here if you want to enable support for LG sw43408 panel. 428 The panel has a 1080x2160@60Hz resolution and uses 24 bit RGB per 429 pixel. It provides a MIPI DSI interface to the host and has a 430 built-in LED backlight. 431 432config DRM_PANEL_MAGNACHIP_D53E6EA8966 433 tristate "Magnachip D53E6EA8966 DSI panel" 434 depends on OF && SPI 435 depends on DRM_MIPI_DSI 436 depends on BACKLIGHT_CLASS_DEVICE 437 select DRM_MIPI_DBI 438 help 439 DRM panel driver for the Samsung AMS495QA01 panel controlled 440 with the Magnachip D53E6EA8966 panel IC. This panel receives 441 video data via DSI but commands via 9-bit SPI using DBI. 442 443config DRM_PANEL_MANTIX_MLAF057WE51 444 tristate "Mantix MLAF057WE51-X MIPI-DSI LCD panel" 445 depends on OF 446 depends on DRM_MIPI_DSI 447 depends on BACKLIGHT_CLASS_DEVICE 448 help 449 Say Y here if you want to enable support for the Mantix 450 MLAF057WE51-X MIPI DSI panel as e.g. used in the Librem 5. It 451 has a resolution of 720x1440 pixels, a built in backlight and touch 452 controller. 453 454config DRM_PANEL_NEC_NL8048HL11 455 tristate "NEC NL8048HL11 RGB panel" 456 depends on GPIOLIB && OF && SPI 457 help 458 Say Y here if you want to enable support for the NEC NL8048HL11 RGB 459 panel (found on the Zoom2/3/3630 SDP boards). To compile this driver 460 as a module, choose M here. 461 462config DRM_PANEL_NEWVISION_NV3051D 463 tristate "NewVision NV3051D DSI panel" 464 depends on OF 465 depends on DRM_MIPI_DSI 466 depends on BACKLIGHT_CLASS_DEVICE 467 help 468 This driver supports the NV3051D based panel found on the Anbernic 469 RG353P and RG353V. 470 471config DRM_PANEL_NEWVISION_NV3052C 472 tristate "NewVision NV3052C RGB/SPI panel" 473 depends on OF && SPI 474 depends on BACKLIGHT_CLASS_DEVICE 475 select DRM_MIPI_DBI 476 help 477 Say Y here if you want to enable support for the panels built 478 around the NewVision NV3052C display controller. 479 480config DRM_PANEL_NOVATEK_NT35510 481 tristate "Novatek NT35510 RGB panel driver" 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 the panels built 487 around the Novatek NT35510 display controller, such as some 488 Hydis panels. 489 490config DRM_PANEL_NOVATEK_NT35560 491 tristate "Novatek NT35560 DSI command mode panel" 492 depends on OF 493 depends on DRM_MIPI_DSI 494 depends on BACKLIGHT_CLASS_DEVICE 495 select VIDEOMODE_HELPERS 496 help 497 Say Y here if you want to enable the Novatek NT35560 display 498 controller. This panel supports DSI in both command and video 499 mode. This supports several panels such as Sony ACX424AKM and 500 ACX424AKP. 501 502config DRM_PANEL_NOVATEK_NT35950 503 tristate "Novatek NT35950 DSI panel" 504 depends on OF 505 depends on DRM_MIPI_DSI 506 depends on BACKLIGHT_CLASS_DEVICE 507 help 508 Say Y here if you want to enable support for the panels built 509 around the Novatek NT35950 display controller, such as some 510 Sharp panels used in Sony Xperia Z5 Premium and XZ Premium 511 mobile phones. 512 513config DRM_PANEL_NOVATEK_NT36523 514 tristate "Novatek NT36523 panel driver" 515 depends on OF 516 depends on DRM_MIPI_DSI 517 depends on BACKLIGHT_CLASS_DEVICE 518 help 519 Say Y here if you want to enable support for the panels built 520 around the Novatek NT36523 display controller, such as some 521 Boe panels used in Xiaomi Mi Pad 5 and 5 Pro tablets. 522 523config DRM_PANEL_NOVATEK_NT36672A 524 tristate "Novatek NT36672A DSI panel" 525 depends on OF 526 depends on DRM_MIPI_DSI 527 depends on BACKLIGHT_CLASS_DEVICE 528 help 529 Say Y here if you want to enable support for the panels built 530 around the Novatek NT36672A display controller, such as some 531 Tianma panels used in a few Xiaomi Poco F1 mobile phones. 532 533config DRM_PANEL_NOVATEK_NT36672E 534 tristate "Novatek NT36672E DSI panel" 535 depends on OF 536 depends on DRM_MIPI_DSI 537 depends on BACKLIGHT_CLASS_DEVICE 538 help 539 Say Y here if you want to enable support for Novatek NT36672E DSI Video Mode 540 LCD panel module. The panel has a resolution of 1080x2408 and uses 24 bit 541 RGB per pixel. 542 543config DRM_PANEL_NOVATEK_NT37801 544 tristate "Novatek NT37801/NT37810 AMOLED DSI panel" 545 depends on OF 546 depends on DRM_MIPI_DSI 547 depends on BACKLIGHT_CLASS_DEVICE 548 select DRM_DISPLAY_DSC_HELPER 549 select DRM_DISPLAY_HELPER 550 help 551 Say Y here if you want to enable support for Novatek NT37801 (or 552 NT37810) AMOLED DSI Video Mode LCD panel module with 1440x3200 553 resolution. 554 555config DRM_PANEL_NOVATEK_NT39016 556 tristate "Novatek NT39016 RGB/SPI panel" 557 depends on OF && SPI 558 depends on BACKLIGHT_CLASS_DEVICE 559 select REGMAP_SPI 560 help 561 Say Y here if you want to enable support for the panels built 562 around the Novatek NT39016 display controller. 563 564config DRM_PANEL_OLIMEX_LCD_OLINUXINO 565 tristate "Olimex LCD-OLinuXino panel" 566 depends on OF 567 depends on I2C 568 depends on BACKLIGHT_CLASS_DEVICE 569 select CRC32 570 help 571 The panel is used with different sizes LCDs, from 480x272 to 572 1280x800, and 24 bit per pixel. 573 574 Say Y here if you want to enable support for Olimex Ltd. 575 LCD-OLinuXino panel. 576 577config DRM_PANEL_ORISETECH_OTA5601A 578 tristate "Orise Technology ota5601a RGB/SPI panel" 579 depends on SPI 580 depends on BACKLIGHT_CLASS_DEVICE 581 select REGMAP_SPI 582 help 583 Say Y here if you want to enable support for the panels built 584 around the Orise Technology OTA9601A display controller. 585 586config DRM_PANEL_ORISETECH_OTM8009A 587 tristate "Orise Technology otm8009a 480x800 dsi 2dl panel" 588 depends on OF 589 depends on DRM_MIPI_DSI 590 depends on BACKLIGHT_CLASS_DEVICE 591 help 592 Say Y here if you want to enable support for Orise Technology 593 otm8009a 480x800 dsi 2dl panel. 594 595config DRM_PANEL_OSD_OSD101T2587_53TS 596 tristate "OSD OSD101T2587-53TS DSI 1920x1200 video mode panel" 597 depends on OF 598 depends on DRM_MIPI_DSI 599 depends on BACKLIGHT_CLASS_DEVICE 600 help 601 Say Y here if you want to enable support for One Stop Displays 602 OSD101T2587-53TS 10.1" 1920x1200 dsi panel. 603 604config DRM_PANEL_PANASONIC_VVX10F034N00 605 tristate "Panasonic VVX10F034N00 1920x1200 video mode panel" 606 depends on OF 607 depends on DRM_MIPI_DSI 608 depends on BACKLIGHT_CLASS_DEVICE 609 help 610 Say Y here if you want to enable support for Panasonic VVX10F034N00 611 WUXGA (1920x1200) Novatek NT1397-based DSI panel as found in some 612 Xperia Z2 tablets 613 614config DRM_PANEL_RASPBERRYPI_TOUCHSCREEN 615 tristate "Raspberry Pi 7-inch touchscreen panel" 616 depends on DRM_MIPI_DSI 617 help 618 Say Y here if you want to enable support for the Raspberry 619 Pi 7" Touchscreen. To compile this driver as a module, 620 choose M here. 621 622config DRM_PANEL_RAYDIUM_RM67191 623 tristate "Raydium RM67191 FHD 1080x1920 DSI video mode panel" 624 depends on OF 625 depends on DRM_MIPI_DSI 626 depends on BACKLIGHT_CLASS_DEVICE 627 help 628 Say Y here if you want to enable support for Raydium RM67191 FHD 629 (1080x1920) DSI panel. 630 631config DRM_PANEL_RAYDIUM_RM67200 632 tristate "Raydium RM67200-based DSI panel" 633 depends on OF 634 depends on DRM_MIPI_DSI 635 help 636 Say Y here if you want to enable support for Raydium RM67200-based 637 DSI video mode panels. This panel controller can be found in the 638 Wanchanglong W552793BAA panel found on the Rockchip RK3588 EVB1 639 evaluation boards. 640 641config DRM_PANEL_RAYDIUM_RM68200 642 tristate "Raydium RM68200 720x1280 DSI video mode panel" 643 depends on OF 644 depends on DRM_MIPI_DSI 645 depends on BACKLIGHT_CLASS_DEVICE 646 help 647 Say Y here if you want to enable support for Raydium RM68200 648 720x1280 DSI video mode panel. 649 650config DRM_PANEL_RAYDIUM_RM692E5 651 tristate "Raydium RM692E5-based DSI panel" 652 depends on OF 653 depends on DRM_MIPI_DSI 654 depends on BACKLIGHT_CLASS_DEVICE 655 select DRM_DISPLAY_DSC_HELPER 656 select DRM_DISPLAY_HELPER 657 help 658 Say Y here if you want to enable support for Raydium RM692E5-based 659 display panels, such as the one found in the Fairphone 5 smartphone. 660 661config DRM_PANEL_RAYDIUM_RM69380 662 tristate "Raydium RM69380-based DSI panel" 663 depends on OF && GPIOLIB 664 depends on DRM_MIPI_DSI 665 depends on BACKLIGHT_CLASS_DEVICE 666 help 667 Say Y here if you want to enable support for Raydium RM69380-based 668 display panels. 669 670 This panel controller can be found in the Lenovo Xiaoxin Pad Pro 2021 671 in combination with an EDO OLED panel. 672 673config DRM_PANEL_RENESAS_R61307 674 tristate "Renesas R61307 DSI video mode panel" 675 depends on OF 676 depends on DRM_MIPI_DSI 677 depends on BACKLIGHT_CLASS_DEVICE 678 help 679 Say Y here if you want to enable support for KOE tx13d100vm0eaa 680 IPS-LCD module with Renesas R69328 IC. The panel has a 1024x768 681 resolution and uses 24 bit RGB per pixel. 682 683 This panel controller can be found in LG Optimus Vu P895 smartphone 684 in combination with LCD panel. 685 686config DRM_PANEL_RENESAS_R69328 687 tristate "Renesas R69328 720x1280 DSI video mode panel" 688 depends on OF 689 depends on DRM_MIPI_DSI 690 depends on BACKLIGHT_CLASS_DEVICE 691 help 692 Say Y here if you want to enable support for JDI dx12d100vm0eaa 693 IPS-LCD module with Renesas R69328 IC. The panel has a 720x1280 694 resolution and uses 24 bit RGB per pixel. 695 696 This panel controller can be found in LG Optimus 4X P895 smartphone 697 in combination with LCD panel. 698 699config DRM_PANEL_RONBO_RB070D30 700 tristate "Ronbo Electronics RB070D30 panel" 701 depends on OF 702 depends on DRM_MIPI_DSI 703 depends on BACKLIGHT_CLASS_DEVICE 704 help 705 Say Y here if you want to enable support for Ronbo Electronics 706 RB070D30 1024x600 DSI panel. 707 708config DRM_PANEL_SAMSUNG_AMS581VF01 709 tristate "Samsung AMS581VF01 panel" 710 depends on OF 711 depends on DRM_MIPI_DSI 712 depends on BACKLIGHT_CLASS_DEVICE 713 help 714 Say Y or M here if you want to enable support for the 715 Samsung AMS581VF01 FHD Plus (2340x1080@60Hz) CMD mode panel. 716 717config DRM_PANEL_SAMSUNG_AMS639RQ08 718 tristate "Samsung AMS639RQ08 panel" 719 depends on OF 720 depends on DRM_MIPI_DSI 721 depends on BACKLIGHT_CLASS_DEVICE 722 help 723 Say Y or M here if you want to enable support for the 724 Samsung AMS639RQ08 FHD Plus (2340x1080@60Hz) CMD mode panel. 725 726config DRM_PANEL_SAMSUNG_S6E88A0_AMS427AP24 727 tristate "Samsung AMS427AP24 panel with S6E88A0 controller" 728 depends on GPIOLIB && OF && REGULATOR 729 depends on DRM_MIPI_DSI 730 depends on BACKLIGHT_CLASS_DEVICE 731 help 732 Say Y here if you want to enable support for Samsung AMS427AP24 panel 733 with S6E88A0 controller (found in Samsung Galaxy S4 Mini Value Edition 734 GT-I9195I). To compile this driver as a module, choose M here. 735 736config DRM_PANEL_SAMSUNG_S6E88A0_AMS452EF01 737 tristate "Samsung AMS452EF01 panel with S6E88A0 DSI video mode controller" 738 depends on OF 739 select DRM_MIPI_DSI 740 select VIDEOMODE_HELPERS 741 742config DRM_PANEL_SAMSUNG_ATNA33XC20 743 tristate "Samsung ATNA33XC20 eDP panel" 744 depends on OF 745 depends on BACKLIGHT_CLASS_DEVICE 746 depends on PM 747 select DRM_DISPLAY_DP_HELPER 748 select DRM_DISPLAY_HELPER 749 select DRM_DISPLAY_DP_AUX_BUS 750 help 751 DRM panel driver for the Samsung ATNA33XC20 panel. This panel can't 752 be handled by the DRM_PANEL_SIMPLE driver because its power 753 sequencing is non-standard. 754 755config DRM_PANEL_SAMSUNG_DB7430 756 tristate "Samsung DB7430-based DPI panels" 757 depends on OF && SPI && GPIOLIB 758 depends on BACKLIGHT_CLASS_DEVICE 759 select DRM_MIPI_DBI 760 help 761 Say Y here if you want to enable support for the Samsung 762 DB7430 DPI display controller used in such devices as the 763 LMS397KF04 480x800 DPI panel. 764 765config DRM_PANEL_SAMSUNG_LD9040 766 tristate "Samsung LD9040 RGB/SPI panel" 767 depends on OF && SPI 768 depends on BACKLIGHT_CLASS_DEVICE 769 select VIDEOMODE_HELPERS 770 771config DRM_PANEL_SAMSUNG_S6E3FA7 772 tristate "Samsung S6E3FA7 panel driver" 773 depends on OF 774 depends on DRM_MIPI_DSI 775 depends on BACKLIGHT_CLASS_DEVICE 776 help 777 Say Y here if you want to enable support for the Samsung S6E3FA7 778 1920x2220 panel. 779 780config DRM_PANEL_SAMSUNG_S6D16D0 781 tristate "Samsung S6D16D0 DSI video mode panel" 782 depends on OF 783 depends on DRM_MIPI_DSI 784 select VIDEOMODE_HELPERS 785 786config DRM_PANEL_SAMSUNG_S6D27A1 787 tristate "Samsung S6D27A1 DPI panel driver" 788 depends on OF && SPI && GPIOLIB 789 select DRM_MIPI_DBI 790 help 791 Say Y here if you want to enable support for the Samsung 792 S6D27A1 DPI 480x800 panel. 793 794 This panel can be found in Samsung Galaxy Ace 2 795 GT-I8160 mobile phone. 796 797config DRM_PANEL_SAMSUNG_S6D7AA0 798 tristate "Samsung S6D7AA0 MIPI-DSI video mode panel controller" 799 depends on OF 800 depends on BACKLIGHT_CLASS_DEVICE 801 select DRM_MIPI_DSI 802 select VIDEOMODE_HELPERS 803 804config DRM_PANEL_SAMSUNG_S6E3HA2 805 tristate "Samsung S6E3HA2 DSI video mode panel" 806 depends on OF 807 depends on DRM_MIPI_DSI 808 depends on BACKLIGHT_CLASS_DEVICE 809 select VIDEOMODE_HELPERS 810 811config DRM_PANEL_SAMSUNG_S6E3HA8 812 tristate "Samsung S6E3HA8 DSI video mode panel" 813 depends on OF 814 depends on DRM_MIPI_DSI 815 depends on BACKLIGHT_CLASS_DEVICE 816 select DRM_DISPLAY_DSC_HELPER 817 select VIDEOMODE_HELPERS 818 819config DRM_PANEL_SAMSUNG_S6E63J0X03 820 tristate "Samsung S6E63J0X03 DSI command mode panel" 821 depends on OF 822 depends on DRM_MIPI_DSI 823 depends on BACKLIGHT_CLASS_DEVICE 824 select VIDEOMODE_HELPERS 825 826config DRM_PANEL_SAMSUNG_S6E63M0 827 tristate "Samsung S6E63M0 RGB panel" 828 depends on OF 829 depends on BACKLIGHT_CLASS_DEVICE 830 help 831 Say Y here if you want to enable support for Samsung S6E63M0 832 AMOLED LCD panel. This panel can be accessed using SPI or 833 DSI. 834 835config DRM_PANEL_SAMSUNG_S6E63M0_SPI 836 tristate "Samsung S6E63M0 RGB SPI interface" 837 depends on SPI 838 depends on DRM_PANEL_SAMSUNG_S6E63M0 839 default DRM_PANEL_SAMSUNG_S6E63M0 840 select DRM_MIPI_DBI 841 help 842 Say Y here if you want to be able to access the Samsung 843 S6E63M0 panel using SPI. 844 845config DRM_PANEL_SAMSUNG_S6E63M0_DSI 846 tristate "Samsung S6E63M0 RGB DSI interface" 847 depends on DRM_MIPI_DSI 848 depends on DRM_PANEL_SAMSUNG_S6E63M0 849 help 850 Say Y here if you want to be able to access the Samsung 851 S6E63M0 panel using DSI. 852 853config DRM_PANEL_SAMSUNG_S6E8AA0 854 tristate "Samsung S6E8AA0 DSI video mode panel" 855 depends on OF 856 select DRM_MIPI_DSI 857 select VIDEOMODE_HELPERS 858 859config DRM_PANEL_SAMSUNG_S6E8AA5X01_AMS561RA01 860 tristate "Samsung AMS561RA01 panel with S6E8AA5X01 controller" 861 depends on GPIOLIB && OF && REGULATOR 862 depends on DRM_MIPI_DSI 863 depends on BACKLIGHT_CLASS_DEVICE 864 help 865 Say Y here if you want to enable support for Samsung AMS561RA01 866 panel, which uses Samsung's S6E8AA5X01 controller. The panel has a 867 ~5.6 inch AMOLED display, and the controller is driven by the MIPI 868 DSI protocol with 4 lanes. 869 870config DRM_PANEL_SAMSUNG_SOFEF00 871 tristate "Samsung sofef00/s6e3fc2x01 OnePlus 6/6T DSI cmd mode panels" 872 depends on OF 873 depends on DRM_MIPI_DSI 874 depends on BACKLIGHT_CLASS_DEVICE 875 select VIDEOMODE_HELPERS 876 help 877 Say Y or M here if you want to enable support for the Samsung AMOLED 878 command mode panels found in the OnePlus 6/6T smartphones. 879 880 The panels are 2280x1080@60Hz and 2340x1080@60Hz respectively 881 882config DRM_PANEL_SEIKO_43WVF1G 883 tristate "Seiko 43WVF1G panel" 884 depends on OF 885 depends on BACKLIGHT_CLASS_DEVICE 886 select VIDEOMODE_HELPERS 887 help 888 Say Y here if you want to enable support for the Seiko 889 43WVF1G controller for 800x480 LCD panels 890 891config DRM_PANEL_SHARP_LQ101R1SX01 892 tristate "Sharp LQ101R1SX01 panel" 893 depends on OF 894 depends on DRM_MIPI_DSI 895 depends on BACKLIGHT_CLASS_DEVICE 896 help 897 Say Y here if you want to enable support for Sharp LQ101R1SX01 898 TFT-LCD modules. The panel has a 2560x1600 resolution and uses 899 24 bit RGB per pixel. It provides a dual MIPI DSI interface to 900 the host and has a built-in LED backlight. 901 902 To compile this driver as a module, choose M here: the module 903 will be called panel-sharp-lq101r1sx01. 904 905config DRM_PANEL_SHARP_LS037V7DW01 906 tristate "Sharp LS037V7DW01 VGA LCD panel" 907 depends on GPIOLIB && OF && REGULATOR 908 help 909 Say Y here if you want to enable support for Sharp LS037V7DW01 VGA 910 (480x640) LCD panel (found on the TI SDP3430 board). 911 912config DRM_PANEL_SHARP_LS043T1LE01 913 tristate "Sharp LS043T1LE01 qHD video mode panel" 914 depends on OF 915 depends on DRM_MIPI_DSI 916 depends on BACKLIGHT_CLASS_DEVICE 917 help 918 Say Y here if you want to enable support for Sharp LS043T1LE01 qHD 919 (540x960) DSI panel as found on the Qualcomm APQ8074 Dragonboard 920 921config DRM_PANEL_SHARP_LS060T1SX01 922 tristate "Sharp LS060T1SX01 FullHD video mode panel" 923 depends on OF 924 depends on DRM_MIPI_DSI 925 depends on BACKLIGHT_CLASS_DEVICE 926 help 927 Say Y here if you want to enable support for Sharp LS060T1SX01 6.0" 928 FullHD (1080x1920) DSI panel as found in Dragonboard Display Adapter 929 Bundle. 930 931config DRM_PANEL_SITRONIX_ST7701 932 tristate "Sitronix ST7701 panel driver" 933 depends on OF 934 depends on SPI || DRM_MIPI_DSI 935 select DRM_MIPI_DBI if SPI 936 depends on BACKLIGHT_CLASS_DEVICE 937 help 938 Say Y here if you want to enable support for the Sitronix 939 ST7701 controller for 480X864 LCD panels with MIPI/RGB/SPI 940 system interfaces. 941 942config DRM_PANEL_SITRONIX_ST7703 943 tristate "Sitronix ST7703 based MIPI touchscreen panels" 944 depends on OF 945 depends on DRM_MIPI_DSI 946 depends on BACKLIGHT_CLASS_DEVICE 947 help 948 Say Y here if you want to enable support for Sitronix ST7703 based 949 panels, souch as Rocktech JH057N00900 MIPI DSI panel as e.g. used in 950 the Librem 5 devkit. It has a resolution of 720x1440 pixels, a built 951 in backlight and touch controller. 952 Touch input support is provided by the goodix driver and needs to be 953 selected separately. 954 955config DRM_PANEL_SITRONIX_ST7789V 956 tristate "Sitronix ST7789V panel" 957 depends on OF && SPI 958 depends on BACKLIGHT_CLASS_DEVICE 959 help 960 Say Y here if you want to enable support for the Sitronix 961 ST7789V controller for 240x320 LCD panels 962 963config DRM_PANEL_SONY_ACX565AKM 964 tristate "Sony ACX565AKM panel" 965 depends on GPIOLIB && OF && SPI 966 depends on BACKLIGHT_CLASS_DEVICE 967 help 968 Say Y here if you want to enable support for the Sony ACX565AKM 969 800x600 3.5" panel (found on the Nokia N900). 970 971config DRM_PANEL_SONY_TD4353_JDI 972 tristate "Sony TD4353 JDI panel" 973 depends on GPIOLIB && OF 974 depends on DRM_MIPI_DSI 975 depends on BACKLIGHT_CLASS_DEVICE 976 help 977 Say Y here if you want to enable support for the Sony Tama 978 TD4353 JDI command mode panel as found on some Sony Xperia 979 XZ2 and XZ2 Compact smartphones. 980 981config DRM_PANEL_SONY_TULIP_TRULY_NT35521 982 tristate "Sony Tulip Truly NT35521 panel" 983 depends on GPIOLIB && OF 984 depends on DRM_MIPI_DSI 985 depends on BACKLIGHT_CLASS_DEVICE 986 help 987 Say Y here if you want to enable support for the Sony Tulip 988 NT35521 1280x720 video mode panel as found on Sony Xperia M4 989 Aqua phone. 990 991config DRM_PANEL_STARTEK_KD070FHFID015 992 tristate "STARTEK KD070FHFID015 panel" 993 depends on OF 994 depends on DRM_MIPI_DSI 995 depends on BACKLIGHT_CLASS_DEVICE 996 help 997 Say Y here if you want to enable support for STARTEK KD070FHFID015 DSI panel 998 based on RENESAS-R69429 controller. The panel is a 7-inch TFT LCD display 999 with a resolution of 1024 x 600 pixels. It provides a MIPI DSI interface to 1000 the host, a built-in LED backlight and touch controller. 1001 1002config DRM_PANEL_EDP 1003 tristate "support for simple Embedded DisplayPort panels" 1004 depends on OF 1005 depends on BACKLIGHT_CLASS_DEVICE 1006 depends on PM 1007 select VIDEOMODE_HELPERS 1008 select DRM_DISPLAY_DP_HELPER 1009 select DRM_DISPLAY_HELPER 1010 select DRM_DISPLAY_DP_AUX_BUS 1011 select DRM_KMS_HELPER 1012 help 1013 DRM panel driver for dumb eDP panels that need at most a regulator and 1014 a GPIO to be powered up. Optionally a backlight can be attached so 1015 that it can be automatically turned off when the panel goes into a 1016 low power state. 1017 1018config DRM_PANEL_SIMPLE 1019 tristate "support for simple panels (other than eDP ones)" 1020 depends on OF 1021 depends on BACKLIGHT_CLASS_DEVICE 1022 depends on PM 1023 select VIDEOMODE_HELPERS 1024 help 1025 DRM panel driver for dumb non-eDP panels that need at most a regulator 1026 and a GPIO to be powered up. Optionally a backlight can be attached so 1027 that it can be automatically turned off when the panel goes into a 1028 low power state. 1029 1030config DRM_PANEL_SUMMIT 1031 tristate "Apple Summit display panel" 1032 depends on OF 1033 depends on DRM_MIPI_DSI 1034 depends on BACKLIGHT_CLASS_DEVICE 1035 help 1036 Say Y if you want to enable support for the "Summit" display panel 1037 used as a touchbar on certain Apple laptops. 1038 1039config DRM_PANEL_SYNAPTICS_R63353 1040 tristate "Synaptics R63353-based panels" 1041 depends on OF 1042 depends on DRM_MIPI_DSI 1043 depends on BACKLIGHT_CLASS_DEVICE 1044 help 1045 Say Y if you want to enable support for panels based on the 1046 Synaptics R63353 controller. 1047 1048config DRM_PANEL_TDO_TL070WSH30 1049 tristate "TDO TL070WSH30 DSI panel" 1050 depends on OF 1051 depends on DRM_MIPI_DSI 1052 depends on BACKLIGHT_CLASS_DEVICE 1053 help 1054 Say Y here if you want to enable support for TDO TL070WSH30 TFT-LCD 1055 panel module. The panel has a 1024×600 resolution and uses 1056 24 bit RGB per pixel. It provides a MIPI DSI interface to 1057 the host, a built-in LED backlight and touch controller. 1058 1059config DRM_PANEL_TPO_TD028TTEC1 1060 tristate "Toppoly (TPO) TD028TTEC1 panel driver" 1061 depends on OF && SPI 1062 depends on BACKLIGHT_CLASS_DEVICE 1063 help 1064 Say Y here if you want to enable support for TPO TD028TTEC1 480x640 1065 2.8" panel (found on the OpenMoko Neo FreeRunner and Neo 1973). 1066 1067config DRM_PANEL_TPO_TD043MTEA1 1068 tristate "Toppoly (TPO) TD043MTEA1 panel driver" 1069 depends on GPIOLIB && OF && REGULATOR && SPI 1070 help 1071 Say Y here if you want to enable support for TPO TD043MTEA1 800x480 1072 4.3" panel (found on the OMAP3 Pandora board). 1073 1074config DRM_PANEL_TPO_TPG110 1075 tristate "TPO TPG 800x400 panel" 1076 depends on OF && SPI && GPIOLIB 1077 depends on BACKLIGHT_CLASS_DEVICE 1078 help 1079 Say Y here if you want to enable support for TPO TPG110 1080 400CH LTPS TFT LCD Single Chip Digital Driver for up to 1081 800x400 LCD panels. 1082 1083config DRM_PANEL_TRULY_NT35597_WQXGA 1084 tristate "Truly WQXGA" 1085 depends on OF 1086 depends on DRM_MIPI_DSI 1087 help 1088 Say Y here if you want to enable support for Truly NT35597 WQXGA Dual DSI 1089 Video Mode panel 1090 1091config DRM_PANEL_VISIONOX_G2647FB105 1092 tristate "Visionox G2647FB105" 1093 depends on OF 1094 depends on DRM_MIPI_DSI 1095 depends on BACKLIGHT_CLASS_DEVICE 1096 help 1097 Say Y here if you want to enable support for the Visionox 1098 G2647FB105 (2340x1080@60Hz) AMOLED DSI cmd mode panel. 1099 1100config DRM_PANEL_VISIONOX_R66451 1101 tristate "Visionox R66451" 1102 depends on OF 1103 depends on DRM_MIPI_DSI 1104 depends on BACKLIGHT_CLASS_DEVICE 1105 select DRM_DISPLAY_DSC_HELPER 1106 select DRM_DISPLAY_HELPER 1107 help 1108 Say Y here if you want to enable support for Visionox 1109 R66451 1080x2340 AMOLED DSI panel. 1110 1111config DRM_PANEL_VISIONOX_RM69299 1112 tristate "Visionox RM69299" 1113 depends on OF 1114 depends on DRM_MIPI_DSI 1115 help 1116 Say Y here if you want to enable support for Visionox 1117 RM69299 DSI Video Mode panel. 1118 1119config DRM_PANEL_VISIONOX_RM692E5 1120 tristate "Visionox RM692E5" 1121 depends on OF 1122 depends on DRM_MIPI_DSI 1123 depends on BACKLIGHT_CLASS_DEVICE 1124 select DRM_DISPLAY_DSC_HELPER 1125 select DRM_DISPLAY_HELPER 1126 help 1127 Say Y here if you want to enable support for Visionox RM692E5 amoled 1128 display panels, such as the one found in the Nothing Phone (1) 1129 smartphone. 1130 1131config DRM_PANEL_VISIONOX_VTDR6130 1132 tristate "Visionox VTDR6130" 1133 depends on OF 1134 depends on DRM_MIPI_DSI 1135 depends on BACKLIGHT_CLASS_DEVICE 1136 help 1137 Say Y here if you want to enable support for Visionox 1138 VTDR6130 1080x2400 AMOLED DSI panel. 1139 1140config DRM_PANEL_WIDECHIPS_WS2401 1141 tristate "Widechips WS2401 DPI panel driver" 1142 depends on SPI && GPIOLIB 1143 depends on BACKLIGHT_CLASS_DEVICE 1144 select DRM_MIPI_DBI 1145 help 1146 Say Y here if you want to enable support for the Widechips WS2401 DPI 1147 480x800 display controller used in panels such as Samsung LMS380KF01. 1148 This display is used in the Samsung Galaxy Ace 2 GT-I8160 (Codina). 1149 1150config DRM_PANEL_XINPENG_XPP055C272 1151 tristate "Xinpeng XPP055C272 panel driver" 1152 depends on OF 1153 depends on DRM_MIPI_DSI 1154 depends on BACKLIGHT_CLASS_DEVICE 1155 help 1156 Say Y here if you want to enable support for the Xinpeng 1157 XPP055C272 controller for 720x1280 LCD panels with MIPI/RGB/SPI 1158 system interfaces. 1159endmenu 1160