Kconfig 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  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. config TINYDRM_MIPI_DBI
  10. tristate
  11. config TINYDRM_ILI9225
  12. tristate "DRM support for ILI9225 display panels"
  13. depends on DRM_TINYDRM && SPI
  14. select TINYDRM_MIPI_DBI
  15. help
  16. DRM driver for the following Ilitek ILI9225 panels:
  17. * No-name 2.2" color screen module
  18. If M is selected the module will be called ili9225.
  19. config TINYDRM_ILI9341
  20. tristate "DRM support for ILI9341 display panels"
  21. depends on DRM_TINYDRM && SPI
  22. depends on BACKLIGHT_CLASS_DEVICE
  23. select TINYDRM_MIPI_DBI
  24. help
  25. DRM driver for the following Ilitek ILI9341 panels:
  26. * YX240QV29-T 2.4" 240x320 TFT (Adafruit 2.4")
  27. If M is selected the module will be called ili9341.
  28. config TINYDRM_MI0283QT
  29. tristate "DRM support for MI0283QT"
  30. depends on DRM_TINYDRM && SPI
  31. depends on BACKLIGHT_CLASS_DEVICE
  32. select TINYDRM_MIPI_DBI
  33. help
  34. DRM driver for the Multi-Inno MI0283QT display panel
  35. If M is selected the module will be called mi0283qt.
  36. config TINYDRM_REPAPER
  37. tristate "DRM support for Pervasive Displays RePaper panels (V231)"
  38. depends on DRM_TINYDRM && SPI
  39. depends on THERMAL || !THERMAL
  40. help
  41. DRM driver for the following Pervasive Displays panels:
  42. 1.44" TFT EPD Panel (E1144CS021)
  43. 1.90" TFT EPD Panel (E1190CS021)
  44. 2.00" TFT EPD Panel (E2200CS021)
  45. 2.71" TFT EPD Panel (E2271CS021)
  46. If M is selected the module will be called repaper.
  47. config TINYDRM_ST7586
  48. tristate "DRM support for Sitronix ST7586 display panels"
  49. depends on DRM_TINYDRM && SPI
  50. select TINYDRM_MIPI_DBI
  51. help
  52. DRM driver for the following Sitronix ST7586 panels:
  53. * LEGO MINDSTORMS EV3
  54. If M is selected the module will be called st7586.
  55. config 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. If M is selected the module will be called st7735r.