1# SPDX-License-Identifier: GPL-2.0-only 2 3config DRM_GM12U320 4 tristate "GM12U320 driver for USB projectors" 5 depends on DRM && USB 6 select DRM_KMS_HELPER 7 select DRM_GEM_SHMEM_HELPER 8 help 9 This is a KMS driver for projectors which use the GM12U320 chipset 10 for video transfer over USB2/3, such as the Acer C120 mini projector. 11 12config TINYDRM_HX8357D 13 tristate "DRM support for HX8357D display panels" 14 depends on DRM && SPI 15 select DRM_KMS_HELPER 16 select DRM_KMS_CMA_HELPER 17 select DRM_MIPI_DBI 18 select BACKLIGHT_CLASS_DEVICE 19 help 20 DRM driver for the following HX8357D panels: 21 * YX350HV15-T 3.5" 340x350 TFT (Adafruit 3.5") 22 23 If M is selected the module will be called hx8357d. 24 25config TINYDRM_ILI9225 26 tristate "DRM support for ILI9225 display panels" 27 depends on DRM && SPI 28 select DRM_KMS_HELPER 29 select DRM_KMS_CMA_HELPER 30 select DRM_MIPI_DBI 31 help 32 DRM driver for the following Ilitek ILI9225 panels: 33 * No-name 2.2" color screen module 34 35 If M is selected the module will be called ili9225. 36 37config TINYDRM_ILI9341 38 tristate "DRM support for ILI9341 display panels" 39 depends on DRM && SPI 40 select DRM_KMS_HELPER 41 select DRM_KMS_CMA_HELPER 42 select DRM_MIPI_DBI 43 select BACKLIGHT_CLASS_DEVICE 44 help 45 DRM driver for the following Ilitek ILI9341 panels: 46 * YX240QV29-T 2.4" 240x320 TFT (Adafruit 2.4") 47 48 If M is selected the module will be called ili9341. 49 50config TINYDRM_ILI9486 51 tristate "DRM support for ILI9486 display panels" 52 depends on DRM && SPI 53 select DRM_KMS_HELPER 54 select DRM_KMS_CMA_HELPER 55 select DRM_MIPI_DBI 56 select BACKLIGHT_CLASS_DEVICE 57 help 58 DRM driver for the following Ilitek ILI9486 panels: 59 * PISCREEN 3.5" 320x480 TFT (Ozzmaker 3.5") 60 * RPILCD 3.5" 320x480 TFT (Waveshare 3.5") 61 62 If M is selected the module will be called ili9486. 63 64config TINYDRM_MI0283QT 65 tristate "DRM support for MI0283QT" 66 depends on DRM && SPI 67 select DRM_KMS_HELPER 68 select DRM_KMS_CMA_HELPER 69 select DRM_MIPI_DBI 70 select BACKLIGHT_CLASS_DEVICE 71 help 72 DRM driver for the Multi-Inno MI0283QT display panel 73 If M is selected the module will be called mi0283qt. 74 75config TINYDRM_REPAPER 76 tristate "DRM support for Pervasive Displays RePaper panels (V231)" 77 depends on DRM && SPI 78 select DRM_KMS_HELPER 79 select DRM_KMS_CMA_HELPER 80 help 81 DRM driver for the following Pervasive Displays panels: 82 1.44" TFT EPD Panel (E1144CS021) 83 1.90" TFT EPD Panel (E1190CS021) 84 2.00" TFT EPD Panel (E2200CS021) 85 2.71" TFT EPD Panel (E2271CS021) 86 87 If M is selected the module will be called repaper. 88 89config TINYDRM_ST7586 90 tristate "DRM support for Sitronix ST7586 display panels" 91 depends on DRM && SPI 92 select DRM_KMS_HELPER 93 select DRM_KMS_CMA_HELPER 94 select DRM_MIPI_DBI 95 help 96 DRM driver for the following Sitronix ST7586 panels: 97 * LEGO MINDSTORMS EV3 98 99 If M is selected the module will be called st7586. 100 101config TINYDRM_ST7735R 102 tristate "DRM support for Sitronix ST7715R/ST7735R display panels" 103 depends on DRM && SPI 104 select DRM_KMS_HELPER 105 select DRM_KMS_CMA_HELPER 106 select DRM_MIPI_DBI 107 select BACKLIGHT_CLASS_DEVICE 108 help 109 DRM driver for Sitronix ST7715R/ST7735R with one of the following 110 LCDs: 111 * Jianda JD-T18003-T01 1.8" 128x160 TFT 112 * Okaya RH128128T 1.44" 128x128 TFT 113 114 If M is selected the module will be called st7735r. 115