1config DRM_PANEL 2 bool 3 depends on DRM 4 help 5 Panel registration and lookup framework. 6 7menu "Display Panels" 8 depends on DRM && DRM_PANEL 9 10config DRM_PANEL_LVDS 11 tristate "Generic LVDS panel driver" 12 depends on OF 13 depends on BACKLIGHT_CLASS_DEVICE 14 select VIDEOMODE_HELPERS 15 help 16 This driver supports LVDS panels that don't require device-specific 17 handling of power supplies or control signals. It implements automatic 18 backlight handling if the panel is attached to a backlight controller. 19 20config DRM_PANEL_SIMPLE 21 tristate "support for simple panels" 22 depends on OF 23 depends on BACKLIGHT_CLASS_DEVICE 24 select VIDEOMODE_HELPERS 25 help 26 DRM panel driver for dumb panels that need at most a regulator and 27 a GPIO to be powered up. Optionally a backlight can be attached so 28 that it can be automatically turned off when the panel goes into a 29 low power state. 30 31config DRM_PANEL_JDI_LT070ME05000 32 tristate "JDI LT070ME05000 WUXGA DSI panel" 33 depends on OF 34 depends on DRM_MIPI_DSI 35 depends on BACKLIGHT_CLASS_DEVICE 36 help 37 Say Y here if you want to enable support for JDI DSI video mode 38 panel as found in Google Nexus 7 (2013) devices. 39 The panel has a 1200(RGB)×1920 (WUXGA) resolution and uses 40 24 bit per pixel. 41 42config DRM_PANEL_SAMSUNG_LD9040 43 tristate "Samsung LD9040 RGB/SPI panel" 44 depends on OF && SPI 45 select VIDEOMODE_HELPERS 46 47config DRM_PANEL_LG_LG4573 48 tristate "LG4573 RGB/SPI panel" 49 depends on OF && SPI 50 select VIDEOMODE_HELPERS 51 help 52 Say Y here if you want to enable support for LG4573 RGB panel. 53 To compile this driver as a module, choose M here. 54 55config DRM_PANEL_PANASONIC_VVX10F034N00 56 tristate "Panasonic VVX10F034N00 1920x1200 video mode panel" 57 depends on OF 58 depends on DRM_MIPI_DSI 59 depends on BACKLIGHT_CLASS_DEVICE 60 help 61 Say Y here if you want to enable support for Panasonic VVX10F034N00 62 WUXGA (1920x1200) Novatek NT1397-based DSI panel as found in some 63 Xperia Z2 tablets 64 65config DRM_PANEL_SAMSUNG_S6E3HA2 66 tristate "Samsung S6E3HA2 DSI video mode panel" 67 depends on OF 68 depends on DRM_MIPI_DSI 69 select VIDEOMODE_HELPERS 70 71config DRM_PANEL_SAMSUNG_S6E8AA0 72 tristate "Samsung S6E8AA0 DSI video mode panel" 73 depends on OF 74 select DRM_MIPI_DSI 75 select VIDEOMODE_HELPERS 76 77config DRM_PANEL_SHARP_LQ101R1SX01 78 tristate "Sharp LQ101R1SX01 panel" 79 depends on OF 80 depends on DRM_MIPI_DSI 81 depends on BACKLIGHT_CLASS_DEVICE 82 help 83 Say Y here if you want to enable support for Sharp LQ101R1SX01 84 TFT-LCD modules. The panel has a 2560x1600 resolution and uses 85 24 bit RGB per pixel. It provides a dual MIPI DSI interface to 86 the host and has a built-in LED backlight. 87 88 To compile this driver as a module, choose M here: the module 89 will be called panel-sharp-lq101r1sx01. 90 91config DRM_PANEL_SHARP_LS043T1LE01 92 tristate "Sharp LS043T1LE01 qHD video mode panel" 93 depends on OF 94 depends on DRM_MIPI_DSI 95 depends on BACKLIGHT_CLASS_DEVICE 96 help 97 Say Y here if you want to enable support for Sharp LS043T1LE01 qHD 98 (540x960) DSI panel as found on the Qualcomm APQ8074 Dragonboard 99 100config DRM_PANEL_SITRONIX_ST7789V 101 tristate "Sitronix ST7789V panel" 102 depends on OF && SPI 103 help 104 Say Y here if you want to enable support for the Sitronix 105 ST7789V controller for 240x320 LCD panels 106 107endmenu 108