Kconfig (104e00bbc76fc2a0fe887649d01d9c15f0e08021) | Kconfig (654f26a0f43cfd35a5ebd19e008b6f065f2a1f92) |
---|---|
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" --- 53 unchanged lines hidden (view full) --- 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 | 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" --- 53 unchanged lines hidden (view full) --- 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_TV101WUM_NL6 71 tristate "BOE TV101WUM and AUO KD101N80 45NA 1200x1920 panel" | 70config DRM_PANEL_BOE_TH101MB31UIG002_28A 71 tristate "Boe TH101MB31UIG002-28A panel" |
72 depends on OF 73 depends on DRM_MIPI_DSI 74 depends on BACKLIGHT_CLASS_DEVICE 75 help | 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 support for BOE TV101WUM and AUO KD101N80 77 45NA WUXGA PANEL DSI Video Mode panel | 76 Say Y here if you want to enable support for Boe 77 TH101MB31UIG002-28A TFT-LCD modules. The panel has a 800x1280 78 resolution and uses 24 bit RGB per pixel. It provides a MIPI DSI 79 interface to the host and has a built-in LED backlight. |
78 | 80 |
79config DRM_PANEL_DSI_CM 80 tristate "Generic DSI command mode panels" | 81config DRM_PANEL_BOE_TV101WUM_NL6 82 tristate "BOE TV101WUM and AUO KD101N80 45NA 1200x1920 panel" |
81 depends on OF 82 depends on DRM_MIPI_DSI 83 depends on BACKLIGHT_CLASS_DEVICE 84 help | 83 depends on OF 84 depends on DRM_MIPI_DSI 85 depends on BACKLIGHT_CLASS_DEVICE 86 help |
85 DRM panel driver for DSI command mode panels with support for 86 embedded and external backlights. | 87 Say Y here if you want to support for BOE TV101WUM and AUO KD101N80 88 45NA WUXGA PANEL DSI Video Mode panel |
87 | 89 |
88config DRM_PANEL_LVDS 89 tristate "Generic LVDS panel driver" 90 depends on OF 91 depends on BACKLIGHT_CLASS_DEVICE 92 select VIDEOMODE_HELPERS 93 help 94 This driver supports LVDS panels that don't require device-specific 95 handling of power supplies or control signals. It implements automatic 96 backlight handling if the panel is attached to a backlight controller. 97 98config DRM_PANEL_SIMPLE 99 tristate "support for simple panels (other than eDP ones)" 100 depends on OF 101 depends on BACKLIGHT_CLASS_DEVICE 102 depends on PM 103 select VIDEOMODE_HELPERS 104 help 105 DRM panel driver for dumb non-eDP panels that need at most a regulator 106 and a GPIO to be powered up. Optionally a backlight can be attached so 107 that it can be automatically turned off when the panel goes into a 108 low power state. 109 110config DRM_PANEL_EDP 111 tristate "support for simple Embedded DisplayPort panels" 112 depends on OF 113 depends on BACKLIGHT_CLASS_DEVICE 114 depends on PM 115 select VIDEOMODE_HELPERS 116 select DRM_DISPLAY_DP_HELPER 117 select DRM_DISPLAY_HELPER 118 select DRM_DP_AUX_BUS 119 select DRM_KMS_HELPER 120 help 121 DRM panel driver for dumb eDP panels that need at most a regulator and 122 a GPIO to be powered up. Optionally a backlight can be attached so 123 that it can be automatically turned off when the panel goes into a 124 low power state. 125 | |
126config DRM_PANEL_EBBG_FT8719 127 tristate "EBBG FT8719 panel driver" 128 depends on OF 129 depends on DRM_MIPI_DSI 130 depends on BACKLIGHT_CLASS_DEVICE 131 help 132 Say Y here if you want to enable support for the EBBG FT8719 133 video mode panel. Mainly found on Xiaomi Poco F1 mobile phone. --- 23 unchanged lines hidden (view full) --- 157 tristate "Feiyang FY07024DI26A30-D MIPI-DSI LCD panel" 158 depends on OF 159 depends on DRM_MIPI_DSI 160 depends on BACKLIGHT_CLASS_DEVICE 161 help 162 Say Y if you want to enable support for panels based on the 163 Feiyang FY07024DI26A30-D MIPI-DSI interface. 164 | 90config DRM_PANEL_EBBG_FT8719 91 tristate "EBBG FT8719 panel driver" 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 the EBBG FT8719 97 video mode panel. Mainly found on Xiaomi Poco F1 mobile phone. --- 23 unchanged lines hidden (view full) --- 121 tristate "Feiyang FY07024DI26A30-D MIPI-DSI LCD panel" 122 depends on OF 123 depends on DRM_MIPI_DSI 124 depends on BACKLIGHT_CLASS_DEVICE 125 help 126 Say Y if you want to enable support for panels based on the 127 Feiyang FY07024DI26A30-D MIPI-DSI interface. 128 |
129config DRM_PANEL_DSI_CM 130 tristate "Generic DSI command mode panels" 131 depends on OF 132 depends on DRM_MIPI_DSI 133 depends on BACKLIGHT_CLASS_DEVICE 134 help 135 DRM panel driver for DSI command mode panels with support for 136 embedded and external backlights. 137 138config DRM_PANEL_LVDS 139 tristate "Generic LVDS panel driver" 140 depends on OF 141 depends on BACKLIGHT_CLASS_DEVICE 142 select VIDEOMODE_HELPERS 143 help 144 This driver supports LVDS panels that don't require device-specific 145 handling of power supplies or control signals. It implements automatic 146 backlight handling if the panel is attached to a backlight controller. 147 148config DRM_PANEL_HIMAX_HX83112A 149 tristate "Himax HX83112A-based DSI panel" 150 depends on OF 151 depends on DRM_MIPI_DSI 152 depends on BACKLIGHT_CLASS_DEVICE 153 select DRM_KMS_HELPER 154 help 155 Say Y here if you want to enable support for Himax HX83112A-based 156 display panels, such as the one found in the Fairphone 4 smartphone. 157 |
|
165config DRM_PANEL_HIMAX_HX8394 166 tristate "HIMAX HX8394 MIPI-DSI LCD panels" 167 depends on OF 168 depends on DRM_MIPI_DSI 169 depends on BACKLIGHT_CLASS_DEVICE 170 help 171 Say Y if you want to enable support for panels based on the 172 Himax HX8394 controller, such as the HannStar HSD060BHW4 --- 73 unchanged lines hidden (view full) --- 246 depends on OF 247 depends on DRM_MIPI_DSI 248 depends on BACKLIGHT_CLASS_DEVICE 249 help 250 Say Y here if you want to enable support for Jadard JD9365DA-H3 251 WXGA MIPI DSI panel. The panel support TFT dot matrix LCD with 252 800RGBx1280 dots at maximum. 253 | 158config DRM_PANEL_HIMAX_HX8394 159 tristate "HIMAX HX8394 MIPI-DSI LCD panels" 160 depends on OF 161 depends on DRM_MIPI_DSI 162 depends on BACKLIGHT_CLASS_DEVICE 163 help 164 Say Y if you want to enable support for panels based on the 165 Himax HX8394 controller, such as the HannStar HSD060BHW4 --- 73 unchanged lines hidden (view full) --- 239 depends on OF 240 depends on DRM_MIPI_DSI 241 depends on BACKLIGHT_CLASS_DEVICE 242 help 243 Say Y here if you want to enable support for Jadard JD9365DA-H3 244 WXGA MIPI DSI panel. The panel support TFT dot matrix LCD with 245 800RGBx1280 dots at maximum. 246 |
254config DRM_PANEL_JDI_LT070ME05000 255 tristate "JDI LT070ME05000 WUXGA DSI panel" 256 depends on OF 257 depends on DRM_MIPI_DSI 258 depends on BACKLIGHT_CLASS_DEVICE 259 help 260 Say Y here if you want to enable support for JDI DSI video mode 261 panel as found in Google Nexus 7 (2013) devices. 262 The panel has a 1200(RGB)×1920 (WUXGA) resolution and uses 263 24 bit per pixel. 264 | |
265config DRM_PANEL_JDI_LPM102A188A 266 tristate "JDI LPM102A188A DSI panel" 267 depends on OF && GPIOLIB 268 depends on DRM_MIPI_DSI 269 depends on BACKLIGHT_CLASS_DEVICE 270 help 271 Say Y here if you want to enable support for JDI LPM102A188A DSI 272 command mode panel as found in Google Pixel C devices. 273 The panel has a 2560×1800 resolution. It provides a MIPI DSI interface 274 to the host. 275 | 247config DRM_PANEL_JDI_LPM102A188A 248 tristate "JDI LPM102A188A DSI panel" 249 depends on OF && GPIOLIB 250 depends on DRM_MIPI_DSI 251 depends on BACKLIGHT_CLASS_DEVICE 252 help 253 Say Y here if you want to enable support for JDI LPM102A188A DSI 254 command mode panel as found in Google Pixel C devices. 255 The panel has a 2560×1800 resolution. It provides a MIPI DSI interface 256 to the host. 257 |
258config DRM_PANEL_JDI_LT070ME05000 259 tristate "JDI LT070ME05000 WUXGA DSI 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 JDI DSI video mode 265 panel as found in Google Nexus 7 (2013) devices. 266 The panel has a 1200(RGB)×1920 (WUXGA) resolution and uses 267 24 bit per pixel. 268 |
|
276config DRM_PANEL_JDI_R63452 277 tristate "JDI R63452 Full HD DSI panel" 278 depends on OF 279 depends on DRM_MIPI_DSI 280 depends on BACKLIGHT_CLASS_DEVICE 281 help 282 Say Y here if you want to enable support for the JDI R63452 283 DSI command mode panel as found in Xiaomi Mi 5 Devices. --- 37 unchanged lines hidden (view full) --- 321 depends on DRM_MIPI_DSI 322 depends on BACKLIGHT_CLASS_DEVICE 323 help 324 Say Y here if you want to enable support for Kingdisplay kd097d04 325 TFT-LCD modules. The panel has a 1536x2048 resolution and uses 326 24 bit RGB per pixel. It provides a MIPI DSI interface to 327 the host and has a built-in LED backlight. 328 | 269config DRM_PANEL_JDI_R63452 270 tristate "JDI R63452 Full HD DSI panel" 271 depends on OF 272 depends on DRM_MIPI_DSI 273 depends on BACKLIGHT_CLASS_DEVICE 274 help 275 Say Y here if you want to enable support for the JDI R63452 276 DSI command mode panel as found in Xiaomi Mi 5 Devices. --- 37 unchanged lines hidden (view full) --- 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 Kingdisplay kd097d04 318 TFT-LCD modules. The panel has a 1536x2048 resolution and uses 319 24 bit RGB per pixel. It provides a MIPI DSI interface to 320 the host and has a built-in LED backlight. 321 |
329config DRM_PANEL_SAMSUNG_LD9040 330 tristate "Samsung LD9040 RGB/SPI panel" 331 depends on OF && SPI 332 depends on BACKLIGHT_CLASS_DEVICE 333 select VIDEOMODE_HELPERS 334 | |
335config DRM_PANEL_LG_LB035Q02 336 tristate "LG LB035Q024573 RGB panel" 337 depends on GPIOLIB && OF && SPI 338 help 339 Say Y here if you want to enable support for the LB035Q02 RGB panel 340 (found on the Gumstix Overo Palo35 board). To compile this driver as 341 a module, choose M here. 342 --- 11 unchanged lines hidden (view full) --- 354 depends on DRM_MIPI_DSI 355 depends on BACKLIGHT_CLASS_DEVICE 356 select DRM_MIPI_DBI 357 help 358 DRM panel driver for the Samsung AMS495QA01 panel controlled 359 with the Magnachip D53E6EA8966 panel IC. This panel receives 360 video data via DSI but commands via 9-bit SPI using DBI. 361 | 322config DRM_PANEL_LG_LB035Q02 323 tristate "LG LB035Q024573 RGB panel" 324 depends on GPIOLIB && OF && SPI 325 help 326 Say Y here if you want to enable support for the LB035Q02 RGB panel 327 (found on the Gumstix Overo Palo35 board). To compile this driver as 328 a module, choose M here. 329 --- 11 unchanged lines hidden (view full) --- 341 depends on DRM_MIPI_DSI 342 depends on BACKLIGHT_CLASS_DEVICE 343 select DRM_MIPI_DBI 344 help 345 DRM panel driver for the Samsung AMS495QA01 panel controlled 346 with the Magnachip D53E6EA8966 panel IC. This panel receives 347 video data via DSI but commands via 9-bit SPI using DBI. 348 |
349config DRM_PANEL_MANTIX_MLAF057WE51 350 tristate "Mantix MLAF057WE51-X MIPI-DSI LCD panel" 351 depends on OF 352 depends on DRM_MIPI_DSI 353 depends on BACKLIGHT_CLASS_DEVICE 354 help 355 Say Y here if you want to enable support for the Mantix 356 MLAF057WE51-X MIPI DSI panel as e.g. used in the Librem 5. It 357 has a resolution of 720x1440 pixels, a built in backlight and touch 358 controller. 359 |
|
362config DRM_PANEL_NEC_NL8048HL11 363 tristate "NEC NL8048HL11 RGB panel" 364 depends on GPIOLIB && OF && SPI 365 help 366 Say Y here if you want to enable support for the NEC NL8048HL11 RGB 367 panel (found on the Zoom2/3/3630 SDP boards). To compile this driver 368 as a module, choose M here. 369 --- 63 unchanged lines hidden (view full) --- 433 depends on OF 434 depends on DRM_MIPI_DSI 435 depends on BACKLIGHT_CLASS_DEVICE 436 help 437 Say Y here if you want to enable support for the panels built 438 around the Novatek NT36672A display controller, such as some 439 Tianma panels used in a few Xiaomi Poco F1 mobile phones. 440 | 360config DRM_PANEL_NEC_NL8048HL11 361 tristate "NEC NL8048HL11 RGB panel" 362 depends on GPIOLIB && OF && SPI 363 help 364 Say Y here if you want to enable support for the NEC NL8048HL11 RGB 365 panel (found on the Zoom2/3/3630 SDP boards). To compile this driver 366 as a module, choose M here. 367 --- 63 unchanged lines hidden (view full) --- 431 depends on OF 432 depends on DRM_MIPI_DSI 433 depends on BACKLIGHT_CLASS_DEVICE 434 help 435 Say Y here if you want to enable support for the panels built 436 around the Novatek NT36672A display controller, such as some 437 Tianma panels used in a few Xiaomi Poco F1 mobile phones. 438 |
439config DRM_PANEL_NOVATEK_NT36672E 440 tristate "Novatek NT36672E DSI panel" 441 depends on OF 442 depends on DRM_MIPI_DSI 443 depends on BACKLIGHT_CLASS_DEVICE 444 help 445 Say Y here if you want to enable support for Novatek NT36672E DSI Video Mode 446 LCD panel module. The panel has a resolution of 1080x2408 and uses 24 bit 447 RGB per pixel. 448 |
|
441config DRM_PANEL_NOVATEK_NT39016 442 tristate "Novatek NT39016 RGB/SPI panel" 443 depends on OF && SPI 444 depends on BACKLIGHT_CLASS_DEVICE 445 select REGMAP_SPI 446 help 447 Say Y here if you want to enable support for the panels built 448 around the Novatek NT39016 display controller. 449 | 449config DRM_PANEL_NOVATEK_NT39016 450 tristate "Novatek NT39016 RGB/SPI panel" 451 depends on OF && SPI 452 depends on BACKLIGHT_CLASS_DEVICE 453 select REGMAP_SPI 454 help 455 Say Y here if you want to enable support for the panels built 456 around the Novatek NT39016 display controller. 457 |
450config DRM_PANEL_MANTIX_MLAF057WE51 451 tristate "Mantix MLAF057WE51-X MIPI-DSI LCD panel" 452 depends on OF 453 depends on DRM_MIPI_DSI 454 depends on BACKLIGHT_CLASS_DEVICE 455 help 456 Say Y here if you want to enable support for the Mantix 457 MLAF057WE51-X MIPI DSI panel as e.g. used in the Librem 5. It 458 has a resolution of 720x1440 pixels, a built in backlight and touch 459 controller. 460 | |
461config DRM_PANEL_OLIMEX_LCD_OLINUXINO 462 tristate "Olimex LCD-OLinuXino panel" 463 depends on OF 464 depends on I2C 465 depends on BACKLIGHT_CLASS_DEVICE 466 select CRC32 467 help 468 The panel is used with different sizes LCDs, from 480x272 to --- 80 unchanged lines hidden (view full) --- 549 tristate "Ronbo Electronics RB070D30 panel" 550 depends on OF 551 depends on DRM_MIPI_DSI 552 depends on BACKLIGHT_CLASS_DEVICE 553 help 554 Say Y here if you want to enable support for Ronbo Electronics 555 RB070D30 1024x600 DSI panel. 556 | 458config DRM_PANEL_OLIMEX_LCD_OLINUXINO 459 tristate "Olimex LCD-OLinuXino panel" 460 depends on OF 461 depends on I2C 462 depends on BACKLIGHT_CLASS_DEVICE 463 select CRC32 464 help 465 The panel is used with different sizes LCDs, from 480x272 to --- 80 unchanged lines hidden (view full) --- 546 tristate "Ronbo Electronics RB070D30 panel" 547 depends on OF 548 depends on DRM_MIPI_DSI 549 depends on BACKLIGHT_CLASS_DEVICE 550 help 551 Say Y here if you want to enable support for Ronbo Electronics 552 RB070D30 1024x600 DSI panel. 553 |
554config DRM_PANEL_SAMSUNG_S6E88A0_AMS452EF01 555 tristate "Samsung AMS452EF01 panel with S6E88A0 DSI video mode controller" 556 depends on OF 557 select DRM_MIPI_DSI 558 select VIDEOMODE_HELPERS 559 |
|
557config DRM_PANEL_SAMSUNG_ATNA33XC20 558 tristate "Samsung ATNA33XC20 eDP panel" 559 depends on OF 560 depends on BACKLIGHT_CLASS_DEVICE 561 depends on PM 562 select DRM_DISPLAY_DP_HELPER 563 select DRM_DISPLAY_HELPER 564 select DRM_DP_AUX_BUS --- 7 unchanged lines hidden (view full) --- 572 depends on OF && SPI && GPIOLIB 573 depends on BACKLIGHT_CLASS_DEVICE 574 select DRM_MIPI_DBI 575 help 576 Say Y here if you want to enable support for the Samsung 577 DB7430 DPI display controller used in such devices as the 578 LMS397KF04 480x800 DPI panel. 579 | 560config DRM_PANEL_SAMSUNG_ATNA33XC20 561 tristate "Samsung ATNA33XC20 eDP panel" 562 depends on OF 563 depends on BACKLIGHT_CLASS_DEVICE 564 depends on PM 565 select DRM_DISPLAY_DP_HELPER 566 select DRM_DISPLAY_HELPER 567 select DRM_DP_AUX_BUS --- 7 unchanged lines hidden (view full) --- 575 depends on OF && SPI && GPIOLIB 576 depends on BACKLIGHT_CLASS_DEVICE 577 select DRM_MIPI_DBI 578 help 579 Say Y here if you want to enable support for the Samsung 580 DB7430 DPI display controller used in such devices as the 581 LMS397KF04 480x800 DPI panel. 582 |
583config DRM_PANEL_SAMSUNG_LD9040 584 tristate "Samsung LD9040 RGB/SPI panel" 585 depends on OF && SPI 586 depends on BACKLIGHT_CLASS_DEVICE 587 select VIDEOMODE_HELPERS 588 |
|
580config DRM_PANEL_SAMSUNG_S6D16D0 581 tristate "Samsung S6D16D0 DSI video mode panel" 582 depends on OF 583 depends on DRM_MIPI_DSI 584 select VIDEOMODE_HELPERS 585 586config DRM_PANEL_SAMSUNG_S6D27A1 587 tristate "Samsung S6D27A1 DPI panel driver" --- 49 unchanged lines hidden (view full) --- 637config DRM_PANEL_SAMSUNG_S6E63M0_DSI 638 tristate "Samsung S6E63M0 RGB DSI interface" 639 depends on DRM_MIPI_DSI 640 depends on DRM_PANEL_SAMSUNG_S6E63M0 641 help 642 Say Y here if you want to be able to access the Samsung 643 S6E63M0 panel using DSI. 644 | 589config DRM_PANEL_SAMSUNG_S6D16D0 590 tristate "Samsung S6D16D0 DSI video mode panel" 591 depends on OF 592 depends on DRM_MIPI_DSI 593 select VIDEOMODE_HELPERS 594 595config DRM_PANEL_SAMSUNG_S6D27A1 596 tristate "Samsung S6D27A1 DPI panel driver" --- 49 unchanged lines hidden (view full) --- 646config DRM_PANEL_SAMSUNG_S6E63M0_DSI 647 tristate "Samsung S6E63M0 RGB DSI interface" 648 depends on DRM_MIPI_DSI 649 depends on DRM_PANEL_SAMSUNG_S6E63M0 650 help 651 Say Y here if you want to be able to access the Samsung 652 S6E63M0 panel using DSI. 653 |
645config DRM_PANEL_SAMSUNG_S6E88A0_AMS452EF01 646 tristate "Samsung AMS452EF01 panel with S6E88A0 DSI video mode controller" 647 depends on OF 648 select DRM_MIPI_DSI 649 select VIDEOMODE_HELPERS 650 | |
651config DRM_PANEL_SAMSUNG_S6E8AA0 652 tristate "Samsung S6E8AA0 DSI video mode panel" 653 depends on OF 654 select DRM_MIPI_DSI 655 select VIDEOMODE_HELPERS 656 657config DRM_PANEL_SAMSUNG_SOFEF00 658 tristate "Samsung sofef00/s6e3fc2x01 OnePlus 6/6T DSI cmd mode panels" --- 82 unchanged lines hidden (view full) --- 741config DRM_PANEL_SITRONIX_ST7789V 742 tristate "Sitronix ST7789V panel" 743 depends on OF && SPI 744 depends on BACKLIGHT_CLASS_DEVICE 745 help 746 Say Y here if you want to enable support for the Sitronix 747 ST7789V controller for 240x320 LCD panels 748 | 654config DRM_PANEL_SAMSUNG_S6E8AA0 655 tristate "Samsung S6E8AA0 DSI video mode panel" 656 depends on OF 657 select DRM_MIPI_DSI 658 select VIDEOMODE_HELPERS 659 660config DRM_PANEL_SAMSUNG_SOFEF00 661 tristate "Samsung sofef00/s6e3fc2x01 OnePlus 6/6T DSI cmd mode panels" --- 82 unchanged lines hidden (view full) --- 744config DRM_PANEL_SITRONIX_ST7789V 745 tristate "Sitronix ST7789V panel" 746 depends on OF && SPI 747 depends on BACKLIGHT_CLASS_DEVICE 748 help 749 Say Y here if you want to enable support for the Sitronix 750 ST7789V controller for 240x320 LCD panels 751 |
749config DRM_PANEL_SYNAPTICS_R63353 750 tristate "Synaptics R63353-based panels" 751 depends on OF 752 depends on DRM_MIPI_DSI 753 depends on BACKLIGHT_CLASS_DEVICE 754 help 755 Say Y if you want to enable support for panels based on the 756 Synaptics R63353 controller. 757 | |
758config DRM_PANEL_SONY_ACX565AKM 759 tristate "Sony ACX565AKM panel" 760 depends on GPIOLIB && OF && SPI 761 depends on BACKLIGHT_CLASS_DEVICE 762 help 763 Say Y here if you want to enable support for the Sony ACX565AKM 764 800x600 3.5" panel (found on the Nokia N900). 765 --- 23 unchanged lines hidden (view full) --- 789 depends on DRM_MIPI_DSI 790 depends on BACKLIGHT_CLASS_DEVICE 791 help 792 Say Y here if you want to enable support for STARTEK KD070FHFID015 DSI panel 793 based on RENESAS-R69429 controller. The pannel is a 7-inch TFT LCD display 794 with a resolution of 1024 x 600 pixels. It provides a MIPI DSI interface to 795 the host, a built-in LED backlight and touch controller. 796 | 752config DRM_PANEL_SONY_ACX565AKM 753 tristate "Sony ACX565AKM panel" 754 depends on GPIOLIB && OF && SPI 755 depends on BACKLIGHT_CLASS_DEVICE 756 help 757 Say Y here if you want to enable support for the Sony ACX565AKM 758 800x600 3.5" panel (found on the Nokia N900). 759 --- 23 unchanged lines hidden (view full) --- 783 depends on DRM_MIPI_DSI 784 depends on BACKLIGHT_CLASS_DEVICE 785 help 786 Say Y here if you want to enable support for STARTEK KD070FHFID015 DSI panel 787 based on RENESAS-R69429 controller. The pannel is a 7-inch TFT LCD display 788 with a resolution of 1024 x 600 pixels. It provides a MIPI DSI interface to 789 the host, a built-in LED backlight and touch controller. 790 |
791config DRM_PANEL_EDP 792 tristate "support for simple Embedded DisplayPort panels" 793 depends on OF 794 depends on BACKLIGHT_CLASS_DEVICE 795 depends on PM 796 select VIDEOMODE_HELPERS 797 select DRM_DISPLAY_DP_HELPER 798 select DRM_DISPLAY_HELPER 799 select DRM_DP_AUX_BUS 800 select DRM_KMS_HELPER 801 help 802 DRM panel driver for dumb eDP panels that need at most a regulator and 803 a GPIO to be powered up. Optionally a backlight can be attached so 804 that it can be automatically turned off when the panel goes into a 805 low power state. 806 807config DRM_PANEL_SIMPLE 808 tristate "support for simple panels (other than eDP ones)" 809 depends on OF 810 depends on BACKLIGHT_CLASS_DEVICE 811 depends on PM 812 select VIDEOMODE_HELPERS 813 help 814 DRM panel driver for dumb non-eDP panels that need at most a regulator 815 and a GPIO to be powered up. Optionally a backlight can be attached so 816 that it can be automatically turned off when the panel goes into a 817 low power state. 818 819config DRM_PANEL_SYNAPTICS_R63353 820 tristate "Synaptics R63353-based panels" 821 depends on OF 822 depends on DRM_MIPI_DSI 823 depends on BACKLIGHT_CLASS_DEVICE 824 help 825 Say Y if you want to enable support for panels based on the 826 Synaptics R63353 controller. 827 |
|
797config DRM_PANEL_TDO_TL070WSH30 798 tristate "TDO TL070WSH30 DSI panel" 799 depends on OF 800 depends on DRM_MIPI_DSI 801 depends on BACKLIGHT_CLASS_DEVICE 802 help 803 Say Y here if you want to enable support for TDO TL070WSH30 TFT-LCD 804 panel module. The panel has a 1024×600 resolution and uses --- 27 unchanged lines hidden (view full) --- 832config DRM_PANEL_TRULY_NT35597_WQXGA 833 tristate "Truly WQXGA" 834 depends on OF 835 depends on DRM_MIPI_DSI 836 help 837 Say Y here if you want to enable support for Truly NT35597 WQXGA Dual DSI 838 Video Mode panel 839 | 828config DRM_PANEL_TDO_TL070WSH30 829 tristate "TDO TL070WSH30 DSI panel" 830 depends on OF 831 depends on DRM_MIPI_DSI 832 depends on BACKLIGHT_CLASS_DEVICE 833 help 834 Say Y here if you want to enable support for TDO TL070WSH30 TFT-LCD 835 panel module. The panel has a 1024×600 resolution and uses --- 27 unchanged lines hidden (view full) --- 863config DRM_PANEL_TRULY_NT35597_WQXGA 864 tristate "Truly WQXGA" 865 depends on OF 866 depends on DRM_MIPI_DSI 867 help 868 Say Y here if you want to enable support for Truly NT35597 WQXGA Dual DSI 869 Video Mode panel 870 |
871config DRM_PANEL_VISIONOX_R66451 872 tristate "Visionox R66451" 873 depends on OF 874 depends on DRM_MIPI_DSI 875 depends on BACKLIGHT_CLASS_DEVICE 876 select DRM_DISPLAY_DP_HELPER 877 select DRM_DISPLAY_HELPER 878 help 879 Say Y here if you want to enable support for Visionox 880 R66451 1080x2340 AMOLED DSI panel. 881 |
|
840config DRM_PANEL_VISIONOX_RM69299 841 tristate "Visionox RM69299" 842 depends on OF 843 depends on DRM_MIPI_DSI 844 help 845 Say Y here if you want to enable support for Visionox 846 RM69299 DSI Video Mode panel. 847 848config DRM_PANEL_VISIONOX_VTDR6130 849 tristate "Visionox VTDR6130" 850 depends on OF 851 depends on DRM_MIPI_DSI 852 depends on BACKLIGHT_CLASS_DEVICE 853 help 854 Say Y here if you want to enable support for Visionox 855 VTDR6130 1080x2400 AMOLED DSI panel. 856 | 882config DRM_PANEL_VISIONOX_RM69299 883 tristate "Visionox RM69299" 884 depends on OF 885 depends on DRM_MIPI_DSI 886 help 887 Say Y here if you want to enable support for Visionox 888 RM69299 DSI Video Mode panel. 889 890config DRM_PANEL_VISIONOX_VTDR6130 891 tristate "Visionox VTDR6130" 892 depends on OF 893 depends on DRM_MIPI_DSI 894 depends on BACKLIGHT_CLASS_DEVICE 895 help 896 Say Y here if you want to enable support for Visionox 897 VTDR6130 1080x2400 AMOLED DSI panel. 898 |
857config DRM_PANEL_VISIONOX_R66451 858 tristate "Visionox R66451" 859 depends on OF 860 depends on DRM_MIPI_DSI 861 depends on BACKLIGHT_CLASS_DEVICE 862 select DRM_DISPLAY_DP_HELPER 863 select DRM_DISPLAY_HELPER 864 help 865 Say Y here if you want to enable support for Visionox 866 R66451 1080x2340 AMOLED DSI panel. 867 | |
868config DRM_PANEL_WIDECHIPS_WS2401 869 tristate "Widechips WS2401 DPI panel driver" 870 depends on SPI && GPIOLIB 871 depends on BACKLIGHT_CLASS_DEVICE 872 select DRM_MIPI_DBI 873 help 874 Say Y here if you want to enable support for the Widechips WS2401 DPI 875 480x800 display controller used in panels such as Samsung LMS380KF01. --- 12 unchanged lines hidden --- | 899config DRM_PANEL_WIDECHIPS_WS2401 900 tristate "Widechips WS2401 DPI panel driver" 901 depends on SPI && GPIOLIB 902 depends on BACKLIGHT_CLASS_DEVICE 903 select DRM_MIPI_DBI 904 help 905 Say Y here if you want to enable support for the Widechips WS2401 DPI 906 480x800 display controller used in panels such as Samsung LMS380KF01. --- 12 unchanged lines hidden --- |