Kconfig 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. config DRM_ST7571
  2. tristate "DRM support for Sitronix ST7567/ST7571 display panels"
  3. depends on DRM && MMU
  4. select DRM_CLIENT_SELECTION
  5. select DRM_GEM_SHMEM_HELPER
  6. select DRM_KMS_HELPER
  7. select VIDEOMODE_HELPERS
  8. help
  9. Sitronix ST7571 is a driver and controller for 4-level gray
  10. scale and monochrome dot matrix LCD panels.
  11. DRM driver for Sitronix ST7567/ST7571 panels.
  12. This is only the core driver, a driver for the appropriate bus
  13. transport in your chip also must be selected.
  14. if M is selected the module will be called st7571.
  15. config DRM_ST7571_I2C
  16. tristate "DRM support for Sitronix ST7567/ST7571 display panels (I2C)"
  17. depends on DRM_ST7571 && I2C
  18. select REGMAP
  19. help
  20. Sitronix ST7571 is a driver and controller for 4-level gray
  21. scale and monochrome dot matrix LCD panels.
  22. DRM driver for Sitronix ST7565/ST7571 panels connected via I2C bus.
  23. if M is selected the module will be called st7571-i2c.
  24. config DRM_ST7571_SPI
  25. tristate "DRM support for Sitronix ST7567/ST7571 display panels (SPI)"
  26. depends on DRM_ST7571 && SPI
  27. select REGMAP_SPI
  28. help
  29. Sitronix ST7571 is a driver and controller for 4-level gray
  30. scale and monochrome dot matrix LCD panels.
  31. DRM driver for Sitronix ST7565/ST7571 panels connected via SPI bus.
  32. if M is selected the module will be called st7571-spi.
  33. config DRM_ST7586
  34. tristate "DRM support for Sitronix ST7586 display panels"
  35. depends on DRM && SPI
  36. select DRM_CLIENT_SELECTION
  37. select DRM_KMS_HELPER
  38. select DRM_GEM_DMA_HELPER
  39. select DRM_MIPI_DBI
  40. help
  41. DRM driver for the following Sitronix ST7586 panels:
  42. * LEGO MINDSTORMS EV3
  43. If M is selected the module will be called st7586.
  44. config DRM_ST7735R
  45. tristate "DRM support for Sitronix ST7715R/ST7735R display panels"
  46. depends on DRM && SPI
  47. select DRM_CLIENT_SELECTION
  48. select DRM_KMS_HELPER
  49. select DRM_GEM_DMA_HELPER
  50. select DRM_MIPI_DBI
  51. select BACKLIGHT_CLASS_DEVICE
  52. help
  53. DRM driver for Sitronix ST7715R/ST7735R with one of the following
  54. LCDs:
  55. * Jianda JD-T18003-T01 1.8" 128x160 TFT
  56. * Okaya RH128128T 1.44" 128x128 TFT
  57. If M is selected the module will be called st7735r.
  58. config DRM_ST7920
  59. tristate "DRM support for Sitronix ST7920 LCD displays"
  60. depends on DRM && SPI && MMU
  61. select DRM_GEM_SHMEM_HELPER
  62. select DRM_KMS_HELPER
  63. select REGMAP_SPI
  64. help
  65. DRM driver for the ST7920 Sitronix LCD controllers.
  66. If M is selected the module will be called st7920.