1# SPDX-License-Identifier: GPL-2.0-only 2 3config DRM_ARCPGU 4 tristate "ARC PGU" 5 depends on DRM && OF 6 select DRM_KMS_CMA_HELPER 7 select DRM_KMS_HELPER 8 help 9 Choose this option if you have an ARC PGU controller. 10 11 If M is selected the module will be called arcpgu. 12 13config DRM_BOCHS 14 tristate "DRM Support for bochs dispi vga interface (qemu stdvga)" 15 depends on DRM && PCI && MMU 16 select DRM_KMS_HELPER 17 select DRM_VRAM_HELPER 18 select DRM_TTM 19 select DRM_TTM_HELPER 20 help 21 This is a KMS driver for qemu's stdvga output. Choose this option 22 for qemu. 23 24 If M is selected the module will be called bochs. 25 26config DRM_CIRRUS_QEMU 27 tristate "Cirrus driver for QEMU emulated device" 28 depends on DRM && PCI && MMU 29 select DRM_KMS_HELPER 30 select DRM_GEM_SHMEM_HELPER 31 help 32 This is a KMS driver for emulated cirrus device in qemu. 33 It is *NOT* intended for real cirrus devices. This requires 34 the modesetting userspace X.org driver. 35 36 Cirrus is obsolete, the hardware was designed in the 90ies 37 and can't keep up with todays needs. More background: 38 https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/ 39 40 Better alternatives are: 41 - stdvga (DRM_BOCHS, qemu -vga std, default in qemu 2.2+) 42 - qxl (DRM_QXL, qemu -vga qxl, works best with spice) 43 - virtio (DRM_VIRTIO_GPU), qemu -vga virtio) 44 45config DRM_GM12U320 46 tristate "GM12U320 driver for USB projectors" 47 depends on DRM && USB && MMU 48 select DRM_KMS_HELPER 49 select DRM_GEM_SHMEM_HELPER 50 help 51 This is a KMS driver for projectors which use the GM12U320 chipset 52 for video transfer over USB2/3, such as the Acer C120 mini projector. 53 54config DRM_SIMPLEDRM 55 tristate "Simple framebuffer driver" 56 depends on DRM && MMU 57 select DRM_GEM_SHMEM_HELPER 58 select DRM_KMS_HELPER 59 help 60 DRM driver for simple platform-provided framebuffers. 61 62 This driver assumes that the display hardware has been initialized 63 by the firmware or bootloader before the kernel boots. Scanout 64 buffer, size, and display format must be provided via device tree, 65 UEFI, VESA, etc. 66 67 On x86 BIOS or UEFI systems, you should also select SYSFB_SIMPLEFB 68 to use UEFI and VESA framebuffers. 69 70config TINYDRM_HX8357D 71 tristate "DRM support for HX8357D display panels" 72 depends on DRM && SPI 73 select DRM_KMS_HELPER 74 select DRM_KMS_CMA_HELPER 75 select DRM_MIPI_DBI 76 select BACKLIGHT_CLASS_DEVICE 77 help 78 DRM driver for the following HX8357D panels: 79 * YX350HV15-T 3.5" 340x350 TFT (Adafruit 3.5") 80 81 If M is selected the module will be called hx8357d. 82 83config TINYDRM_ILI9225 84 tristate "DRM support for ILI9225 display panels" 85 depends on DRM && SPI 86 select DRM_KMS_HELPER 87 select DRM_KMS_CMA_HELPER 88 select DRM_MIPI_DBI 89 help 90 DRM driver for the following Ilitek ILI9225 panels: 91 * No-name 2.2" color screen module 92 93 If M is selected the module will be called ili9225. 94 95config TINYDRM_ILI9341 96 tristate "DRM support for ILI9341 display panels" 97 depends on DRM && SPI 98 select DRM_KMS_HELPER 99 select DRM_KMS_CMA_HELPER 100 select DRM_MIPI_DBI 101 select BACKLIGHT_CLASS_DEVICE 102 help 103 DRM driver for the following Ilitek ILI9341 panels: 104 * YX240QV29-T 2.4" 240x320 TFT (Adafruit 2.4") 105 106 If M is selected the module will be called ili9341. 107 108config TINYDRM_ILI9486 109 tristate "DRM support for ILI9486 display panels" 110 depends on DRM && SPI 111 select DRM_KMS_HELPER 112 select DRM_KMS_CMA_HELPER 113 select DRM_MIPI_DBI 114 select BACKLIGHT_CLASS_DEVICE 115 help 116 DRM driver for the following Ilitek ILI9486 panels: 117 * PISCREEN 3.5" 320x480 TFT (Ozzmaker 3.5") 118 * RPILCD 3.5" 320x480 TFT (Waveshare 3.5") 119 120 If M is selected the module will be called ili9486. 121 122config TINYDRM_MI0283QT 123 tristate "DRM support for MI0283QT" 124 depends on DRM && SPI 125 select DRM_KMS_HELPER 126 select DRM_KMS_CMA_HELPER 127 select DRM_MIPI_DBI 128 select BACKLIGHT_CLASS_DEVICE 129 help 130 DRM driver for the Multi-Inno MI0283QT display panel 131 If M is selected the module will be called mi0283qt. 132 133config TINYDRM_REPAPER 134 tristate "DRM support for Pervasive Displays RePaper panels (V231)" 135 depends on DRM && SPI 136 select DRM_KMS_HELPER 137 select DRM_KMS_CMA_HELPER 138 help 139 DRM driver for the following Pervasive Displays panels: 140 1.44" TFT EPD Panel (E1144CS021) 141 1.90" TFT EPD Panel (E1190CS021) 142 2.00" TFT EPD Panel (E2200CS021) 143 2.71" TFT EPD Panel (E2271CS021) 144 145 If M is selected the module will be called repaper. 146 147config TINYDRM_ST7586 148 tristate "DRM support for Sitronix ST7586 display panels" 149 depends on DRM && SPI 150 select DRM_KMS_HELPER 151 select DRM_KMS_CMA_HELPER 152 select DRM_MIPI_DBI 153 help 154 DRM driver for the following Sitronix ST7586 panels: 155 * LEGO MINDSTORMS EV3 156 157 If M is selected the module will be called st7586. 158 159config TINYDRM_ST7735R 160 tristate "DRM support for Sitronix ST7715R/ST7735R display panels" 161 depends on DRM && SPI 162 select DRM_KMS_HELPER 163 select DRM_KMS_CMA_HELPER 164 select DRM_MIPI_DBI 165 select BACKLIGHT_CLASS_DEVICE 166 help 167 DRM driver for Sitronix ST7715R/ST7735R with one of the following 168 LCDs: 169 * Jianda JD-T18003-T01 1.8" 128x160 TFT 170 * Okaya RH128128T 1.44" 128x128 TFT 171 172 If M is selected the module will be called st7735r. 173