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_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 28 help 29 DRM driver for the following Ilitek ILI9341 panels: 30 * YX240QV29-T 2.4" 240x320 TFT (Adafruit 2.4") 31 32 If M is selected the module will be called ili9341. 33 34config 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 39 help 40 DRM driver for the Multi-Inno MI0283QT display panel 41 If M is selected the module will be called mi0283qt. 42 43config TINYDRM_REPAPER 44 tristate "DRM support for Pervasive Displays RePaper panels (V231)" 45 depends on DRM_TINYDRM && SPI 46 depends on THERMAL || !THERMAL 47 help 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) 53 54 If M is selected the module will be called repaper. 55 56config TINYDRM_ST7586 57 tristate "DRM support for Sitronix ST7586 display panels" 58 depends on DRM_TINYDRM && SPI 59 select TINYDRM_MIPI_DBI 60 help 61 DRM driver for the following Sitronix ST7586 panels: 62 * LEGO MINDSTORMS EV3 63 64 If M is selected the module will be called st7586. 65 66config 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 71 help 72 DRM driver Sitronix ST7735R with one of the following LCDs: 73 * JD-T18003-T01 1.8" 128x160 TFT 74 75 If M is selected the module will be called st7735r. 76