Linux Audio

Check our new training course

Real-Time Linux with PREEMPT_RT training

Feb 18-20, 2025
Register
Loading...
v5.9
  1# SPDX-License-Identifier: GPL-2.0-only
  2
  3config DRM_CIRRUS_QEMU
  4	tristate "Cirrus driver for QEMU emulated device"
  5	depends on DRM && PCI && MMU
  6	select DRM_KMS_HELPER
  7	select DRM_GEM_SHMEM_HELPER
  8	help
  9	 This is a KMS driver for emulated cirrus device in qemu.
 10	 It is *NOT* intended for real cirrus devices. This requires
 11	 the modesetting userspace X.org driver.
 12
 13	 Cirrus is obsolete, the hardware was designed in the 90ies
 14	 and can't keep up with todays needs.  More background:
 15	 https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
 16
 17	 Better alternatives are:
 18	   - stdvga (DRM_BOCHS, qemu -vga std, default in qemu 2.2+)
 19	   - qxl (DRM_QXL, qemu -vga qxl, works best with spice)
 20	   - virtio (DRM_VIRTIO_GPU), qemu -vga virtio)
 21
 22config DRM_GM12U320
 23	tristate "GM12U320 driver for USB projectors"
 24	depends on DRM && USB
 25	select DRM_KMS_HELPER
 26	select DRM_GEM_SHMEM_HELPER
 27	help
 28	 This is a KMS driver for projectors which use the GM12U320 chipset
 29	 for video transfer over USB2/3, such as the Acer C120 mini projector.
 30
 31config TINYDRM_HX8357D
 32	tristate "DRM support for HX8357D display panels"
 33	depends on DRM && SPI
 34	select DRM_KMS_HELPER
 35	select DRM_KMS_CMA_HELPER
 36	select DRM_MIPI_DBI
 37	select BACKLIGHT_CLASS_DEVICE
 38	help
 39	  DRM driver for the following HX8357D panels:
 40	  * YX350HV15-T 3.5" 340x350 TFT (Adafruit 3.5")
 41
 42	  If M is selected the module will be called hx8357d.
 43
 44config TINYDRM_ILI9225
 45	tristate "DRM support for ILI9225 display panels"
 46	depends on DRM && SPI
 47	select DRM_KMS_HELPER
 48	select DRM_KMS_CMA_HELPER
 49	select DRM_MIPI_DBI
 50	help
 51	  DRM driver for the following Ilitek ILI9225 panels:
 52	  * No-name 2.2" color screen module
 53
 54	  If M is selected the module will be called ili9225.
 55
 56config TINYDRM_ILI9341
 57	tristate "DRM support for ILI9341 display panels"
 58	depends on DRM && SPI
 59	select DRM_KMS_HELPER
 60	select DRM_KMS_CMA_HELPER
 61	select DRM_MIPI_DBI
 62	select BACKLIGHT_CLASS_DEVICE
 63	help
 64	  DRM driver for the following Ilitek ILI9341 panels:
 65	  * YX240QV29-T 2.4" 240x320 TFT (Adafruit 2.4")
 66
 67	  If M is selected the module will be called ili9341.
 68
 69config TINYDRM_ILI9486
 70	tristate "DRM support for ILI9486 display panels"
 71	depends on DRM && SPI
 72	select DRM_KMS_HELPER
 73	select DRM_KMS_CMA_HELPER
 74	select DRM_MIPI_DBI
 75	select BACKLIGHT_CLASS_DEVICE
 76	help
 77	  DRM driver for the following Ilitek ILI9486 panels:
 78	  * PISCREEN 3.5" 320x480 TFT (Ozzmaker 3.5")
 79	  * RPILCD 3.5" 320x480 TFT (Waveshare 3.5")
 80
 81	  If M is selected the module will be called ili9486.
 82
 83config TINYDRM_MI0283QT
 84	tristate "DRM support for MI0283QT"
 85	depends on DRM && SPI
 86	select DRM_KMS_HELPER
 87	select DRM_KMS_CMA_HELPER
 88	select DRM_MIPI_DBI
 89	select BACKLIGHT_CLASS_DEVICE
 90	help
 91	  DRM driver for the Multi-Inno MI0283QT display panel
 92	  If M is selected the module will be called mi0283qt.
 93
 94config TINYDRM_REPAPER
 95	tristate "DRM support for Pervasive Displays RePaper panels (V231)"
 96	depends on DRM && SPI
 97	select DRM_KMS_HELPER
 98	select DRM_KMS_CMA_HELPER
 99	help
