1043386a0SNoralf Trønnes# SPDX-License-Identifier: GPL-2.0-only 2*77b8cabfSNoralf Trønnes 3*77b8cabfSNoralf Trønnesconfig DRM_GM12U320 4*77b8cabfSNoralf Trønnes tristate "GM12U320 driver for USB projectors" 5*77b8cabfSNoralf Trønnes depends on DRM && USB 6*77b8cabfSNoralf Trønnes select DRM_KMS_HELPER 7*77b8cabfSNoralf Trønnes select DRM_GEM_SHMEM_HELPER 8*77b8cabfSNoralf Trønnes help 9*77b8cabfSNoralf Trønnes This is a KMS driver for projectors which use the GM12U320 chipset 10*77b8cabfSNoralf Trønnes for video transfer over USB2/3, such as the Acer C120 mini projector. 11*77b8cabfSNoralf Trønnes 12043386a0SNoralf Trønnesconfig TINYDRM_HX8357D 13043386a0SNoralf Trønnes tristate "DRM support for HX8357D display panels" 14043386a0SNoralf Trønnes depends on DRM && SPI 15043386a0SNoralf Trønnes select DRM_KMS_HELPER 16043386a0SNoralf Trønnes select DRM_KMS_CMA_HELPER 17043386a0SNoralf Trønnes select DRM_MIPI_DBI 18043386a0SNoralf Trønnes select BACKLIGHT_CLASS_DEVICE 19043386a0SNoralf Trønnes help 20043386a0SNoralf Trønnes DRM driver for the following HX8357D panels: 21043386a0SNoralf Trønnes * YX350HV15-T 3.5" 340x350 TFT (Adafruit 3.5") 22043386a0SNoralf Trønnes 23043386a0SNoralf Trønnes If M is selected the module will be called hx8357d. 24043386a0SNoralf Trønnes 25043386a0SNoralf Trønnesconfig TINYDRM_ILI9225 26043386a0SNoralf Trønnes tristate "DRM support for ILI9225 display panels" 27043386a0SNoralf Trønnes depends on DRM && SPI 28043386a0SNoralf Trønnes select DRM_KMS_HELPER 29043386a0SNoralf Trønnes select DRM_KMS_CMA_HELPER 30043386a0SNoralf Trønnes select DRM_MIPI_DBI 31043386a0SNoralf Trønnes help 32043386a0SNoralf Trønnes DRM driver for the following Ilitek ILI9225 panels: 33043386a0SNoralf Trønnes * No-name 2.2" color screen module 34043386a0SNoralf Trønnes 35043386a0SNoralf Trønnes If M is selected the module will be called ili9225. 36043386a0SNoralf Trønnes 37043386a0SNoralf Trønnesconfig TINYDRM_ILI9341 38043386a0SNoralf Trønnes tristate "DRM support for ILI9341 display panels" 39043386a0SNoralf Trønnes depends on DRM && SPI 40043386a0SNoralf Trønnes select DRM_KMS_HELPER 41043386a0SNoralf Trønnes select DRM_KMS_CMA_HELPER 42043386a0SNoralf Trønnes select DRM_MIPI_DBI 43043386a0SNoralf Trønnes select BACKLIGHT_CLASS_DEVICE 44043386a0SNoralf Trønnes help 45043386a0SNoralf Trønnes DRM driver for the following Ilitek ILI9341 panels: 46043386a0SNoralf Trønnes * YX240QV29-T 2.4" 240x320 TFT (Adafruit 2.4") 47043386a0SNoralf Trønnes 48043386a0SNoralf Trønnes If M is selected the module will be called ili9341. 49043386a0SNoralf Trønnes 50043386a0SNoralf Trønnesconfig TINYDRM_MI0283QT 51043386a0SNoralf Trønnes tristate "DRM support for MI0283QT" 52043386a0SNoralf Trønnes depends on DRM && SPI 53043386a0SNoralf Trønnes select DRM_KMS_HELPER 54043386a0SNoralf Trønnes select DRM_KMS_CMA_HELPER 55043386a0SNoralf Trønnes select DRM_MIPI_DBI 56043386a0SNoralf Trønnes select BACKLIGHT_CLASS_DEVICE 57043386a0SNoralf Trønnes help 58043386a0SNoralf Trønnes DRM driver for the Multi-Inno MI0283QT display panel 59043386a0SNoralf Trønnes If M is selected the module will be called mi0283qt. 60043386a0SNoralf Trønnes 61043386a0SNoralf Trønnesconfig TINYDRM_REPAPER 62043386a0SNoralf Trønnes tristate "DRM support for Pervasive Displays RePaper panels (V231)" 63043386a0SNoralf Trønnes depends on DRM && SPI 64043386a0SNoralf Trønnes select DRM_KMS_HELPER 65043386a0SNoralf Trønnes select DRM_KMS_CMA_HELPER 66043386a0SNoralf Trønnes depends on THERMAL || !THERMAL 67043386a0SNoralf Trønnes help 68043386a0SNoralf Trønnes DRM driver for the following Pervasive Displays panels: 69043386a0SNoralf Trønnes 1.44" TFT EPD Panel (E1144CS021) 70043386a0SNoralf Trønnes 1.90" TFT EPD Panel (E1190CS021) 71043386a0SNoralf Trønnes 2.00" TFT EPD Panel (E2200CS021) 72043386a0SNoralf Trønnes 2.71" TFT EPD Panel (E2271CS021) 73043386a0SNoralf Trønnes 74043386a0SNoralf Trønnes If M is selected the module will be called repaper. 75043386a0SNoralf Trønnes 76043386a0SNoralf Trønnesconfig TINYDRM_ST7586 77043386a0SNoralf Trønnes tristate "DRM support for Sitronix ST7586 display panels" 78043386a0SNoralf Trønnes depends on DRM && SPI 79043386a0SNoralf Trønnes select DRM_KMS_HELPER 80043386a0SNoralf Trønnes select DRM_KMS_CMA_HELPER 81043386a0SNoralf Trønnes select DRM_MIPI_DBI 82043386a0SNoralf Trønnes help 83043386a0SNoralf Trønnes DRM driver for the following Sitronix ST7586 panels: 84043386a0SNoralf Trønnes * LEGO MINDSTORMS EV3 85043386a0SNoralf Trønnes 86043386a0SNoralf Trønnes If M is selected the module will be called st7586. 87043386a0SNoralf Trønnes 88043386a0SNoralf Trønnesconfig TINYDRM_ST7735R 89043386a0SNoralf Trønnes tristate "DRM support for Sitronix ST7735R display panels" 90043386a0SNoralf Trønnes depends on DRM && SPI 91043386a0SNoralf Trønnes select DRM_KMS_HELPER 92043386a0SNoralf Trønnes select DRM_KMS_CMA_HELPER 93043386a0SNoralf Trønnes select DRM_MIPI_DBI 94043386a0SNoralf Trønnes select BACKLIGHT_CLASS_DEVICE 95043386a0SNoralf Trønnes help 96043386a0SNoralf Trønnes DRM driver Sitronix ST7735R with one of the following LCDs: 97043386a0SNoralf Trønnes * JD-T18003-T01 1.8" 128x160 TFT 98043386a0SNoralf Trønnes 99043386a0SNoralf Trønnes If M is selected the module will be called st7735r. 100