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