xref: /linux-6.15/drivers/gpu/drm/tiny/Kconfig (revision 00855c60)
1# SPDX-License-Identifier: GPL-2.0-only
2
3config DRM_ARCPGU
4	tristate "ARC PGU"
5	depends on DRM && OF
6	select DRM_CLIENT_SELECTION
7	select DRM_GEM_DMA_HELPER
8	select DRM_KMS_HELPER
9	help
10	  Choose this option if you have an ARC PGU controller.
11
12	  If M is selected the module will be called arcpgu.
13
14config DRM_BOCHS
15	tristate "DRM Support for bochs dispi vga interface (qemu stdvga)"
16	depends on DRM && PCI && MMU
17	select DRM_GEM_SHMEM_HELPER
18	select DRM_KMS_HELPER
19	help
20	  This is a KMS driver for qemu's stdvga output. Choose this option
21	  for qemu.
22
23	  If M is selected the module will be called bochs.
24
25config DRM_CIRRUS_QEMU
26	tristate "Cirrus driver for QEMU emulated device"
27	depends on DRM && PCI && MMU
28	select DRM_KMS_HELPER
29	select DRM_GEM_SHMEM_HELPER
30	help
31	 This is a KMS driver for emulated cirrus device in qemu.
32	 It is *NOT* intended for real cirrus devices. This requires
33	 the modesetting userspace X.org driver.
34
35	 Cirrus is obsolete, the hardware was designed in the 90ies
36	 and can't keep up with todays needs.  More background:
37	 https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
38
39	 Better alternatives are:
40	   - stdvga (DRM_BOCHS, qemu -vga std, default in qemu 2.2+)
41	   - qxl (DRM_QXL, qemu -vga qxl, works best with spice)
42	   - virtio (DRM_VIRTIO_GPU), qemu -vga virtio)
43
44config DRM_GM12U320
45	tristate "GM12U320 driver for USB projectors"
46	depends on DRM && USB && MMU
47	select DRM_KMS_HELPER
48	select DRM_GEM_SHMEM_HELPER
49	help
50	 This is a KMS driver for projectors which use the GM12U320 chipset
51	 for video transfer over USB2/3, such as the Acer C120 mini projector.
52
53config DRM_OFDRM
54	tristate "Open Firmware display driver"
55	depends on DRM && MMU && OF && (PPC || COMPILE_TEST)
56	select APERTURE_HELPERS
57	select DRM_GEM_SHMEM_HELPER
58	select DRM_KMS_HELPER
59	help
60	  DRM driver for Open Firmware framebuffers.
61
62	  This driver assumes that the display hardware has been initialized
63	  by the Open Firmware before the kernel boots. Scanout buffer, size,
64	  and display format must be provided via device tree.
65
66config DRM_PANEL_MIPI_DBI
67	tristate "DRM support for MIPI DBI compatible panels"
68	depends on DRM && SPI
69	select DRM_KMS_HELPER
70	select DRM_GEM_DMA_HELPER
71	select DRM_MIPI_DBI
72	select BACKLIGHT_CLASS_DEVICE
73	select VIDEOMODE_HELPERS
74	help
75	  Say Y here if you want to enable support for MIPI DBI compatible
76	  panels. The controller command setup can be provided using a
77	  firmware file. For more information see
78	  https://github.com/notro/panel-mipi-dbi/wiki.
79	  To compile this driver as a module, choose M here.
80
81config DRM_SIMPLEDRM
82	tristate "Simple framebuffer driver"
83	depends on DRM && MMU
84	select APERTURE_HELPERS
85	select DRM_GEM_SHMEM_HELPER
86	select DRM_KMS_HELPER
87	help
88	  DRM driver for simple platform-provided framebuffers.
89
90	  This driver assumes that the display hardware has been initialized
91	  by the firmware or bootloader before the kernel boots. Scanout
92	  buffer, size, and display format must be provided via device tree,
93	  UEFI, VESA, etc.
94
95	  On x86 BIOS or UEFI systems, you should also select SYSFB_SIMPLEFB
96	  to use UEFI and VESA framebuffers.
97
98config TINYDRM_HX8357D
99	tristate "DRM support for HX8357D display panels"
100	depends on DRM && SPI
101	select DRM_CLIENT_SELECTION
102	select DRM_KMS_HELPER
103	select DRM_GEM_DMA_HELPER
104	select DRM_MIPI_DBI
105	select BACKLIGHT_CLASS_DEVICE
106	help
107	  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_ILI9163
113	tristate "DRM support for ILI9163 display panels"
114	depends on DRM && SPI
115	select BACKLIGHT_CLASS_DEVICE
116	select DRM_CLIENT_SELECTION
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_CLIENT_SELECTION
130	select DRM_KMS_HELPER
131	select DRM_GEM_DMA_HELPER
132	select DRM_MIPI_DBI
133	help
134	  DRM driver for the following Ilitek ILI9225 panels:
135	  * No-name 2.2" color screen module
136
137	  If M is selected the module will be called ili9225.
138
139config TINYDRM_ILI9341
140	tristate "DRM support for ILI9341 display panels"
141	depends on DRM && SPI
142	select DRM_KMS_HELPER
143	select DRM_GEM_DMA_HELPER
144	select DRM_MIPI_DBI
145	select BACKLIGHT_CLASS_DEVICE
146	help
147	  DRM driver for the following Ilitek ILI9341 panels:
148	  * YX240QV29-T 2.4" 240x320 TFT (Adafruit 2.4")
149
150	  If M is selected the module will be called ili9341.
151
152config TINYDRM_ILI9486
153	tristate "DRM support for ILI9486 display panels"
154	depends on DRM && SPI
155	select DRM_KMS_HELPER
156	select DRM_GEM_DMA_HELPER
157	select DRM_MIPI_DBI
158	select BACKLIGHT_CLASS_DEVICE
159	help
160	  DRM driver for the following Ilitek ILI9486 panels:
161	  * PISCREEN 3.5" 320x480 TFT (Ozzmaker 3.5")
162	  * RPILCD 3.5" 320x480 TFT (Waveshare 3.5")
163
164	  If M is selected the module will be called ili9486.
165
166config TINYDRM_MI0283QT
167	tristate "DRM support for MI0283QT"
168	depends on DRM && SPI
169	select DRM_KMS_HELPER
170	select DRM_GEM_DMA_HELPER
171	select DRM_MIPI_DBI
172	select BACKLIGHT_CLASS_DEVICE
173	help
174	  DRM driver for the Multi-Inno MI0283QT display panel
175	  If M is selected the module will be called mi0283qt.
176
177config TINYDRM_REPAPER
178	tristate "DRM support for Pervasive Displays RePaper panels (V231)"
179	depends on DRM && SPI
180	select DRM_KMS_HELPER
181	select DRM_GEM_DMA_HELPER
182	help
183	  DRM driver for the following Pervasive Displays panels:
184	  1.44" TFT EPD Panel (E1144CS021)
185	  1.90" TFT EPD Panel (E1190CS021)
186	  2.00" TFT EPD Panel (E2200CS021)
187	  2.71" TFT EPD Panel (E2271CS021)
188
189	  If M is selected the module will be called repaper.
190
191config TINYDRM_ST7586
192	tristate "DRM support for Sitronix ST7586 display panels"
193	depends on DRM && SPI
194	select DRM_KMS_HELPER
195	select DRM_GEM_DMA_HELPER
196	select DRM_MIPI_DBI
197	help
198	  DRM driver for the following Sitronix ST7586 panels:
199	  * LEGO MINDSTORMS EV3
200
201	  If M is selected the module will be called st7586.
202
203config TINYDRM_ST7735R
204	tristate "DRM support for Sitronix ST7715R/ST7735R display panels"
205	depends on DRM && SPI
206	select DRM_KMS_HELPER
207	select DRM_GEM_DMA_HELPER
208	select DRM_MIPI_DBI
209	select BACKLIGHT_CLASS_DEVICE
210	help
211	  DRM driver for Sitronix ST7715R/ST7735R with one of the following
212	  LCDs:
213	  * Jianda JD-T18003-T01 1.8" 128x160 TFT
214	  * Okaya RH128128T 1.44" 128x128 TFT
215
216	  If M is selected the module will be called st7735r.
217