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