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_INNOLUX_P079ZCA 32 tristate "Innolux P079ZCA 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 Innolux P079ZCA 38 TFT-LCD modules. The panel has a 1024x768 resolution and uses 39 24 bit RGB per pixel. It provides a MIPI DSI interface to 40 the host and has a built-in LED backlight. 41 42config DRM_PANEL_JDI_LT070ME05000 43 tristate "JDI LT070ME05000 WUXGA DSI panel" 44 depends on OF 45 depends on DRM_MIPI_DSI 46 depends on BACKLIGHT_CLASS_DEVICE 47 help 48 Say Y here if you want to enable support for JDI DSI video mode 49 panel as found in Google Nexus 7 (2013) devices. 50 The panel has a 1200(RGB)×1920 (WUXGA) resolution and uses 51 24 bit per pixel. 52 53config DRM_PANEL_SAMSUNG_LD9040 54 tristate "Samsung LD9040 RGB/SPI panel" 55 depends on OF && SPI 56 select VIDEOMODE_HELPERS 57 58config DRM_PANEL_LG_LG4573 59 tristate "LG4573 RGB/SPI panel" 60 depends on OF && SPI 61 select VIDEOMODE_HELPERS 62 help 63 Say Y here if you want to enable support for LG4573 RGB panel. 64 To compile this driver as a module, choose M here. 65 66config DRM_PANEL_ORISETECH_OTM8009A 67 tristate "Orise Technology otm8009a 480x800 dsi 2dl panel" 68 depends on OF 69 depends on DRM_MIPI_DSI 70 depends on BACKLIGHT_CLASS_DEVICE 71 help 72 Say Y here if you want to enable support for Orise Technology 73 otm8009a 480x800 dsi 2dl panel. 74 75config DRM_PANEL_PANASONIC_VVX10F034N00 76 tristate "Panasonic VVX10F034N00 1920x1200 video mode panel" 77 depends on OF 78 depends on DRM_MIPI_DSI 79 depends on BACKLIGHT_CLASS_DEVICE 80 help 81 Say Y here if you want to enable support for Panasonic VVX10F034N00 82 WUXGA (1920x1200) Novatek NT1397-based DSI panel as found in some 83 Xperia Z2 tablets 84 85config DRM_PANEL_RASPBERRYPI_TOUCHSCREEN 86 tristate "Raspberry Pi 7-inch touchscreen panel" 87 depends on DRM_MIPI_DSI 88 help 89 Say Y here if you want to enable support for the Raspberry 90 Pi 7" Touchscreen. To compile this driver as a module, 91 choose M here. 92 93config DRM_PANEL_SAMSUNG_S6E3HA2 94 tristate "Samsung S6E3HA2 DSI video mode panel" 95 depends on OF 96 depends on DRM_MIPI_DSI 97 depends on BACKLIGHT_CLASS_DEVICE 98 select VIDEOMODE_HELPERS 99 100config DRM_PANEL_SAMSUNG_S6E63J0X03 101 tristate "Samsung S6E63J0X03 DSI command mode panel" 102 depends on OF 103 depends on DRM_MIPI_DSI 104 depends on BACKLIGHT_CLASS_DEVICE 105 select VIDEOMODE_HELPERS 106 107config DRM_PANEL_SAMSUNG_S6E8AA0 108 tristate "Samsung S6E8AA0 DSI video mode panel" 109 depends on OF 110 select DRM_MIPI_DSI 111 select VIDEOMODE_HELPERS 112 113config DRM_PANEL_SEIKO_43WVF1G 114 tristate "Seiko 43WVF1G panel" 115 depends on OF 116 depends on BACKLIGHT_CLASS_DEVICE 117 select VIDEOMODE_HELPERS 118 help 119 Say Y here if you want to enable support for the Seiko 120 43WVF1G controller for 800x480 LCD panels 121 122config DRM_PANEL_SHARP_LQ101R1SX01 123 tristate "Sharp LQ101R1SX01 panel" 124 depends on OF 125 depends on DRM_MIPI_DSI 126 depends on BACKLIGHT_CLASS_DEVICE 127 help 128 Say Y here if you want to enable support for Sharp LQ101R1SX01 129 TFT-LCD modules. The panel has a 2560x1600 resolution and uses 130 24 bit RGB per pixel. It provides a dual MIPI DSI interface to 131 the host and has a built-in LED backlight. 132 133 To compile this driver as a module, choose M here: the module 134 will be called panel-sharp-lq101r1sx01. 135 136config DRM_PANEL_SHARP_LS043T1LE01 137 tristate "Sharp LS043T1LE01 qHD video mode panel" 138 depends on OF 139 depends on DRM_MIPI_DSI 140 depends on BACKLIGHT_CLASS_DEVICE 141 help 142 Say Y here if you want to enable support for Sharp LS043T1LE01 qHD 143 (540x960) DSI panel as found on the Qualcomm APQ8074 Dragonboard 144 145config DRM_PANEL_SITRONIX_ST7789V 146 tristate "Sitronix ST7789V panel" 147 depends on OF && SPI 148 depends on BACKLIGHT_CLASS_DEVICE 149 help 150 Say Y here if you want to enable support for the Sitronix 151 ST7789V controller for 240x320 LCD panels 152 153endmenu 154