Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1# SPDX-License-Identifier: GPL-2.0-only
2
3config DRM_APPLETBDRM
4 tristate "DRM support for Apple Touch Bars"
5 depends on DRM && USB && MMU
6 select DRM_GEM_SHMEM_HELPER
7 select DRM_KMS_HELPER
8 help
9 Say Y here if you want support for the display of Touch Bars on x86
10 MacBook Pros.
11
12 To compile this driver as a module, choose M here: the
13 module will be called appletbdrm.
14
15config DRM_ARCPGU
16 tristate "ARC PGU"
17 depends on DRM && OF
18 select DRM_CLIENT_SELECTION
19 select DRM_GEM_DMA_HELPER
20 select DRM_KMS_HELPER
21 help
22 Choose this option if you have an ARC PGU controller.
23
24 If M is selected the module will be called arcpgu.
25
26config DRM_BOCHS
27 tristate "DRM Support for bochs dispi vga interface (qemu stdvga)"
28 depends on DRM && PCI && MMU
29 select DRM_CLIENT_SELECTION
30 select DRM_GEM_SHMEM_HELPER
31 select DRM_KMS_HELPER
32 help
33 This is a KMS driver for qemu's stdvga output. Choose this option
34 for qemu.
35
36 If M is selected the module will be called bochs.
37
38config DRM_CIRRUS_QEMU
39 tristate "Cirrus driver for QEMU emulated device"
40 depends on DRM && PCI && MMU
41 select DRM_CLIENT_SELECTION
42 select DRM_KMS_HELPER
43 select DRM_GEM_SHMEM_HELPER
44 help
45 This is a KMS driver for emulated cirrus device in qemu.
46 It is *NOT* intended for real cirrus devices. This requires
47 the modesetting userspace X.org driver.
48
49 Cirrus is obsolete, the hardware was designed in the 90ies
50 and can't keep up with todays needs. More background:
51 https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
52
53 Better alternatives are:
54 - stdvga (DRM_BOCHS, qemu -vga std, default in qemu 2.2+)
55 - qxl (DRM_QXL, qemu -vga qxl, works best with spice)
56 - virtio (DRM_VIRTIO_GPU), qemu -vga virtio)
57
58config DRM_GM12U320
59 tristate "GM12U320 driver for USB projectors"
60 depends on DRM && USB && MMU
61 select DRM_CLIENT_SELECTION
62 select DRM_KMS_HELPER
63 select DRM_GEM_SHMEM_HELPER
64 help
65 This is a KMS driver for projectors which use the GM12U320 chipset
66 for video transfer over USB2/3, such as the Acer C120 mini projector.
67
68config DRM_OFDRM
69 tristate "Open Firmware display driver"
70 depends on DRM && MMU && OF && (PPC || COMPILE_TEST)
71 select APERTURE_HELPERS
72 select DRM_CLIENT_SELECTION
73 select DRM_GEM_SHMEM_HELPER
74 select DRM_KMS_HELPER
75 help
76 DRM driver for Open Firmware framebuffers.
77
78 This driver assumes that the display hardware has been initialized
79 by the Open Firmware before the kernel boots. Scanout buffer, size,
80 and display format must be provided via device tree.
81
82config DRM_PANEL_MIPI_DBI
83 tristate "DRM support for MIPI DBI compatible panels"
84 depends on DRM && SPI
85 select DRM_CLIENT_SELECTION
86 select DRM_KMS_HELPER
87 select DRM_GEM_DMA_HELPER
88 select DRM_MIPI_DBI
89 select BACKLIGHT_CLASS_DEVICE
90 select VIDEOMODE_HELPERS
91 help
92 Say Y here if you want to enable support for MIPI DBI compatible
93 panels. The controller command setup can be provided using a
94 firmware file. For more information see
95 https://github.com/notro/panel-mipi-dbi/wiki.
96 To compile this driver as a module, choose M here.
97
98config DRM_SIMPLEDRM
99 tristate "Simple framebuffer driver"
100 depends on DRM && MMU
101 select APERTURE_HELPERS
102 select DRM_CLIENT_SELECTION
103 select DRM_GEM_SHMEM_HELPER
104 select DRM_KMS_HELPER
105 help
106 DRM driver for simple platform-provided framebuffers.
107
108 This driver assumes that the display hardware has been initialized
109 by the firmware or bootloader before the kernel boots. Scanout
110 buffer, size, and display format must be provided via device tree,
111 UEFI, VESA, etc.
112
113 On x86 BIOS or UEFI systems, you should also select SYSFB_SIMPLEFB
114 to use UEFI and VESA framebuffers.
115
116config TINYDRM_HX8357D
117 tristate "DRM support for HX8357D display panels"
118 depends on DRM && SPI
119 select DRM_CLIENT_SELECTION
120 select DRM_KMS_HELPER
121 select DRM_GEM_DMA_HELPER
122 select DRM_MIPI_DBI
123 select BACKLIGHT_CLASS_DEVICE
124 help
125 DRM driver for the following HX8357D panels:
126 * YX350HV15-T 3.5" 340x350 TFT (Adafruit 3.5")
127
128 If M is selected the module will be called hx8357d.
129
130config TINYDRM_ILI9163
131 tristate "DRM support for ILI9163 display panels"
132 depends on DRM && SPI
133 select BACKLIGHT_CLASS_DEVICE
134 select DRM_CLIENT_SELECTION
135 select DRM_GEM_DMA_HELPER
136 select DRM_KMS_HELPER
137 select DRM_MIPI_DBI
138 help
139 DRM driver for the following Ilitek ILI9163 panels:
140 * NHD-1.8-128160EF 128x160 TFT
141
142 If M is selected the module will be called ili9163.
143
144config TINYDRM_ILI9225
145 tristate "DRM support for ILI9225 display panels"
146 depends on DRM && SPI
147 select DRM_CLIENT_SELECTION
148 select DRM_KMS_HELPER
149 select DRM_GEM_DMA_HELPER
150 select DRM_MIPI_DBI
151 help
152 DRM driver for the following Ilitek ILI9225 panels:
153 * No-name 2.2" color screen module
154
155 If M is selected the module will be called ili9225.
156
157config TINYDRM_ILI9341
158 tristate "DRM support for ILI9341 display panels"
159 depends on DRM && SPI
160 select DRM_CLIENT_SELECTION
161 select DRM_KMS_HELPER
162 select DRM_GEM_DMA_HELPER
163 select DRM_MIPI_DBI
164 select BACKLIGHT_CLASS_DEVICE
165 help
166 DRM driver for the following Ilitek ILI9341 panels:
167 * YX240QV29-T 2.4" 240x320 TFT (Adafruit 2.4")
168
169 If M is selected the module will be called ili9341.
170
171config TINYDRM_ILI9486
172 tristate "DRM support for ILI9486 display panels"
173 depends on DRM && SPI
174 select DRM_CLIENT_SELECTION
175 select DRM_KMS_HELPER
176 select DRM_GEM_DMA_HELPER
177 select DRM_MIPI_DBI
178 select BACKLIGHT_CLASS_DEVICE
179 help
180 DRM driver for the following Ilitek ILI9486 panels:
181 * PISCREEN 3.5" 320x480 TFT (Ozzmaker 3.5")
182 * RPILCD 3.5" 320x480 TFT (Waveshare 3.5")
183
184 If M is selected the module will be called ili9486.
185
186config TINYDRM_MI0283QT
187 tristate "DRM support for MI0283QT"
188 depends on DRM && SPI
189 select DRM_CLIENT_SELECTION
190 select DRM_KMS_HELPER
191 select DRM_GEM_DMA_HELPER
192 select DRM_MIPI_DBI
193 select BACKLIGHT_CLASS_DEVICE
194 help
195 DRM driver for the Multi-Inno MI0283QT display panel
196 If M is selected the module will be called mi0283qt.
197
198config TINYDRM_REPAPER
199 tristate "DRM support for Pervasive Displays RePaper panels (V231)"
200 depends on DRM && SPI
201 select DRM_CLIENT_SELECTION
202 select DRM_KMS_HELPER
203 select DRM_GEM_DMA_HELPER
204 help
205 DRM driver for the following Pervasive Displays panels:
206 1.44" TFT EPD Panel (E1144CS021)
207 1.90" TFT EPD Panel (E1190CS021)
208 2.00" TFT EPD Panel (E2200CS021)
209 2.71" TFT EPD Panel (E2271CS021)
210
211 If M is selected the module will be called repaper.
212
213config TINYDRM_SHARP_MEMORY
214 tristate "DRM support for Sharp Memory LCD panels"
215 depends on DRM && SPI
216 select DRM_CLIENT_SELECTION
217 select DRM_GEM_DMA_HELPER
218 select DRM_KMS_HELPER
219 help
220 DRM Driver for the following Sharp Memory Panels:
221 * 1.00" Sharp Memory LCD (LS010B7DH04)
222 * 1.10" Sharp Memory LCD (LS011B7DH03)
223 * 1.20" Sharp Memory LCD (LS012B7DD01)
224 * 1.28" Sharp Memory LCD (LS013B7DH03)
225 * 1.26" Sharp Memory LCD (LS013B7DH05)
226 * 1.80" Sharp Memory LCD (LS018B7DH02)
227 * 2.70" Sharp Memory LCD (LS027B7DH01)
228 * 2.70" Sharp Memory LCD (LS027B7DH01A)
229 * 3.20" Sharp Memory LCD (LS032B7DD02)
230 * 4.40" Sharp Memory LCD (LS044Q7DH01)
231
232 If M is selected the module will be called sharp_memory.
233
234config TINYDRM_ST7586
235 tristate "DRM support for Sitronix ST7586 display panels"
236 depends on DRM && SPI
237 select DRM_CLIENT_SELECTION
238 select DRM_KMS_HELPER
239 select DRM_GEM_DMA_HELPER
240 select DRM_MIPI_DBI
241 help
242 DRM driver for the following Sitronix ST7586 panels:
243 * LEGO MINDSTORMS EV3
244
245 If M is selected the module will be called st7586.
246
247config TINYDRM_ST7735R
248 tristate "DRM support for Sitronix ST7715R/ST7735R display panels"
249 depends on DRM && SPI
250 select DRM_CLIENT_SELECTION
251 select DRM_KMS_HELPER
252 select DRM_GEM_DMA_HELPER
253 select DRM_MIPI_DBI
254 select BACKLIGHT_CLASS_DEVICE
255 help
256 DRM driver for Sitronix ST7715R/ST7735R with one of the following
257 LCDs:
258 * Jianda JD-T18003-T01 1.8" 128x160 TFT
259 * Okaya RH128128T 1.44" 128x128 TFT
260
261 If M is selected the module will be called st7735r.