• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# SPDX-License-Identifier: GPL-2.0-only
2
3config DRM_ARCPGU
4	tristate "ARC PGU"
5	depends on DRM && OF
6	select DRM_GEM_DMA_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_OFDRM
55	tristate "Open Firmware display driver"
56	depends on DRM && MMU && OF && (PPC || COMPILE_TEST)
57	select APERTURE_HELPERS
58	select DRM_GEM_SHMEM_HELPER
59	select DRM_KMS_HELPER
60	help
61	  DRM driver for Open Firmware framebuffers.
62
63	  This driver assumes that the display hardware has been initialized
64	  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_DBI
68	tristate "DRM support for MIPI DBI compatible panels"
69	depends on DRM && SPI
70	select DRM_CLIENT_SELECTION
71	select DRM_KMS_HELPER
72	select DRM_GEM_DMA_HELPER
73	select DRM_MIPI_DBI
74	select BACKLIGHT_CLASS_DEVICE
75	select VIDEOMODE_HELPERS
76	help
77	  Say Y here if you want to enable support for MIPI DBI compatible
78	  panels. The controller command setup can be provided using a
79	  firmware file. For more information see
80	  https://github.com/notro/panel-mipi-dbi/wiki.
81	  To compile this driver as a module, choose M here.
82
83config DRM_SIMPLEDRM
84	tristate "Simple framebuffer driver"
85	depends on DRM && MMU
86	select APERTURE_HELPERS
87	select DRM_GEM_SHMEM_HELPER
88	select DRM_KMS_HELPER
89	help
90	  DRM driver for simple platform-provided framebuffers.
91
92	  This driver assumes that the display hardware has been initialized
93	  by the firmware or bootloader before the kernel boots. Scanout
94	  buffer, size, and display format must be provided via device tree,
95	  UEFI, VESA, etc.
96
97	  On x86 BIOS or UEFI systems, you should also select SYSFB_SIMPLEFB
98	  to use UEFI and VESA framebuffers.
99
100config TINYDRM_HX8357D
101	tristate "DRM support for HX8357D display panels"
102	depends on DRM && SPI
103	select DRM_KMS_HELPER
104	select DRM_GEM_DMA_HELPER
105	select DRM_MIPI_DBI
106	select BACKLIGHT_CLASS_DEVICE
107	help
108	  DRM driver for the following HX8357D panels:
109	  * YX350HV15-T 3.5" 340x350 TFT (Adafruit 3.5")
110
111	  If M is selected the module will be called hx8357d.
112
113config TINYDRM_ILI9163
114	tristate "DRM support for ILI9163 display panels"
115	depends on DRM && SPI
116	select BACKLIGHT_CLASS_DEVICE
117	select DRM_GEM_DMA_HELPER
118	select DRM_KMS_HELPER
119	select DRM_MIPI_DBI
120	help
121	  DRM driver for the following Ilitek ILI9163 panels:
122	  * NHD-1.8-128160EF 128x160 TFT
123
124	  If M is selected the module will be called ili9163.
125
126config TINYDRM_ILI9225
127	tristate "DRM support for ILI9225 display panels"
128	depends on DRM && SPI
129	select DRM_KMS_HELPER
130	select DRM_GEM_DMA_HELPER
131	select DRM_MIPI_DBI
132	help
133	  DRM driver for the following Ilitek ILI9225 panels:
134	  * No-name 2.2" color screen module
135
136	  If M is selected the module will be called ili9225.
137
138config TINYDRM_ILI9341
139	tristate "DRM support for ILI9341 display panels"
140	depends on DRM && SPI
141	select DRM_KMS_HELPER
142	select DRM_GEM_DMA_HELPER
143	select DRM_MIPI_DBI
144	select BACKLIGHT_CLASS_DEVICE
145	help
146	  DRM driver for the following Ilitek ILI9341 panels:
147	  * YX240QV29-T 2.4" 240x320 TFT (Adafruit 2.4")
148
149	  If M is selected the module will be called ili9341.
150
151config TINYDRM_ILI9486
152	tristate "DRM support for ILI9486 display panels"
153	depends on DRM && SPI
154	select DRM_KMS_HELPER
155	select DRM_GEM_DMA_HELPER
156	select DRM_MIPI_DBI
157	select BACKLIGHT_CLASS_DEVICE
158	help
159	  DRM driver for the following Ilitek ILI9486 panels:
160	  * PISCREEN 3.5" 320x480 TFT (Ozzmaker 3.5")
161	  * RPILCD 3.5" 320x480 TFT (Waveshare 3.5")
162
163	  If M is selected the module will be called ili9486.
164
165config TINYDRM_MI0283QT
166	tristate "DRM support for MI0283QT"
167	depends on DRM && SPI
168	select DRM_KMS_HELPER
169	select DRM_GEM_DMA_HELPER
170	select DRM_MIPI_DBI
171	select BACKLIGHT_CLASS_DEVICE
172	help
173	  DRM driver for the Multi-Inno MI0283QT display panel
174	  If M is selected the module will be called mi0283qt.
175
176config TINYDRM_REPAPER
177	tristate "DRM support for Pervasive Displays RePaper panels (V231)"
178	depends on DRM && SPI
179	select DRM_KMS_HELPER
180	select DRM_GEM_DMA_HELPER
181	help
182	  DRM driver for the following Pervasive Displays panels:
183	  1.44" TFT EPD Panel (E1144CS021)
184	  1.90" TFT EPD Panel (E1190CS021)
185	  2.00" TFT EPD Panel (E2200CS021)
186	  2.71" TFT EPD Panel (E2271CS021)
187
188	  If M is selected the module will be called repaper.
189
190config TINYDRM_ST7586
191	tristate "DRM support for Sitronix ST7586 display panels"
192	depends on DRM && SPI
193	select DRM_KMS_HELPER
194	select DRM_GEM_DMA_HELPER
195	select DRM_MIPI_DBI
196	help
197	  DRM driver for the following Sitronix ST7586 panels:
198	  * LEGO MINDSTORMS EV3
199
200	  If M is selected the module will be called st7586.
201
202config TINYDRM_ST7735R
203	tristate "DRM support for Sitronix ST7715R/ST7735R display panels"
204	depends on DRM && SPI
205	select DRM_KMS_HELPER
206	select DRM_GEM_DMA_HELPER
207	select DRM_MIPI_DBI
208	select BACKLIGHT_CLASS_DEVICE
209	help
210	  DRM driver for Sitronix ST7715R/ST7735R with one of the following
211	  LCDs:
212	  * Jianda JD-T18003-T01 1.8" 128x160 TFT
213	  * Okaya RH128128T 1.44" 128x128 TFT
214
215	  If M is selected the module will be called st7735r.
216