Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[cris-mirror.git] / drivers / gpu / drm / tinydrm / Kconfig
blobb0e567d416b36fd71bfae437645cece685239bb9
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         select BACKLIGHT_LCD_SUPPORT
7         select BACKLIGHT_CLASS_DEVICE
8         help
9           Choose this option if you have a tinydrm supported display.
10           If M is selected the module will be called tinydrm.
12 config TINYDRM_MIPI_DBI
13         tristate
15 config TINYDRM_ILI9225
16         tristate "DRM support for ILI9225 display panels"
17         depends on DRM_TINYDRM && SPI
18         select TINYDRM_MIPI_DBI
19         help
20           DRM driver for the following Ilitek ILI9225 panels:
21           * No-name 2.2" color screen module
23           If M is selected the module will be called ili9225.
25 config TINYDRM_MI0283QT
26         tristate "DRM support for MI0283QT"
27         depends on DRM_TINYDRM && SPI
28         select TINYDRM_MIPI_DBI
29         help
30           DRM driver for the Multi-Inno MI0283QT display panel
31           If M is selected the module will be called mi0283qt.
33 config TINYDRM_REPAPER
34         tristate "DRM support for Pervasive Displays RePaper panels (V231)"
35         depends on DRM_TINYDRM && SPI
36         depends on THERMAL || !THERMAL
37         help
38           DRM driver for the following Pervasive Displays panels:
39           1.44" TFT EPD Panel (E1144CS021)
40           1.90" TFT EPD Panel (E1190CS021)
41           2.00" TFT EPD Panel (E2200CS021)
42           2.71" TFT EPD Panel (E2271CS021)
44           If M is selected the module will be called repaper.
46 config TINYDRM_ST7586
47         tristate "DRM support for Sitronix ST7586 display panels"
48         depends on DRM_TINYDRM && SPI
49         select TINYDRM_MIPI_DBI
50         help
51           DRM driver for the following Sitronix ST7586 panels:
52           * LEGO MINDSTORMS EV3
54           If M is selected the module will be called st7586.
56 config TINYDRM_ST7735R
57         tristate "DRM support for Sitronix ST7735R display panels"
58         depends on DRM_TINYDRM && SPI
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
64           If M is selected the module will be called st7735r.