Merge tag 'for-4.21/block-20190102' of git://git.kernel.dk/linux-block
[linux-2.6-microblaze.git] / drivers / gpu / drm / tinydrm / Kconfig
1 menuconfig 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
10 config TINYDRM_MIPI_DBI
11         tristate
12
13 config TINYDRM_HX8357D
14         tristate "DRM support for HX8357D display panels"
15         depends on DRM_TINYDRM && SPI
16         depends on BACKLIGHT_CLASS_DEVICE
17         select TINYDRM_MIPI_DBI
18         help
19           DRM driver for the following HX8357D panels:
20           * YX350HV15-T 3.5" 340x350 TFT (Adafruit 3.5")
21
22           If M is selected the module will be called hx8357d.
23
24 config TINYDRM_ILI9225
25         tristate "DRM support for ILI9225 display panels"
26         depends on DRM_TINYDRM && SPI
27         select TINYDRM_MIPI_DBI
28         help
29           DRM driver for the following Ilitek ILI9225 panels:
30           * No-name 2.2" color screen module
31
32           If M is selected the module will be called ili9225.
33
34 config TINYDRM_ILI9341
35         tristate "DRM support for ILI9341 display panels"
36         depends on DRM_TINYDRM && SPI
37         depends on BACKLIGHT_CLASS_DEVICE
38         select TINYDRM_MIPI_DBI
39         help
40           DRM driver for the following Ilitek ILI9341 panels:
41           * YX240QV29-T 2.4" 240x320 TFT (Adafruit 2.4")
42
43           If M is selected the module will be called ili9341.
44
45 config TINYDRM_MI0283QT
46         tristate "DRM support for MI0283QT"
47         depends on DRM_TINYDRM && SPI
48         depends on BACKLIGHT_CLASS_DEVICE
49         select TINYDRM_MIPI_DBI
50         help
51           DRM driver for the Multi-Inno MI0283QT display panel
52           If M is selected the module will be called mi0283qt.
53
54 config TINYDRM_REPAPER
55         tristate "DRM support for Pervasive Displays RePaper panels (V231)"
56         depends on DRM_TINYDRM && SPI
57         depends on THERMAL || !THERMAL
58         help
59           DRM driver for the following Pervasive Displays panels:
60           1.44" TFT EPD Panel (E1144CS021)
61           1.90" TFT EPD Panel (E1190CS021)
62           2.00" TFT EPD Panel (E2200CS021)
63           2.71" TFT EPD Panel (E2271CS021)
64
65           If M is selected the module will be called repaper.
66
67 config TINYDRM_ST7586
68         tristate "DRM support for Sitronix ST7586 display panels"
69         depends on DRM_TINYDRM && SPI
70         select TINYDRM_MIPI_DBI
71         help
72           DRM driver for the following Sitronix ST7586 panels:
73           * LEGO MINDSTORMS EV3
74
75           If M is selected the module will be called st7586.
76
77 config TINYDRM_ST7735R
78         tristate "DRM support for Sitronix ST7735R display panels"
79         depends on DRM_TINYDRM && SPI
80         depends on BACKLIGHT_CLASS_DEVICE
81         select TINYDRM_MIPI_DBI
82         help
83           DRM driver Sitronix ST7735R with one of the following LCDs:
84           * JD-T18003-T01 1.8" 128x160 TFT
85
86           If M is selected the module will be called st7735r.