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