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