Kconfig (be3382ecdf317f005e7d47356d0a9256cc36dd88) | Kconfig (aaf7f80996834ae5e2fd46d03f6fdb852cfa9911) |
---|---|
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 |
|
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 | 148config DRM_PANEL_HIMAX_HX8394 149 tristate "HIMAX HX8394 MIPI-DSI LCD panels" 150 depends on OF 151 depends on DRM_MIPI_DSI 152 depends on BACKLIGHT_CLASS_DEVICE 153 help 154 Say Y if you want to enable support for panels based on the 155 Himax HX8394 controller, such as the HannStar HSD060BHW4 --- 73 unchanged lines hidden (view full) --- 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 Jadard JD9365DA-H3 234 WXGA MIPI DSI panel. The panel support TFT dot matrix LCD with 235 800RGBx1280 dots at maximum. 236 |
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 | 237config DRM_PANEL_JDI_LPM102A188A 238 tristate "JDI LPM102A188A DSI panel" 239 depends on OF && GPIOLIB 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 JDI LPM102A188A DSI 244 command mode panel as found in Google Pixel C devices. 245 The panel has a 2560×1800 resolution. It provides a MIPI DSI interface 246 to the host. 247 |
248config DRM_PANEL_JDI_LT070ME05000 249 tristate "JDI LT070ME05000 WUXGA DSI panel" 250 depends on OF 251 depends on DRM_MIPI_DSI 252 depends on BACKLIGHT_CLASS_DEVICE 253 help 254 Say Y here if you want to enable support for JDI DSI video mode 255 panel as found in Google Nexus 7 (2013) devices. 256 The panel has a 1200(RGB)×1920 (WUXGA) resolution and uses 257 24 bit per pixel. 258 |
|
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 | 259config DRM_PANEL_JDI_R63452 260 tristate "JDI R63452 Full HD DSI panel" 261 depends on OF 262 depends on DRM_MIPI_DSI 263 depends on BACKLIGHT_CLASS_DEVICE 264 help 265 Say Y here if you want to enable support for the JDI R63452 266 DSI command mode panel as found in Xiaomi Mi 5 Devices. --- 37 unchanged lines hidden (view full) --- 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 Kingdisplay kd097d04 308 TFT-LCD modules. The panel has a 1536x2048 resolution and uses 309 24 bit RGB per pixel. It provides a MIPI DSI interface to 310 the host and has a built-in LED backlight. 311 |
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 | 312config DRM_PANEL_LG_LB035Q02 313 tristate "LG LB035Q024573 RGB panel" 314 depends on GPIOLIB && OF && SPI 315 help 316 Say Y here if you want to enable support for the LB035Q02 RGB panel 317 (found on the Gumstix Overo Palo35 board). To compile this driver as 318 a module, choose M here. 319 --- 11 unchanged lines hidden (view full) --- 331 depends on DRM_MIPI_DSI 332 depends on BACKLIGHT_CLASS_DEVICE 333 select DRM_MIPI_DBI 334 help 335 DRM panel driver for the Samsung AMS495QA01 panel controlled 336 with the Magnachip D53E6EA8966 panel IC. This panel receives 337 video data via DSI but commands via 9-bit SPI using DBI. 338 |
339config DRM_PANEL_MANTIX_MLAF057WE51 340 tristate "Mantix MLAF057WE51-X MIPI-DSI LCD panel" 341 depends on OF 342 depends on DRM_MIPI_DSI 343 depends on BACKLIGHT_CLASS_DEVICE 344 help 345 Say Y here if you want to enable support for the Mantix 346 MLAF057WE51-X MIPI DSI panel as e.g. used in the Librem 5. It 347 has a resolution of 720x1440 pixels, a built in backlight and touch 348 controller. 349 |
|
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 | 350config DRM_PANEL_NEC_NL8048HL11 351 tristate "NEC NL8048HL11 RGB panel" 352 depends on GPIOLIB && OF && SPI 353 help 354 Say Y here if you want to enable support for the NEC NL8048HL11 RGB 355 panel (found on the Zoom2/3/3630 SDP boards). To compile this driver 356 as a module, choose M here. 357 --- 63 unchanged lines hidden (view full) --- 421 depends on OF 422 depends on DRM_MIPI_DSI 423 depends on BACKLIGHT_CLASS_DEVICE 424 help 425 Say Y here if you want to enable support for the panels built 426 around the Novatek NT36672A display controller, such as some 427 Tianma panels used in a few Xiaomi Poco F1 mobile phones. 428 |
429config DRM_PANEL_NOVATEK_NT36672E 430 tristate "Novatek NT36672E DSI panel" 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 Novatek NT36672E DSI Video Mode 436 LCD panel module. The panel has a resolution of 1080x2408 and uses 24 bit 437 RGB per pixel. 438 |
|
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 | 439config DRM_PANEL_NOVATEK_NT39016 440 tristate "Novatek NT39016 RGB/SPI panel" 441 depends on OF && SPI 442 depends on BACKLIGHT_CLASS_DEVICE 443 select REGMAP_SPI 444 help 445 Say Y here if you want to enable support for the panels built 446 around the Novatek NT39016 display controller. 447 |
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 --- 78 unchanged lines hidden (view full) --- 547 tristate "Ronbo Electronics RB070D30 panel" 548 depends on OF 549 depends on DRM_MIPI_DSI 550 depends on BACKLIGHT_CLASS_DEVICE 551 help 552 Say Y here if you want to enable support for Ronbo Electronics 553 RB070D30 1024x600 DSI panel. 554 | 448config DRM_PANEL_OLIMEX_LCD_OLINUXINO 449 tristate "Olimex LCD-OLinuXino panel" 450 depends on OF 451 depends on I2C 452 depends on BACKLIGHT_CLASS_DEVICE 453 select CRC32 454 help 455 The panel is used with different sizes LCDs, from 480x272 to --- 78 unchanged lines hidden (view full) --- 534 tristate "Ronbo Electronics RB070D30 panel" 535 depends on OF 536 depends on DRM_MIPI_DSI 537 depends on BACKLIGHT_CLASS_DEVICE 538 help 539 Say Y here if you want to enable support for Ronbo Electronics 540 RB070D30 1024x600 DSI panel. 541 |
542config DRM_PANEL_SAMSUNG_S6E88A0_AMS452EF01 543 tristate "Samsung AMS452EF01 panel with S6E88A0 DSI video mode controller" 544 depends on OF 545 select DRM_MIPI_DSI 546 select VIDEOMODE_HELPERS 547 |
|
555config DRM_PANEL_SAMSUNG_ATNA33XC20 556 tristate "Samsung ATNA33XC20 eDP panel" 557 depends on OF 558 depends on BACKLIGHT_CLASS_DEVICE 559 depends on PM 560 select DRM_DISPLAY_DP_HELPER 561 select DRM_DISPLAY_HELPER 562 select DRM_DP_AUX_BUS --- 7 unchanged lines hidden (view full) --- 570 depends on OF && SPI && GPIOLIB 571 depends on BACKLIGHT_CLASS_DEVICE 572 select DRM_MIPI_DBI 573 help 574 Say Y here if you want to enable support for the Samsung 575 DB7430 DPI display controller used in such devices as the 576 LMS397KF04 480x800 DPI panel. 577 | 548config DRM_PANEL_SAMSUNG_ATNA33XC20 549 tristate "Samsung ATNA33XC20 eDP panel" 550 depends on OF 551 depends on BACKLIGHT_CLASS_DEVICE 552 depends on PM 553 select DRM_DISPLAY_DP_HELPER 554 select DRM_DISPLAY_HELPER 555 select DRM_DP_AUX_BUS --- 7 unchanged lines hidden (view full) --- 563 depends on OF && SPI && GPIOLIB 564 depends on BACKLIGHT_CLASS_DEVICE 565 select DRM_MIPI_DBI 566 help 567 Say Y here if you want to enable support for the Samsung 568 DB7430 DPI display controller used in such devices as the 569 LMS397KF04 480x800 DPI panel. 570 |
571config DRM_PANEL_SAMSUNG_LD9040 572 tristate "Samsung LD9040 RGB/SPI panel" 573 depends on OF && SPI 574 depends on BACKLIGHT_CLASS_DEVICE 575 select VIDEOMODE_HELPERS 576 |
|
578config DRM_PANEL_SAMSUNG_S6D16D0 579 tristate "Samsung S6D16D0 DSI video mode panel" 580 depends on OF 581 depends on DRM_MIPI_DSI 582 select VIDEOMODE_HELPERS 583 584config DRM_PANEL_SAMSUNG_S6D27A1 585 tristate "Samsung S6D27A1 DPI panel driver" --- 49 unchanged lines hidden (view full) --- 635config DRM_PANEL_SAMSUNG_S6E63M0_DSI 636 tristate "Samsung S6E63M0 RGB DSI interface" 637 depends on DRM_MIPI_DSI 638 depends on DRM_PANEL_SAMSUNG_S6E63M0 639 help 640 Say Y here if you want to be able to access the Samsung 641 S6E63M0 panel using DSI. 642 | 577config DRM_PANEL_SAMSUNG_S6D16D0 578 tristate "Samsung S6D16D0 DSI video mode panel" 579 depends on OF 580 depends on DRM_MIPI_DSI 581 select VIDEOMODE_HELPERS 582 583config DRM_PANEL_SAMSUNG_S6D27A1 584 tristate "Samsung S6D27A1 DPI panel driver" --- 49 unchanged lines hidden (view full) --- 634config DRM_PANEL_SAMSUNG_S6E63M0_DSI 635 tristate "Samsung S6E63M0 RGB DSI interface" 636 depends on DRM_MIPI_DSI 637 depends on DRM_PANEL_SAMSUNG_S6E63M0 638 help 639 Say Y here if you want to be able to access the Samsung 640 S6E63M0 panel using DSI. 641 |
643config DRM_PANEL_SAMSUNG_S6E88A0_AMS452EF01 644 tristate "Samsung AMS452EF01 panel with S6E88A0 DSI video mode controller" 645 depends on OF 646 select DRM_MIPI_DSI 647 select VIDEOMODE_HELPERS 648 | |
649config DRM_PANEL_SAMSUNG_S6E8AA0 650 tristate "Samsung S6E8AA0 DSI video mode panel" 651 depends on OF 652 select DRM_MIPI_DSI 653 select VIDEOMODE_HELPERS 654 655config DRM_PANEL_SAMSUNG_SOFEF00 656 tristate "Samsung sofef00/s6e3fc2x01 OnePlus 6/6T DSI cmd mode panels" --- 82 unchanged lines hidden (view full) --- 739config DRM_PANEL_SITRONIX_ST7789V 740 tristate "Sitronix ST7789V panel" 741 depends on OF && SPI 742 depends on BACKLIGHT_CLASS_DEVICE 743 help 744 Say Y here if you want to enable support for the Sitronix 745 ST7789V controller for 240x320 LCD panels 746 | 642config DRM_PANEL_SAMSUNG_S6E8AA0 643 tristate "Samsung S6E8AA0 DSI video mode panel" 644 depends on OF 645 select DRM_MIPI_DSI 646 select VIDEOMODE_HELPERS 647 648config DRM_PANEL_SAMSUNG_SOFEF00 649 tristate "Samsung sofef00/s6e3fc2x01 OnePlus 6/6T DSI cmd mode panels" --- 82 unchanged lines hidden (view full) --- 732config DRM_PANEL_SITRONIX_ST7789V 733 tristate "Sitronix ST7789V panel" 734 depends on OF && SPI 735 depends on BACKLIGHT_CLASS_DEVICE 736 help 737 Say Y here if you want to enable support for the Sitronix 738 ST7789V controller for 240x320 LCD panels 739 |
747config DRM_PANEL_SYNAPTICS_R63353 748 tristate "Synaptics R63353-based panels" 749 depends on OF 750 depends on DRM_MIPI_DSI 751 depends on BACKLIGHT_CLASS_DEVICE 752 help 753 Say Y if you want to enable support for panels based on the 754 Synaptics R63353 controller. 755 | |
756config DRM_PANEL_SONY_ACX565AKM 757 tristate "Sony ACX565AKM panel" 758 depends on GPIOLIB && OF && SPI 759 depends on BACKLIGHT_CLASS_DEVICE 760 help 761 Say Y here if you want to enable support for the Sony ACX565AKM 762 800x600 3.5" panel (found on the Nokia N900). 763 --- 23 unchanged lines hidden (view full) --- 787 depends on DRM_MIPI_DSI 788 depends on BACKLIGHT_CLASS_DEVICE 789 help 790 Say Y here if you want to enable support for STARTEK KD070FHFID015 DSI panel 791 based on RENESAS-R69429 controller. The pannel is a 7-inch TFT LCD display 792 with a resolution of 1024 x 600 pixels. It provides a MIPI DSI interface to 793 the host, a built-in LED backlight and touch controller. 794 | 740config DRM_PANEL_SONY_ACX565AKM 741 tristate "Sony ACX565AKM panel" 742 depends on GPIOLIB && OF && SPI 743 depends on BACKLIGHT_CLASS_DEVICE 744 help 745 Say Y here if you want to enable support for the Sony ACX565AKM 746 800x600 3.5" panel (found on the Nokia N900). 747 --- 23 unchanged lines hidden (view full) --- 771 depends on DRM_MIPI_DSI 772 depends on BACKLIGHT_CLASS_DEVICE 773 help 774 Say Y here if you want to enable support for STARTEK KD070FHFID015 DSI panel 775 based on RENESAS-R69429 controller. The pannel is a 7-inch TFT LCD display 776 with a resolution of 1024 x 600 pixels. It provides a MIPI DSI interface to 777 the host, a built-in LED backlight and touch controller. 778 |
779config DRM_PANEL_EDP 780 tristate "support for simple Embedded DisplayPort panels" 781 depends on OF 782 depends on BACKLIGHT_CLASS_DEVICE 783 depends on PM 784 select VIDEOMODE_HELPERS 785 select DRM_DISPLAY_DP_HELPER 786 select DRM_DISPLAY_HELPER 787 select DRM_DP_AUX_BUS 788 select DRM_KMS_HELPER 789 help 790 DRM panel driver for dumb eDP panels that need at most a regulator and 791 a GPIO to be powered up. Optionally a backlight can be attached so 792 that it can be automatically turned off when the panel goes into a 793 low power state. 794 795config DRM_PANEL_SIMPLE 796 tristate "support for simple panels (other than eDP ones)" 797 depends on OF 798 depends on BACKLIGHT_CLASS_DEVICE 799 depends on PM 800 select VIDEOMODE_HELPERS 801 help 802 DRM panel driver for dumb non-eDP panels that need at most a regulator 803 and 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_SYNAPTICS_R63353 808 tristate "Synaptics R63353-based panels" 809 depends on OF 810 depends on DRM_MIPI_DSI 811 depends on BACKLIGHT_CLASS_DEVICE 812 help 813 Say Y if you want to enable support for panels based on the 814 Synaptics R63353 controller. 815 |
|
795config DRM_PANEL_TDO_TL070WSH30 796 tristate "TDO TL070WSH30 DSI panel" 797 depends on OF 798 depends on DRM_MIPI_DSI 799 depends on BACKLIGHT_CLASS_DEVICE 800 help 801 Say Y here if you want to enable support for TDO TL070WSH30 TFT-LCD 802 panel module. The panel has a 1024×600 resolution and uses --- 27 unchanged lines hidden (view full) --- 830config DRM_PANEL_TRULY_NT35597_WQXGA 831 tristate "Truly WQXGA" 832 depends on OF 833 depends on DRM_MIPI_DSI 834 help 835 Say Y here if you want to enable support for Truly NT35597 WQXGA Dual DSI 836 Video Mode panel 837 | 816config DRM_PANEL_TDO_TL070WSH30 817 tristate "TDO TL070WSH30 DSI panel" 818 depends on OF 819 depends on DRM_MIPI_DSI 820 depends on BACKLIGHT_CLASS_DEVICE 821 help 822 Say Y here if you want to enable support for TDO TL070WSH30 TFT-LCD 823 panel module. The panel has a 1024×600 resolution and uses --- 27 unchanged lines hidden (view full) --- 851config DRM_PANEL_TRULY_NT35597_WQXGA 852 tristate "Truly WQXGA" 853 depends on OF 854 depends on DRM_MIPI_DSI 855 help 856 Say Y here if you want to enable support for Truly NT35597 WQXGA Dual DSI 857 Video Mode panel 858 |
859config DRM_PANEL_VISIONOX_R66451 860 tristate "Visionox R66451" 861 depends on OF 862 depends on DRM_MIPI_DSI 863 depends on BACKLIGHT_CLASS_DEVICE 864 select DRM_DISPLAY_DP_HELPER 865 select DRM_DISPLAY_HELPER 866 help 867 Say Y here if you want to enable support for Visionox 868 R66451 1080x2340 AMOLED DSI panel. 869 |
|
838config DRM_PANEL_VISIONOX_RM69299 839 tristate "Visionox RM69299" 840 depends on OF 841 depends on DRM_MIPI_DSI 842 help 843 Say Y here if you want to enable support for Visionox 844 RM69299 DSI Video Mode panel. 845 846config DRM_PANEL_VISIONOX_VTDR6130 847 tristate "Visionox VTDR6130" 848 depends on OF 849 depends on DRM_MIPI_DSI 850 depends on BACKLIGHT_CLASS_DEVICE 851 help 852 Say Y here if you want to enable support for Visionox 853 VTDR6130 1080x2400 AMOLED DSI panel. 854 | 870config DRM_PANEL_VISIONOX_RM69299 871 tristate "Visionox RM69299" 872 depends on OF 873 depends on DRM_MIPI_DSI 874 help 875 Say Y here if you want to enable support for Visionox 876 RM69299 DSI Video Mode panel. 877 878config DRM_PANEL_VISIONOX_VTDR6130 879 tristate "Visionox VTDR6130" 880 depends on OF 881 depends on DRM_MIPI_DSI 882 depends on BACKLIGHT_CLASS_DEVICE 883 help 884 Say Y here if you want to enable support for Visionox 885 VTDR6130 1080x2400 AMOLED DSI panel. 886 |
855config DRM_PANEL_VISIONOX_R66451 856 tristate "Visionox R66451" 857 depends on OF 858 depends on DRM_MIPI_DSI 859 depends on BACKLIGHT_CLASS_DEVICE 860 select DRM_DISPLAY_DP_HELPER 861 select DRM_DISPLAY_HELPER 862 help 863 Say Y here if you want to enable support for Visionox 864 R66451 1080x2340 AMOLED DSI panel. 865 | |
866config DRM_PANEL_WIDECHIPS_WS2401 867 tristate "Widechips WS2401 DPI panel driver" 868 depends on SPI && GPIOLIB 869 depends on BACKLIGHT_CLASS_DEVICE 870 select DRM_MIPI_DBI 871 help 872 Say Y here if you want to enable support for the Widechips WS2401 DPI 873 480x800 display controller used in panels such as Samsung LMS380KF01. --- 12 unchanged lines hidden --- | 887config DRM_PANEL_WIDECHIPS_WS2401 888 tristate "Widechips WS2401 DPI panel driver" 889 depends on SPI && GPIOLIB 890 depends on BACKLIGHT_CLASS_DEVICE 891 select DRM_MIPI_DBI 892 help 893 Say Y here if you want to enable support for the Widechips WS2401 DPI 894 480x800 display controller used in panels such as Samsung LMS380KF01. --- 12 unchanged lines hidden --- |