Kconfig 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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.
  11. config TINYDRM_MIPI_DBI
  12. tristate
  13. config 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. If M is selected the module will be called ili9225.
  21. config TINYDRM_MI0283QT
  22. tristate "DRM support for MI0283QT"
  23. depends on DRM_TINYDRM && SPI
  24. select TINYDRM_MIPI_DBI
  25. help
  26. DRM driver for the Multi-Inno MI0283QT display panel
  27. If M is selected the module will be called mi0283qt.
  28. config TINYDRM_REPAPER
  29. tristate "DRM support for Pervasive Displays RePaper panels (V231)"
  30. depends on DRM_TINYDRM && SPI
  31. depends on THERMAL || !THERMAL
  32. help
  33. DRM driver for the following Pervasive Displays panels:
  34. 1.44" TFT EPD Panel (E1144CS021)
  35. 1.90" TFT EPD Panel (E1190CS021)
  36. 2.00" TFT EPD Panel (E2200CS021)
  37. 2.71" TFT EPD Panel (E2271CS021)
  38. If M is selected the module will be called repaper.
  39. config TINYDRM_ST7586
  40. tristate "DRM support for Sitronix ST7586 display panels"
  41. depends on DRM_TINYDRM && SPI
  42. select TINYDRM_MIPI_DBI
  43. help
  44. DRM driver for the following Sitronix ST7586 panels:
  45. * LEGO MINDSTORMS EV3
  46. If M is selected the module will be called st7586.