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_ARM_VERSATILE 12 tristate "ARM Versatile panel driver" 13 depends on OF 14 depends on MFD_SYSCON 15 select VIDEOMODE_HELPERS 16 help 17 This driver supports the ARM Versatile panels connected to ARM 18 reference designs. The panel is detected using special registers 19 in the Versatile family syscon registers. 20 21config DRM_PANEL_BOE_HIMAX8279D 22 tristate "Boe Himax8279d panel" 23 depends on OF 24 depends on DRM_MIPI_DSI 25 depends on BACKLIGHT_CLASS_DEVICE 26 help 27 Say Y here if you want to enable support for Boe Himax8279d 28 TFT-LCD modules. The panel has a 1200x1920 resolution and uses 29 24 bit RGB per pixel. It provides a MIPI DSI interface to 30 the host and has a built-in LED backlight. 31 32config DRM_PANEL_BOE_TV101WUM_NL6 33 tristate "BOE TV101WUM and AUO KD101N80 45NA 1200x1920 panel" 34 depends on OF 35 depends on DRM_MIPI_DSI 36 depends on BACKLIGHT_CLASS_DEVICE 37 help 38 Say Y here if you want to support for BOE TV101WUM and AUO KD101N80 39 45NA WUXGA PANEL DSI Video Mode panel 40 41config DRM_PANEL_LVDS 42 tristate "Generic LVDS panel driver" 43 depends on OF 44 depends on BACKLIGHT_CLASS_DEVICE 45 select VIDEOMODE_HELPERS 46 help 47 This driver supports LVDS panels that don't require device-specific 48 handling of power supplies or control signals. It implements automatic 49 backlight handling if the panel is attached to a backlight controller. 50 51config DRM_PANEL_SIMPLE 52 tristate "support for simple panels" 53 depends on OF 54 depends on BACKLIGHT_CLASS_DEVICE 55 select VIDEOMODE_HELPERS 56 help 57 DRM panel driver for dumb panels that need at most a regulator and 58 a GPIO to be powered up. Optionally a backlight can be attached so 59 that it can be automatically turned off when the panel goes into a 60 low power state. 61 62config DRM_PANEL_FEIXIN_K101_IM2BA02 63 tristate "Feixin K101 IM2BA02 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 enable support for the Feixin K101 IM2BA02 69 4-lane 800x1280 MIPI DSI panel. 70 71config DRM_PANEL_FEIYANG_FY07024DI26A30D 72 tristate "Feiyang FY07024DI26A30-D MIPI-DSI LCD panel" 73 depends on OF 74 depends on DRM_MIPI_DSI 75 depends on BACKLIGHT_CLASS_DEVICE 76 help 77 Say Y if you want to enable support for panels based on the 78 Feiyang FY07024DI26A30-D MIPI-DSI interface. 79 80config DRM_PANEL_ILITEK_IL9322 81 tristate "Ilitek ILI9322 320x240 QVGA panels" 82 depends on OF && SPI 83 select REGMAP 84 help 85 Say Y here if you want to enable support for Ilitek IL9322 86 QVGA (320x240) RGB, YUV and ITU-T BT.656 panels. 87 88config DRM_PANEL_ILITEK_ILI9881C 89 tristate "Ilitek ILI9881C-based panels" 90 depends on OF 91 depends on DRM_MIPI_DSI 92 depends on BACKLIGHT_CLASS_DEVICE 93 help 94 Say Y if you want to enable support for panels based on the 95 Ilitek ILI9881c controller. 96 97config DRM_PANEL_INNOLUX_P079ZCA 98 tristate "Innolux P079ZCA panel" 99 depends on OF 100 depends on DRM_MIPI_DSI 101 depends on BACKLIGHT_CLASS_DEVICE 102 help 103 Say Y here if you want to enable support for Innolux P079ZCA 104 TFT-LCD modules. The panel has a 1024x768 resolution and uses 105 24 bit RGB per pixel. It provides a MIPI DSI interface to 106 the host and has a built-in LED backlight. 107 108config DRM_PANEL_JDI_LT070ME05000 109 tristate "JDI LT070ME05000 WUXGA DSI panel" 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 JDI DSI video mode 115 panel as found in Google Nexus 7 (2013) devices. 116 The panel has a 1200(RGB)×1920 (WUXGA) resolution and uses 117 24 bit per pixel. 118 119config DRM_PANEL_KINGDISPLAY_KD097D04 120 tristate "Kingdisplay kd097d04 panel" 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 Kingdisplay kd097d04 126 TFT-LCD modules. The panel has a 1536x2048 resolution and uses 127 24 bit RGB per pixel. It provides a MIPI DSI interface to 128 the host and has a built-in LED backlight. 129 130config DRM_PANEL_LEADTEK_LTK500HD1829 131 tristate "Leadtek LTK500HD1829 panel" 132 depends on OF 133 depends on DRM_MIPI_DSI 134 depends on BACKLIGHT_CLASS_DEVICE 135 help 136 Say Y here if you want to enable support for Kingdisplay kd097d04 137 TFT-LCD modules. The panel has a 1536x2048 resolution and uses 138 24 bit RGB per pixel. It provides a MIPI DSI interface to 139 the host and has a built-in LED backlight. 140 141config DRM_PANEL_SAMSUNG_LD9040 142 tristate "Samsung LD9040 RGB/SPI panel" 143 depends on OF && SPI 144 select VIDEOMODE_HELPERS 145 146config DRM_PANEL_LG_LB035Q02 147 tristate "LG LB035Q024573 RGB panel" 148 depends on GPIOLIB && OF && SPI 149 help 150 Say Y here if you want to enable support for the LB035Q02 RGB panel 151 (found on the Gumstix Overo Palo35 board). To compile this driver as 152 a module, choose M here. 153 154config DRM_PANEL_LG_LG4573 155 tristate "LG4573 RGB/SPI panel" 156 depends on OF && SPI 157 select VIDEOMODE_HELPERS 158 help 159 Say Y here if you want to enable support for LG4573 RGB panel. 160 To compile this driver as a module, choose M here. 161 162config DRM_PANEL_NEC_NL8048HL11 163 tristate "NEC NL8048HL11 RGB panel" 164 depends on GPIOLIB && OF && SPI 165 help 166 Say Y here if you want to enable support for the NEC NL8048HL11 RGB 167 panel (found on the Zoom2/3/3630 SDP boards). To compile this driver 168 as a module, choose M here. 169 170config DRM_PANEL_NOVATEK_NT39016 171 tristate "Novatek NT39016 RGB/SPI panel" 172 depends on OF && SPI 173 depends on BACKLIGHT_CLASS_DEVICE 174 select REGMAP_SPI 175 help 176 Say Y here if you want to enable support for the panels built 177 around the Novatek NT39016 display controller. 178 179config DRM_PANEL_OLIMEX_LCD_OLINUXINO 180 tristate "Olimex LCD-OLinuXino panel" 181 depends on OF 182 depends on I2C 183 depends on BACKLIGHT_CLASS_DEVICE 184 help 185 The panel is used with different sizes LCDs, from 480x272 to 186 1280x800, and 24 bit per pixel. 187 188 Say Y here if you want to enable support for Olimex Ltd. 189 LCD-OLinuXino panel. 190 191config DRM_PANEL_ORISETECH_OTM8009A 192 tristate "Orise Technology otm8009a 480x800 dsi 2dl 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 Orise Technology 198 otm8009a 480x800 dsi 2dl panel. 199 200config DRM_PANEL_OSD_OSD101T2587_53TS 201 tristate "OSD OSD101T2587-53TS DSI 1920x1200 video mode panel" 202 depends on OF 203 depends on DRM_MIPI_DSI 204 depends on BACKLIGHT_CLASS_DEVICE 205 help 206 Say Y here if you want to enable support for One Stop Displays 207 OSD101T2587-53TS 10.1" 1920x1200 dsi panel. 208 209config DRM_PANEL_PANASONIC_VVX10F034N00 210 tristate "Panasonic VVX10F034N00 1920x1200 video mode panel" 211 depends on OF 212 depends on DRM_MIPI_DSI 213 depends on BACKLIGHT_CLASS_DEVICE 214 help 215 Say Y here if you want to enable support for Panasonic VVX10F034N00 216 WUXGA (1920x1200) Novatek NT1397-based DSI panel as found in some 217 Xperia Z2 tablets 218 219config DRM_PANEL_RASPBERRYPI_TOUCHSCREEN 220 tristate "Raspberry Pi 7-inch touchscreen panel" 221 depends on DRM_MIPI_DSI 222 help 223 Say Y here if you want to enable support for the Raspberry 224 Pi 7" Touchscreen. To compile this driver as a module, 225 choose M here. 226 227config DRM_PANEL_RAYDIUM_RM67191 228 tristate "Raydium RM67191 FHD 1080x1920 DSI video mode panel" 229 depends on OF 230 depends on DRM_MIPI_DSI 231 depends on BACKLIGHT_CLASS_DEVICE 232 help 233 Say Y here if you want to enable support for Raydium RM67191 FHD 234 (1080x1920) DSI panel. 235 236config DRM_PANEL_RAYDIUM_RM68200 237 tristate "Raydium RM68200 720x1280 DSI video mode panel" 238 depends on OF 239 depends on DRM_MIPI_DSI 240 depends on BACKLIGHT_CLASS_DEVICE 241 help 242 Say Y here if you want to enable support for Raydium RM68200 243 720x1280 DSI video mode panel. 244 245config DRM_PANEL_ROCKTECH_JH057N00900 246 tristate "Rocktech JH057N00900 MIPI touchscreen panel" 247 depends on OF 248 depends on DRM_MIPI_DSI 249 depends on BACKLIGHT_CLASS_DEVICE 250 help 251 Say Y here if you want to enable support for Rocktech JH057N00900 252 MIPI DSI panel as e.g. used in the Librem 5 devkit. It has a 253 resolution of 720x1440 pixels, a built in backlight and touch 254 controller. 255 Touch input support is provided by the goodix driver and needs to be 256 selected separately. 257 258config DRM_PANEL_RONBO_RB070D30 259 tristate "Ronbo Electronics RB070D30 panel" 260 depends on OF 261 depends on DRM_MIPI_DSI 262 depends on BACKLIGHT_CLASS_DEVICE 263 help 264 Say Y here if you want to enable support for Ronbo Electronics 265 RB070D30 1024x600 DSI panel. 266 267config DRM_PANEL_SAMSUNG_S6D16D0 268 tristate "Samsung S6D16D0 DSI video mode panel" 269 depends on OF 270 depends on DRM_MIPI_DSI 271 select VIDEOMODE_HELPERS 272 273config DRM_PANEL_SAMSUNG_S6E3HA2 274 tristate "Samsung S6E3HA2 DSI video mode panel" 275 depends on OF 276 depends on DRM_MIPI_DSI 277 depends on BACKLIGHT_CLASS_DEVICE 278 select VIDEOMODE_HELPERS 279 280config DRM_PANEL_SAMSUNG_S6E63J0X03 281 tristate "Samsung S6E63J0X03 DSI command mode panel" 282 depends on OF 283 depends on DRM_MIPI_DSI 284 depends on BACKLIGHT_CLASS_DEVICE 285 select VIDEOMODE_HELPERS 286 287config DRM_PANEL_SAMSUNG_S6E63M0 288 tristate "Samsung S6E63M0 RGB/SPI panel" 289 depends on OF 290 depends on SPI 291 depends on BACKLIGHT_CLASS_DEVICE 292 help 293 Say Y here if you want to enable support for Samsung S6E63M0 294 AMOLED LCD panel. 295 296config DRM_PANEL_SAMSUNG_S6E88A0_AMS452EF01 297 tristate "Samsung AMS452EF01 panel with S6E88A0 DSI video mode controller" 298 depends on OF 299 select DRM_MIPI_DSI 300 select VIDEOMODE_HELPERS 301 302config DRM_PANEL_SAMSUNG_S6E8AA0 303 tristate "Samsung S6E8AA0 DSI video mode panel" 304 depends on OF 305 select DRM_MIPI_DSI 306 select VIDEOMODE_HELPERS 307 308config DRM_PANEL_SEIKO_43WVF1G 309 tristate "Seiko 43WVF1G panel" 310 depends on OF 311 depends on BACKLIGHT_CLASS_DEVICE 312 select VIDEOMODE_HELPERS 313 help 314 Say Y here if you want to enable support for the Seiko 315 43WVF1G controller for 800x480 LCD panels 316 317config DRM_PANEL_SHARP_LQ101R1SX01 318 tristate "Sharp LQ101R1SX01 panel" 319 depends on OF 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 Sharp LQ101R1SX01 324 TFT-LCD modules. The panel has a 2560x1600 resolution and uses 325 24 bit RGB per pixel. It provides a dual MIPI DSI interface to 326 the host and has a built-in LED backlight. 327 328 To compile this driver as a module, choose M here: the module 329 will be called panel-sharp-lq101r1sx01. 330 331config DRM_PANEL_SHARP_LS037V7DW01 332 tristate "Sharp LS037V7DW01 VGA LCD panel" 333 depends on GPIOLIB && OF && REGULATOR 334 help 335 Say Y here if you want to enable support for Sharp LS037V7DW01 VGA 336 (480x640) LCD panel (found on the TI SDP3430 board). 337 338config DRM_PANEL_SHARP_LS043T1LE01 339 tristate "Sharp LS043T1LE01 qHD 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 Sharp LS043T1LE01 qHD 345 (540x960) DSI panel as found on the Qualcomm APQ8074 Dragonboard 346 347config DRM_PANEL_SITRONIX_ST7701 348 tristate "Sitronix ST7701 panel driver" 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 the Sitronix 354 ST7701 controller for 480X864 LCD panels with MIPI/RGB/SPI 355 system interfaces. 356 357config DRM_PANEL_SITRONIX_ST7789V 358 tristate "Sitronix ST7789V panel" 359 depends on OF && SPI 360 depends on BACKLIGHT_CLASS_DEVICE 361 help 362 Say Y here if you want to enable support for the Sitronix 363 ST7789V controller for 240x320 LCD panels 364 365config DRM_PANEL_SONY_ACX424AKP 366 tristate "Sony ACX424AKP DSI command mode panel" 367 depends on OF 368 depends on DRM_MIPI_DSI 369 depends on BACKLIGHT_CLASS_DEVICE 370 select VIDEOMODE_HELPERS 371 help 372 Say Y here if you want to enable the Sony ACX424 display 373 panel. This panel supports DSI in both command and video 374 mode. 375 376config DRM_PANEL_SONY_ACX565AKM 377 tristate "Sony ACX565AKM panel" 378 depends on GPIOLIB && OF && SPI 379 depends on BACKLIGHT_CLASS_DEVICE 380 help 381 Say Y here if you want to enable support for the Sony ACX565AKM 382 800x600 3.5" panel (found on the Nokia N900). 383 384config DRM_PANEL_TPO_TD028TTEC1 385 tristate "Toppoly (TPO) TD028TTEC1 panel driver" 386 depends on OF && SPI 387 depends on BACKLIGHT_CLASS_DEVICE 388 help 389 Say Y here if you want to enable support for TPO TD028TTEC1 480x640 390 2.8" panel (found on the OpenMoko Neo FreeRunner and Neo 1973). 391 392config DRM_PANEL_TPO_TD043MTEA1 393 tristate "Toppoly (TPO) TD043MTEA1 panel driver" 394 depends on GPIOLIB && OF && REGULATOR && SPI 395 help 396 Say Y here if you want to enable support for TPO TD043MTEA1 800x480 397 4.3" panel (found on the OMAP3 Pandora board). 398 399config DRM_PANEL_TPO_TPG110 400 tristate "TPO TPG 800x400 panel" 401 depends on OF && SPI && GPIOLIB 402 depends on BACKLIGHT_CLASS_DEVICE 403 help 404 Say Y here if you want to enable support for TPO TPG110 405 400CH LTPS TFT LCD Single Chip Digital Driver for up to 406 800x400 LCD panels. 407 408config DRM_PANEL_TRULY_NT35597_WQXGA 409 tristate "Truly WQXGA" 410 depends on OF 411 depends on DRM_MIPI_DSI 412 help 413 Say Y here if you want to enable support for Truly NT35597 WQXGA Dual DSI 414 Video Mode panel 415 416config DRM_PANEL_XINPENG_XPP055C272 417 tristate "Xinpeng XPP055C272 panel driver" 418 depends on OF 419 depends on DRM_MIPI_DSI 420 depends on BACKLIGHT_CLASS_DEVICE 421 help 422 Say Y here if you want to enable support for the Xinpeng 423 XPP055C272 controller for 720x1280 LCD panels with MIPI/RGB/SPI 424 system interfaces. 425endmenu 426