Kconfig 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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_MI0283QT
  14. tristate "DRM support for MI0283QT"
  15. depends on DRM_TINYDRM && SPI
  16. select TINYDRM_MIPI_DBI
  17. help
  18. DRM driver for the Multi-Inno MI0283QT display panel
  19. If M is selected the module will be called mi0283qt.
  20. config TINYDRM_REPAPER
  21. tristate "DRM support for Pervasive Displays RePaper panels (V231)"
  22. depends on DRM_TINYDRM && SPI
  23. depends on THERMAL || !THERMAL
  24. help
  25. DRM driver for the following Pervasive Displays panels:
  26. 1.44" TFT EPD Panel (E1144CS021)
  27. 1.90" TFT EPD Panel (E1190CS021)
  28. 2.00" TFT EPD Panel (E2200CS021)
  29. 2.71" TFT EPD Panel (E2271CS021)
  30. If M is selected the module will be called repaper.
  31. config TINYDRM_ST7586
  32. tristate "DRM support for Sitronix ST7586 display panels"
  33. depends on DRM_TINYDRM && SPI
  34. select TINYDRM_MIPI_DBI
  35. help
  36. DRM driver for the following Sitronix ST7586 panels:
  37. * LEGO MINDSTORMS EV3
  38. If M is selected the module will be called st7586.