Kconfig (4a6fd06643afa99989a0e6b848e125099674227b) | Kconfig (d5658db2a0768a73a862f8b5fe6daae10d3abfec) |
---|---|
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" --- 618 unchanged lines hidden (view full) --- 627 tristate "Samsung AMS639RQ08 panel" 628 depends on OF 629 depends on DRM_MIPI_DSI 630 depends on BACKLIGHT_CLASS_DEVICE 631 help 632 Say Y or M here if you want to enable support for the 633 Samsung AMS639RQ08 FHD Plus (2340x1080@60Hz) CMD mode panel. 634 | 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" --- 618 unchanged lines hidden (view full) --- 627 tristate "Samsung AMS639RQ08 panel" 628 depends on OF 629 depends on DRM_MIPI_DSI 630 depends on BACKLIGHT_CLASS_DEVICE 631 help 632 Say Y or M here if you want to enable support for the 633 Samsung AMS639RQ08 FHD Plus (2340x1080@60Hz) CMD mode panel. 634 |
635config DRM_PANEL_SAMSUNG_S6E88A0_AMS427AP24 636 tristate "Samsung AMS427AP24 panel with S6E88A0 controller" 637 depends on GPIOLIB && OF && REGULATOR 638 depends on DRM_MIPI_DSI 639 help 640 Say Y here if you want to enable support for Samsung AMS427AP24 panel 641 with S6E88A0 controller (found in Samsung Galaxy S4 Mini Value Edition 642 GT-I9195I). To compile this driver as a module, choose M here. 643 |
|
635config DRM_PANEL_SAMSUNG_S6E88A0_AMS452EF01 636 tristate "Samsung AMS452EF01 panel with S6E88A0 DSI video mode controller" 637 depends on OF 638 select DRM_MIPI_DSI 639 select VIDEOMODE_HELPERS 640 641config DRM_PANEL_SAMSUNG_ATNA33XC20 642 tristate "Samsung ATNA33XC20 eDP panel" --- 375 unchanged lines hidden --- | 644config DRM_PANEL_SAMSUNG_S6E88A0_AMS452EF01 645 tristate "Samsung AMS452EF01 panel with S6E88A0 DSI video mode controller" 646 depends on OF 647 select DRM_MIPI_DSI 648 select VIDEOMODE_HELPERS 649 650config DRM_PANEL_SAMSUNG_ATNA33XC20 651 tristate "Samsung ATNA33XC20 eDP panel" --- 375 unchanged lines hidden --- |