2 tristate "Support for simple displays"
5 select DRM_KMS_CMA_HELPER
7 Choose this option if you have a tinydrm supported display.
8 If M is selected the module will be called tinydrm.
10 config TINYDRM_MIPI_DBI
13 config TINYDRM_ILI9225
14 tristate "DRM support for ILI9225 display panels"
15 depends on DRM_TINYDRM && SPI
16 select TINYDRM_MIPI_DBI
18 DRM driver for the following Ilitek ILI9225 panels:
19 * No-name 2.2" color screen module
21 If M is selected the module will be called ili9225.
23 config TINYDRM_ILI9341
24 tristate "DRM support for ILI9341 display panels"
25 depends on DRM_TINYDRM && SPI
26 depends on BACKLIGHT_CLASS_DEVICE
27 select TINYDRM_MIPI_DBI
29 DRM driver for the following Ilitek ILI9341 panels:
30 * YX240QV29-T 2.4" 240x320 TFT (Adafruit 2.4")
32 If M is selected the module will be called ili9341.
34 config TINYDRM_MI0283QT
35 tristate "DRM support for MI0283QT"
36 depends on DRM_TINYDRM && SPI
37 depends on BACKLIGHT_CLASS_DEVICE
38 select TINYDRM_MIPI_DBI
40 DRM driver for the Multi-Inno MI0283QT display panel
41 If M is selected the module will be called mi0283qt.
43 config TINYDRM_REPAPER
44 tristate "DRM support for Pervasive Displays RePaper panels (V231)"
45 depends on DRM_TINYDRM && SPI
46 depends on THERMAL || !THERMAL
48 DRM driver for the following Pervasive Displays panels:
49 1.44" TFT EPD Panel (E1144CS021)
50 1.90" TFT EPD Panel (E1190CS021)
51 2.00" TFT EPD Panel (E2200CS021)
52 2.71" TFT EPD Panel (E2271CS021)
54 If M is selected the module will be called repaper.
57 tristate "DRM support for Sitronix ST7586 display panels"
58 depends on DRM_TINYDRM && SPI
59 select TINYDRM_MIPI_DBI
61 DRM driver for the following Sitronix ST7586 panels:
64 If M is selected the module will be called st7586.
66 config TINYDRM_ST7735R
67 tristate "DRM support for Sitronix ST7735R display panels"
68 depends on DRM_TINYDRM && SPI
69 depends on BACKLIGHT_CLASS_DEVICE
70 select TINYDRM_MIPI_DBI
72 DRM driver Sitronix ST7735R with one of the following LCDs:
73 * JD-T18003-T01 1.8" 128x160 TFT
75 If M is selected the module will be called st7735r.