xref: /openbmc/linux/drivers/gpu/drm/tiny/Kconfig (revision be80507d)
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	depends on THERMAL || !THERMAL
67	help
68	  DRM driver for the following Pervasive Displays panels:
69	  1.44" TFT EPD Panel (E1144CS021)
70	  1.90" TFT EPD Panel (E1190CS021)
71	  2.00" TFT EPD Panel (E2200CS021)
72	  2.71" TFT EPD Panel (E2271CS021)
73
74	  If M is selected the module will be called repaper.
75
76config TINYDRM_ST7586
77	tristate "DRM support for Sitronix ST7586 display panels"
78	depends on DRM && SPI
79	select DRM_KMS_HELPER
80	select DRM_KMS_CMA_HELPER
81	select DRM_MIPI_DBI
82	help
83	  DRM driver for the following Sitronix ST7586 panels:
84	  * LEGO MINDSTORMS EV3
85
86	  If M is selected the module will be called st7586.
87
88config TINYDRM_ST7735R
89	tristate "DRM support for Sitronix ST7735R display panels"
90	depends on DRM && SPI
91	select DRM_KMS_HELPER
92	select DRM_KMS_CMA_HELPER
93	select DRM_MIPI_DBI
94	select BACKLIGHT_CLASS_DEVICE
95	help
96	  DRM driver Sitronix ST7735R with one of the following LCDs:
97	  * JD-T18003-T01 1.8" 128x160 TFT
98
99	  If M is selected the module will be called st7735r.
100