1# SPDX-License-Identifier: GPL-2.0-only 2 3config DRM_CIRRUS_QEMU 4 tristate "Cirrus driver for QEMU emulated device" 5 depends on DRM && PCI && MMU 6 select DRM_KMS_HELPER 7 select DRM_GEM_SHMEM_HELPER 8 help 9 This is a KMS driver for emulated cirrus device in qemu. 10 It is *NOT* intended for real cirrus devices. This requires 11 the modesetting userspace X.org driver. 12 13 Cirrus is obsolete, the hardware was designed in the 90ies 14 and can't keep up with todays needs. More background: 15 https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/ 16 17 Better alternatives are: 18 - stdvga (DRM_BOCHS, qemu -vga std, default in qemu 2.2+) 19 - qxl (DRM_QXL, qemu -vga qxl, works best with spice) 20 - virtio (DRM_VIRTIO_GPU), qemu -vga virtio) 21 22config DRM_GM12U320 23 tristate "GM12U320 driver for USB projectors" 24 depends on DRM && USB 25 select DRM_KMS_HELPER 26 select DRM_GEM_SHMEM_HELPER 27 help 28 This is a KMS driver for projectors which use the GM12U320 chipset 29 for video transfer over USB2/3, such as the Acer C120 mini projector. 30 31config TINYDRM_HX8357D 32 tristate "DRM support for HX8357D display panels" 33 depends on DRM && SPI 34 select DRM_KMS_HELPER 35 select DRM_KMS_CMA_HELPER 36 select DRM_MIPI_DBI 37 select BACKLIGHT_CLASS_DEVICE 38 help 39 DRM driver for the following HX8357D panels: 40 * YX350HV15-T 3.5" 340x350 TFT (Adafruit 3.5") 41 42 If M is selected the module will be called hx8357d. 43 44config TINYDRM_ILI9225 45 tristate "DRM support for ILI9225 display panels" 46 depends on DRM && SPI 47 select DRM_KMS_HELPER 48 select DRM_KMS_CMA_HELPER 49 select DRM_MIPI_DBI 50 help 51 DRM driver for the following Ilitek ILI9225 panels: 52 * No-name 2.2" color screen module 53 54 If M is selected the module will be called ili9225. 55 56config TINYDRM_ILI9341 57 tristate "DRM support for ILI9341 display panels" 58 depends on DRM && SPI 59 select DRM_KMS_HELPER 60 select DRM_KMS_CMA_HELPER 61 select DRM_MIPI_DBI 62 select BACKLIGHT_CLASS_DEVICE 63 help 64 DRM driver for the following Ilitek ILI9341 panels: 65 * YX240QV29-T 2.4" 240x320 TFT (Adafruit 2.4") 66 67 If M is selected the module will be called ili9341. 68 69config TINYDRM_ILI9486 70 tristate "DRM support for ILI9486 display panels" 71 depends on DRM && SPI 72 select DRM_KMS_HELPER 73 select DRM_KMS_CMA_HELPER 74 select DRM_MIPI_DBI 75 select BACKLIGHT_CLASS_DEVICE 76 help 77 DRM driver for the following Ilitek ILI9486 panels: 78 * PISCREEN 3.5" 320x480 TFT (Ozzmaker 3.5") 79 * RPILCD 3.5" 320x480 TFT (Waveshare 3.5") 80 81 If M is selected the module will be called ili9486. 82 83config TINYDRM_MI0283QT 84 tristate "DRM support for MI0283QT" 85 depends on DRM && SPI 86 select DRM_KMS_HELPER 87 select DRM_KMS_CMA_HELPER 88 select DRM_MIPI_DBI 89 select BACKLIGHT_CLASS_DEVICE 90 help 91 DRM driver for the Multi-Inno MI0283QT display panel 92 If M is selected the module will be called mi0283qt. 93 94config TINYDRM_REPAPER 95 tristate "DRM support for Pervasive Displays RePaper panels (V231)" 96 depends on DRM && SPI 97 select DRM_KMS_HELPER 98 select DRM_KMS_CMA_HELPER 99 help 100 DRM driver for the following Pervasive Displays panels: 101 1.44" TFT EPD Panel (E1144CS021) 102 1.90" TFT EPD Panel (E1190CS021) 103 2.00" TFT EPD Panel (E2200CS021) 104 2.71" TFT EPD Panel (E2271CS021) 105 106 If M is selected the module will be called repaper. 107 108config TINYDRM_ST7586 109 tristate "DRM support for Sitronix ST7586 display panels" 110 depends on DRM && SPI 111 select DRM_KMS_HELPER 112 select DRM_KMS_CMA_HELPER 113 select DRM_MIPI_DBI 114 help 115 DRM driver for the following Sitronix ST7586 panels: 116 * LEGO MINDSTORMS EV3 117 118 If M is selected the module will be called st7586. 119 120config TINYDRM_ST7735R 121 tristate "DRM support for Sitronix ST7715R/ST7735R display panels" 122 depends on DRM && SPI 123 select DRM_KMS_HELPER 124 select DRM_KMS_CMA_HELPER 125 select DRM_MIPI_DBI 126 select BACKLIGHT_CLASS_DEVICE 127 help 128 DRM driver for Sitronix ST7715R/ST7735R with one of the following 129 LCDs: 130 * Jianda JD-T18003-T01 1.8" 128x160 TFT 131 * Okaya RH128128T 1.44" 128x128 TFT 132 133 If M is selected the module will be called st7735r. 134