Linux Audio

Check our new training course

Loading...
Note: File does not exist in v3.1.
 1menuconfig DRM_TINYDRM
 2	tristate "Support for simple displays"
 3	depends on DRM
 4	select DRM_KMS_HELPER
 5	select DRM_KMS_CMA_HELPER
 6	help
 7	  Choose this option if you have a tinydrm supported display.
 8	  If M is selected the module will be called tinydrm.
 9
10config TINYDRM_MIPI_DBI
11	tristate
12
13config TINYDRM_ILI9225
14	tristate "DRM support for ILI9225 display panels"
15	depends on DRM_TINYDRM && SPI
16	select TINYDRM_MIPI_DBI
17	help
18	  DRM driver for the following Ilitek ILI9225 panels:
19	  * No-name 2.2" color screen module
20
21	  If M is selected the module will be called ili9225.
22
23config TINYDRM_MI0283QT
24	tristate "DRM support for MI0283QT"
25	depends on DRM_TINYDRM && SPI
26	depends on BACKLIGHT_CLASS_DEVICE
27	select TINYDRM_MIPI_DBI
28	help
29	  DRM driver for the Multi-Inno MI0283QT display panel
30	  If M is selected the module will be called mi0283qt.
31
32config TINYDRM_REPAPER
33	tristate "DRM support for Pervasive Displays RePaper panels (V231)"
34	depends on DRM_TINYDRM && SPI
35	depends on THERMAL || !THERMAL
36	help
37	  DRM driver for the following Pervasive Displays panels:
38	  1.44" TFT EPD Panel (E1144CS021)
39	  1.90" TFT EPD Panel (E1190CS021)
40	  2.00" TFT EPD Panel (E2200CS021)
41	  2.71" TFT EPD Panel (E2271CS021)
42
43	  If M is selected the module will be called repaper.
44
45config TINYDRM_ST7586
46	tristate "DRM support for Sitronix ST7586 display panels"
47	depends on DRM_TINYDRM && SPI
48	select TINYDRM_MIPI_DBI
49	help
50	  DRM driver for the following Sitronix ST7586 panels:
51	  * LEGO MINDSTORMS EV3
52
53	  If M is selected the module will be called st7586.
54
55config TINYDRM_ST7735R
56	tristate "DRM support for Sitronix ST7735R display panels"
57	depends on DRM_TINYDRM && SPI
58	depends on BACKLIGHT_CLASS_DEVICE
59	select TINYDRM_MIPI_DBI
60	help
61	  DRM driver Sitronix ST7735R with one of the following LCDs:
62	  * JD-T18003-T01 1.8" 128x160 TFT
63
64	  If M is selected the module will be called st7735r.