215 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2 3config DRM_ARCPGU4 tristate "ARC PGU"5 depends on DRM && OF6 select DRM_GEM_DMA_HELPER7 select DRM_KMS_HELPER8 help9 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_BOCHS14 tristate "DRM Support for bochs dispi vga interface (qemu stdvga)"15 depends on DRM && PCI && MMU16 select DRM_KMS_HELPER17 select DRM_VRAM_HELPER18 select DRM_TTM19 select DRM_TTM_HELPER20 help21 This is a KMS driver for qemu's stdvga output. Choose this option22 for qemu.23 24 If M is selected the module will be called bochs.25 26config DRM_CIRRUS_QEMU27 tristate "Cirrus driver for QEMU emulated device"28 depends on DRM && PCI && MMU29 select DRM_KMS_HELPER30 select DRM_GEM_SHMEM_HELPER31 help32 This is a KMS driver for emulated cirrus device in qemu.33 It is *NOT* intended for real cirrus devices. This requires34 the modesetting userspace X.org driver.35 36 Cirrus is obsolete, the hardware was designed in the 90ies37 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_GM12U32046 tristate "GM12U320 driver for USB projectors"47 depends on DRM && USB && MMU48 select DRM_KMS_HELPER49 select DRM_GEM_SHMEM_HELPER50 help51 This is a KMS driver for projectors which use the GM12U320 chipset52 for video transfer over USB2/3, such as the Acer C120 mini projector.53 54config DRM_OFDRM55 tristate "Open Firmware display driver"56 depends on DRM && MMU && OF && (PPC || COMPILE_TEST)57 select APERTURE_HELPERS58 select DRM_GEM_SHMEM_HELPER59 select DRM_KMS_HELPER60 help61 DRM driver for Open Firmware framebuffers.62 63 This driver assumes that the display hardware has been initialized64 by the Open Firmware before the kernel boots. Scanout buffer, size,65 and display format must be provided via device tree.66 67config DRM_PANEL_MIPI_DBI68 tristate "DRM support for MIPI DBI compatible panels"69 depends on DRM && SPI70 select DRM_KMS_HELPER71 select DRM_GEM_DMA_HELPER72 select DRM_MIPI_DBI73 select BACKLIGHT_CLASS_DEVICE74 select VIDEOMODE_HELPERS75 help76 Say Y here if you want to enable support for MIPI DBI compatible77 panels. The controller command setup can be provided using a78 firmware file. For more information see79 https://github.com/notro/panel-mipi-dbi/wiki.80 To compile this driver as a module, choose M here.81 82config DRM_SIMPLEDRM83 tristate "Simple framebuffer driver"84 depends on DRM && MMU85 select APERTURE_HELPERS86 select DRM_GEM_SHMEM_HELPER87 select DRM_KMS_HELPER88 help89 DRM driver for simple platform-provided framebuffers.90 91 This driver assumes that the display hardware has been initialized92 by the firmware or bootloader before the kernel boots. Scanout93 buffer, size, and display format must be provided via device tree,94 UEFI, VESA, etc.95 96 On x86 BIOS or UEFI systems, you should also select SYSFB_SIMPLEFB97 to use UEFI and VESA framebuffers.98 99config TINYDRM_HX8357D100 tristate "DRM support for HX8357D display panels"101 depends on DRM && SPI102 select DRM_KMS_HELPER103 select DRM_GEM_DMA_HELPER104 select DRM_MIPI_DBI105 select BACKLIGHT_CLASS_DEVICE106 help107 DRM driver for the following HX8357D panels:108 * YX350HV15-T 3.5" 340x350 TFT (Adafruit 3.5")109 110 If M is selected the module will be called hx8357d.111 112config TINYDRM_ILI9163113 tristate "DRM support for ILI9163 display panels"114 depends on DRM && SPI115 select BACKLIGHT_CLASS_DEVICE116 select DRM_GEM_DMA_HELPER117 select DRM_KMS_HELPER118 select DRM_MIPI_DBI119 help120 DRM driver for the following Ilitek ILI9163 panels:121 * NHD-1.8-128160EF 128x160 TFT122 123 If M is selected the module will be called ili9163.124 125config TINYDRM_ILI9225126 tristate "DRM support for ILI9225 display panels"127 depends on DRM && SPI128 select DRM_KMS_HELPER129 select DRM_GEM_DMA_HELPER130 select DRM_MIPI_DBI131 help132 DRM driver for the following Ilitek ILI9225 panels:133 * No-name 2.2" color screen module134 135 If M is selected the module will be called ili9225.136 137config TINYDRM_ILI9341138 tristate "DRM support for ILI9341 display panels"139 depends on DRM && SPI140 select DRM_KMS_HELPER141 select DRM_GEM_DMA_HELPER142 select DRM_MIPI_DBI143 select BACKLIGHT_CLASS_DEVICE144 help145 DRM driver for the following Ilitek ILI9341 panels:146 * YX240QV29-T 2.4" 240x320 TFT (Adafruit 2.4")147 148 If M is selected the module will be called ili9341.149 150config TINYDRM_ILI9486151 tristate "DRM support for ILI9486 display panels"152 depends on DRM && SPI153 select DRM_KMS_HELPER154 select DRM_GEM_DMA_HELPER155 select DRM_MIPI_DBI156 select BACKLIGHT_CLASS_DEVICE157 help158 DRM driver for the following Ilitek ILI9486 panels:159 * PISCREEN 3.5" 320x480 TFT (Ozzmaker 3.5")160 * RPILCD 3.5" 320x480 TFT (Waveshare 3.5")161 162 If M is selected the module will be called ili9486.163 164config TINYDRM_MI0283QT165 tristate "DRM support for MI0283QT"166 depends on DRM && SPI167 select DRM_KMS_HELPER168 select DRM_GEM_DMA_HELPER169 select DRM_MIPI_DBI170 select BACKLIGHT_CLASS_DEVICE171 help172 DRM driver for the Multi-Inno MI0283QT display panel173 If M is selected the module will be called mi0283qt.174 175config TINYDRM_REPAPER176 tristate "DRM support for Pervasive Displays RePaper panels (V231)"177 depends on DRM && SPI178 select DRM_KMS_HELPER179 select DRM_GEM_DMA_HELPER180 help181 DRM driver for the following Pervasive Displays panels:182 1.44" TFT EPD Panel (E1144CS021)183 1.90" TFT EPD Panel (E1190CS021)184 2.00" TFT EPD Panel (E2200CS021)185 2.71" TFT EPD Panel (E2271CS021)186 187 If M is selected the module will be called repaper.188 189config TINYDRM_ST7586190 tristate "DRM support for Sitronix ST7586 display panels"191 depends on DRM && SPI192 select DRM_KMS_HELPER193 select DRM_GEM_DMA_HELPER194 select DRM_MIPI_DBI195 help196 DRM driver for the following Sitronix ST7586 panels:197 * LEGO MINDSTORMS EV3198 199 If M is selected the module will be called st7586.200 201config TINYDRM_ST7735R202 tristate "DRM support for Sitronix ST7715R/ST7735R display panels"203 depends on DRM && SPI204 select DRM_KMS_HELPER205 select DRM_GEM_DMA_HELPER206 select DRM_MIPI_DBI207 select BACKLIGHT_CLASS_DEVICE208 help209 DRM driver for Sitronix ST7715R/ST7735R with one of the following210 LCDs:211 * Jianda JD-T18003-T01 1.8" 128x160 TFT212 * Okaya RH128128T 1.44" 128x128 TFT213 214 If M is selected the module will be called st7735r.215