1 # SPDX-License-Identifier: GPL-2.0-only
6 select DRM_CLIENT_SELECTION
7 select DRM_GEM_DMA_HELPER
10 Choose this option if you have an ARC PGU controller.
12 If M is selected the module will be called arcpgu.
15 tristate "DRM Support for bochs dispi vga interface (qemu stdvga)"
16 depends on DRM && PCI && MMU
17 select DRM_CLIENT_SELECTION
18 select DRM_GEM_SHMEM_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
29 select DRM_CLIENT_SELECTION
31 select DRM_GEM_SHMEM_HELPER
33 This is a KMS driver for emulated cirrus device in qemu.
34 It is *NOT* intended for real cirrus devices. This requires
35 the modesetting userspace X.org driver.
37 Cirrus is obsolete, the hardware was designed in the 90ies
38 and can't keep up with todays needs. More background:
39 https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
41 Better alternatives are:
42 - stdvga (DRM_BOCHS, qemu -vga std, default in qemu 2.2+)
43 - qxl (DRM_QXL, qemu -vga qxl, works best with spice)
44 - virtio (DRM_VIRTIO_GPU), qemu -vga virtio)
47 tristate "GM12U320 driver for USB projectors"
48 depends on DRM && USB && MMU
49 select DRM_CLIENT_SELECTION
51 select DRM_GEM_SHMEM_HELPER
53 This is a KMS driver for projectors which use the GM12U320 chipset
54 for video transfer over USB2/3, such as the Acer C120 mini projector.
57 tristate "Open Firmware display driver"
58 depends on DRM && MMU && OF && (PPC || COMPILE_TEST)
59 select APERTURE_HELPERS
60 select DRM_CLIENT_SELECTION
61 select DRM_GEM_SHMEM_HELPER
64 DRM driver for Open Firmware framebuffers.
66 This driver assumes that the display hardware has been initialized
67 by the Open Firmware before the kernel boots. Scanout buffer, size,
68 and display format must be provided via device tree.
70 config DRM_PANEL_MIPI_DBI
71 tristate "DRM support for MIPI DBI compatible panels"
73 select DRM_CLIENT_SELECTION
75 select DRM_GEM_DMA_HELPER
77 select BACKLIGHT_CLASS_DEVICE
78 select VIDEOMODE_HELPERS
80 Say Y here if you want to enable support for MIPI DBI compatible
81 panels. The controller command setup can be provided using a
82 firmware file. For more information see
83 https://github.com/notro/panel-mipi-dbi/wiki.
84 To compile this driver as a module, choose M here.
87 tristate "Simple framebuffer driver"
89 select APERTURE_HELPERS
90 select DRM_CLIENT_SELECTION
91 select DRM_GEM_SHMEM_HELPER
94 DRM driver for simple platform-provided framebuffers.
96 This driver assumes that the display hardware has been initialized
97 by the firmware or bootloader before the kernel boots. Scanout
98 buffer, size, and display format must be provided via device tree,
101 On x86 BIOS or UEFI systems, you should also select SYSFB_SIMPLEFB
102 to use UEFI and VESA framebuffers.
104 config TINYDRM_HX8357D
105 tristate "DRM support for HX8357D display panels"
106 depends on DRM && SPI
107 select DRM_CLIENT_SELECTION
108 select DRM_KMS_HELPER
109 select DRM_GEM_DMA_HELPER
111 select BACKLIGHT_CLASS_DEVICE
113 DRM driver for the following HX8357D panels:
114 * YX350HV15-T 3.5" 340x350 TFT (Adafruit 3.5")
116 If M is selected the module will be called hx8357d.
118 config TINYDRM_ILI9163
119 tristate "DRM support for ILI9163 display panels"
120 depends on DRM && SPI
121 select BACKLIGHT_CLASS_DEVICE
122 select DRM_CLIENT_SELECTION
123 select DRM_GEM_DMA_HELPER
124 select DRM_KMS_HELPER
127 DRM driver for the following Ilitek ILI9163 panels:
128 * NHD-1.8-128160EF 128x160 TFT
130 If M is selected the module will be called ili9163.
132 config TINYDRM_ILI9225
133 tristate "DRM support for ILI9225 display panels"
134 depends on DRM && SPI
135 select DRM_CLIENT_SELECTION
136 select DRM_KMS_HELPER
137 select DRM_GEM_DMA_HELPER
140 DRM driver for the following Ilitek ILI9225 panels:
141 * No-name 2.2" color screen module
143 If M is selected the module will be called ili9225.
145 config TINYDRM_ILI9341
146 tristate "DRM support for ILI9341 display panels"
147 depends on DRM && SPI
148 select DRM_CLIENT_SELECTION
149 select DRM_KMS_HELPER
150 select DRM_GEM_DMA_HELPER
152 select BACKLIGHT_CLASS_DEVICE
154 DRM driver for the following Ilitek ILI9341 panels:
155 * YX240QV29-T 2.4" 240x320 TFT (Adafruit 2.4")
157 If M is selected the module will be called ili9341.
159 config TINYDRM_ILI9486
160 tristate "DRM support for ILI9486 display panels"
161 depends on DRM && SPI
162 select DRM_CLIENT_SELECTION
163 select DRM_KMS_HELPER
164 select DRM_GEM_DMA_HELPER
166 select BACKLIGHT_CLASS_DEVICE
168 DRM driver for the following Ilitek ILI9486 panels:
169 * PISCREEN 3.5" 320x480 TFT (Ozzmaker 3.5")
170 * RPILCD 3.5" 320x480 TFT (Waveshare 3.5")
172 If M is selected the module will be called ili9486.
174 config TINYDRM_MI0283QT
175 tristate "DRM support for MI0283QT"
176 depends on DRM && SPI
177 select DRM_CLIENT_SELECTION
178 select DRM_KMS_HELPER
179 select DRM_GEM_DMA_HELPER
181 select BACKLIGHT_CLASS_DEVICE
183 DRM driver for the Multi-Inno MI0283QT display panel
184 If M is selected the module will be called mi0283qt.
186 config TINYDRM_REPAPER
187 tristate "DRM support for Pervasive Displays RePaper panels (V231)"
188 depends on DRM && SPI
189 select DRM_CLIENT_SELECTION
190 select DRM_KMS_HELPER
191 select DRM_GEM_DMA_HELPER
193 DRM driver for the following Pervasive Displays panels:
194 1.44" TFT EPD Panel (E1144CS021)
195 1.90" TFT EPD Panel (E1190CS021)
196 2.00" TFT EPD Panel (E2200CS021)
197 2.71" TFT EPD Panel (E2271CS021)
199 If M is selected the module will be called repaper.
201 config TINYDRM_SHARP_MEMORY
202 tristate "DRM support for Sharp Memory LCD panels"
203 depends on DRM && SPI
204 select DRM_CLIENT_SELECTION
205 select DRM_GEM_DMA_HELPER
206 select DRM_KMS_HELPER
208 DRM Driver for the following Sharp Memory Panels:
209 * 1.00" Sharp Memory LCD (LS010B7DH04)
210 * 1.10" Sharp Memory LCD (LS011B7DH03)
211 * 1.20" Sharp Memory LCD (LS012B7DD01)
212 * 1.28" Sharp Memory LCD (LS013B7DH03)
213 * 1.26" Sharp Memory LCD (LS013B7DH05)
214 * 1.80" Sharp Memory LCD (LS018B7DH02)
215 * 2.70" Sharp Memory LCD (LS027B7DH01)
216 * 2.70" Sharp Memory LCD (LS027B7DH01A)
217 * 3.20" Sharp Memory LCD (LS032B7DD02)
218 * 4.40" Sharp Memory LCD (LS044Q7DH01)
220 If M is selected the module will be called sharp_memory.
222 config TINYDRM_ST7586
223 tristate "DRM support for Sitronix ST7586 display panels"
224 depends on DRM && SPI
225 select DRM_CLIENT_SELECTION
226 select DRM_KMS_HELPER
227 select DRM_GEM_DMA_HELPER
230 DRM driver for the following Sitronix ST7586 panels:
231 * LEGO MINDSTORMS EV3
233 If M is selected the module will be called st7586.
235 config TINYDRM_ST7735R
236 tristate "DRM support for Sitronix ST7715R/ST7735R display panels"
237 depends on DRM && SPI
238 select DRM_CLIENT_SELECTION
239 select DRM_KMS_HELPER
240 select DRM_GEM_DMA_HELPER
242 select BACKLIGHT_CLASS_DEVICE
244 DRM driver for Sitronix ST7715R/ST7735R with one of the following
246 * Jianda JD-T18003-T01 1.8" 128x160 TFT
247 * Okaya RH128128T 1.44" 128x128 TFT
249 If M is selected the module will be called st7735r.