1 # SPDX-License-Identifier: GPL-2.0-only
6 select DRM_GEM_CMA_HELPER
9 Choose this option if you have an ARC PGU controller.
11 If M is selected the module will be called arcpgu.
14 tristate "DRM Support for bochs dispi vga interface (qemu stdvga)"
15 depends on DRM && PCI && MMU
17 select DRM_VRAM_HELPER
21 This is a KMS driver for qemu's stdvga output. Choose this option
24 If M is selected the module will be called bochs.
26 config DRM_CIRRUS_QEMU
27 tristate "Cirrus driver for QEMU emulated device"
28 depends on DRM && PCI && MMU
30 select DRM_GEM_SHMEM_HELPER
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.
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/
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)
46 tristate "GM12U320 driver for USB projectors"
47 depends on DRM && USB && MMU
49 select DRM_GEM_SHMEM_HELPER
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.
54 config DRM_PANEL_MIPI_DBI
55 tristate "DRM support for MIPI DBI compatible panels"
58 select DRM_GEM_CMA_HELPER
60 select BACKLIGHT_CLASS_DEVICE
61 select VIDEOMODE_HELPERS
63 Say Y here if you want to enable support for MIPI DBI compatible
64 panels. The controller command setup can be provided using a
65 firmware file. For more information see
66 https://github.com/notro/panel-mipi-dbi/wiki.
67 To compile this driver as a module, choose M here.
70 tristate "Simple framebuffer driver"
72 select APERTURE_HELPERS
73 select DRM_GEM_SHMEM_HELPER
76 DRM driver for simple platform-provided framebuffers.
78 This driver assumes that the display hardware has been initialized
79 by the firmware or bootloader before the kernel boots. Scanout
80 buffer, size, and display format must be provided via device tree,
83 On x86 BIOS or UEFI systems, you should also select SYSFB_SIMPLEFB
84 to use UEFI and VESA framebuffers.
86 config TINYDRM_HX8357D
87 tristate "DRM support for HX8357D display panels"
90 select DRM_GEM_CMA_HELPER
92 select BACKLIGHT_CLASS_DEVICE
94 DRM driver for the following HX8357D panels:
95 * YX350HV15-T 3.5" 340x350 TFT (Adafruit 3.5")
97 If M is selected the module will be called hx8357d.
99 config TINYDRM_ILI9163
100 tristate "DRM support for ILI9163 display panels"
101 depends on DRM && SPI
102 select BACKLIGHT_CLASS_DEVICE
103 select DRM_GEM_CMA_HELPER
104 select DRM_KMS_HELPER
107 DRM driver for the following Ilitek ILI9163 panels:
108 * NHD-1.8-128160EF 128x160 TFT
110 If M is selected the module will be called ili9163.
112 config TINYDRM_ILI9225
113 tristate "DRM support for ILI9225 display panels"
114 depends on DRM && SPI
115 select DRM_KMS_HELPER
116 select DRM_GEM_CMA_HELPER
119 DRM driver for the following Ilitek ILI9225 panels:
120 * No-name 2.2" color screen module
122 If M is selected the module will be called ili9225.
124 config TINYDRM_ILI9341
125 tristate "DRM support for ILI9341 display panels"
126 depends on DRM && SPI
127 select DRM_KMS_HELPER
128 select DRM_GEM_CMA_HELPER
130 select BACKLIGHT_CLASS_DEVICE
132 DRM driver for the following Ilitek ILI9341 panels:
133 * YX240QV29-T 2.4" 240x320 TFT (Adafruit 2.4")
135 If M is selected the module will be called ili9341.
137 config TINYDRM_ILI9486
138 tristate "DRM support for ILI9486 display panels"
139 depends on DRM && SPI
140 select DRM_KMS_HELPER
141 select DRM_GEM_CMA_HELPER
143 select BACKLIGHT_CLASS_DEVICE
145 DRM driver for the following Ilitek ILI9486 panels:
146 * PISCREEN 3.5" 320x480 TFT (Ozzmaker 3.5")
147 * RPILCD 3.5" 320x480 TFT (Waveshare 3.5")
149 If M is selected the module will be called ili9486.
151 config TINYDRM_MI0283QT
152 tristate "DRM support for MI0283QT"
153 depends on DRM && SPI
154 select DRM_KMS_HELPER
155 select DRM_GEM_CMA_HELPER
157 select BACKLIGHT_CLASS_DEVICE
159 DRM driver for the Multi-Inno MI0283QT display panel
160 If M is selected the module will be called mi0283qt.
162 config TINYDRM_REPAPER
163 tristate "DRM support for Pervasive Displays RePaper panels (V231)"
164 depends on DRM && SPI
165 select DRM_KMS_HELPER
166 select DRM_GEM_CMA_HELPER
168 DRM driver for the following Pervasive Displays panels:
169 1.44" TFT EPD Panel (E1144CS021)
170 1.90" TFT EPD Panel (E1190CS021)
171 2.00" TFT EPD Panel (E2200CS021)
172 2.71" TFT EPD Panel (E2271CS021)
174 If M is selected the module will be called repaper.
176 config TINYDRM_ST7586
177 tristate "DRM support for Sitronix ST7586 display panels"
178 depends on DRM && SPI
179 select DRM_KMS_HELPER
180 select DRM_GEM_CMA_HELPER
183 DRM driver for the following Sitronix ST7586 panels:
184 * LEGO MINDSTORMS EV3
186 If M is selected the module will be called st7586.
188 config TINYDRM_ST7735R
189 tristate "DRM support for Sitronix ST7715R/ST7735R display panels"
190 depends on DRM && SPI
191 select DRM_KMS_HELPER
192 select DRM_GEM_CMA_HELPER
194 select BACKLIGHT_CLASS_DEVICE
196 DRM driver for Sitronix ST7715R/ST7735R with one of the following
198 * Jianda JD-T18003-T01 1.8" 128x160 TFT
199 * Okaya RH128128T 1.44" 128x128 TFT
201 If M is selected the module will be called st7735r.