Loading...
Note: File does not exist in v3.1.
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.