100	  DRM driver for the following Pervasive Displays panels:
101	  1.44" TFT EPD Panel (E1144CS021)
102	  1.90" TFT EPD Panel (E1190CS021)
103	  2.00" TFT EPD Panel (E2200CS021)
104	  2.71" TFT EPD Panel (E2271CS021)
105
106	  If M is selected the module will be called repaper.
107
108config TINYDRM_ST7586
109	tristate "DRM support for Sitronix ST7586 display panels"
110	depends on DRM && SPI
111	select DRM_KMS_HELPER
112	select DRM_KMS_CMA_HELPER
113	select DRM_MIPI_DBI
114	help
115	  DRM driver for the following Sitronix ST7586 panels:
116	  * LEGO MINDSTORMS EV3
117
118	  If M is selected the module will be called st7586.
119
120config TINYDRM_ST7735R
121	tristate "DRM support for Sitronix ST7715R/ST7735R display panels"
122	depends on DRM && SPI
123	select DRM_KMS_HELPER
124	select DRM_KMS_CMA_HELPER
125	select DRM_MIPI_DBI
126	select BACKLIGHT_CLASS_DEVICE
127	help
128	  DRM driver for Sitronix ST7715R/ST7735R with one of the following
129	  LCDs:
130	  * Jianda JD-T18003-T01 1.8" 128x160 TFT
131	  * Okaya RH128128T 1.44" 128x128 TFT
132
133	  If M is selected the module will be called st7735r.
v5.4
 1# SPDX-License-Identifier: GPL-2.0-only
 2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 3config DRM_GM12U320
 4	tristate "GM12U320 driver for USB projectors"
 5	depends on DRM && USB
 6	select DRM_KMS_HELPER
 7	select DRM_GEM_SHMEM_HELPER
 8	help
 9	 This is a KMS driver for projectors which use the GM12U320 chipset
10	 for video transfer over USB2/3, such as the Acer C120 mini projector.
11
12config TINYDRM_HX8357D
13	tristate "DRM support for HX8357D display panels"
14	depends on DRM && SPI
15	select DRM_KMS_HELPER
16	select DRM_KMS_CMA_HELPER
17	select DRM_MIPI_DBI
18	select BACKLIGHT_CLASS_DEVICE
19	help
20	  DRM driver for the following HX8357D panels:
21	  * YX350HV15-T 3.5" 340x350 TFT (Adafruit 3.5")
22
23	  If M is selected the module will be called hx8357d.
24
25config TINYDRM_ILI9225
26	tristate "DRM support for ILI9225 display panels"
27	depends on DRM && SPI
28	select DRM_KMS_HELPER
29	select DRM_KMS_CMA_HELPER
30	select DRM_MIPI_DBI
31	help
32	  DRM driver for the following Ilitek ILI9225 panels:
33	  * No-name 2.2" color screen module
34
35	  If M is selected the module will be called ili9225.
36
37config TINYDRM_ILI9341
38	tristate "DRM support for ILI9341 display panels"
39	depends on DRM && SPI
40	select DRM_KMS_HELPER
41	select DRM_KMS_CMA_HELPER
42	select DRM_MIPI_DBI
43	select BACKLIGHT_CLASS_DEVICE
44	help
45	  DRM driver for the following Ilitek ILI9341 panels:
46	  * YX240QV29-T 2.4" 240x320 TFT (Adafruit 2.4")
47
48	  If M is selected the module will be called ili9341.
49
 
 
 
 
 
 
 
 
 
 
 
 
 
 
50config TINYDRM_MI0283QT
51	tristate "DRM support for MI0283QT"
52	depends on DRM && SPI
53	select DRM_KMS_HELPER
54	select DRM_KMS_CMA_HELPER
55	select DRM_MIPI_DBI
56	select BACKLIGHT_CLASS_DEVICE
57	help
58	  DRM driver for the Multi-Inno MI0283QT display panel
59	  If M is selected the module will be called mi0283qt.
60
61config TINYDRM_REPAPER
62	tristate "DRM support for Pervasive Displays RePaper panels (V231)"
63	depends on DRM && SPI
64	select DRM_KMS_HELPER
65	select DRM_KMS_CMA_HELPER
66	help
67	  DRM driver for the following Pervasive Displays panels:
68	  1.44" TFT EPD Panel (E1144CS021)
69	  1.90" TFT EPD Panel (E1190CS021)
70	  2.00" TFT EPD Panel (E2200CS021)
71	  2.71" TFT EPD Panel (E2271CS021)
72
73	  If M is selected the module will be called repaper.
74
75config TINYDRM_ST7586
76	tristate "DRM support for Sitronix ST7586 display panels"
77	depends on DRM && SPI
78	select DRM_KMS_HELPER
79	select DRM_KMS_CMA_HELPER
80	select DRM_MIPI_DBI
81	help
82	  DRM driver for the following Sitronix ST7586 panels:
83	  * LEGO MINDSTORMS EV3
84
85	  If M is selected the module will be called st7586.
86
87config TINYDRM_ST7735R
88	tristate "DRM support for Sitronix ST7735R display panels"
89	depends on DRM && SPI
90	select DRM_KMS_HELPER
91	select DRM_KMS_CMA_HELPER
92	select DRM_MIPI_DBI
93	select BACKLIGHT_CLASS_DEVICE
94	help
95	  DRM driver Sitronix ST7735R with one of the following LCDs:
96	  * JD-T18003-T01 1.8" 128x160 TFT
 
 
97
98	  If M is selected the module will be called st7735r.