xref: /linux/drivers/gpu/drm/sitronix/Kconfig (revision e9ef810dfee7a2227da9d423aecb0ced35faddbe)
19b8f3200SMarcus Folkessonconfig DRM_ST7571_I2C
29b8f3200SMarcus Folkesson	tristate "DRM support for Sitronix ST7571 display panels (I2C)"
39b8f3200SMarcus Folkesson	depends on DRM && I2C && MMU
49b8f3200SMarcus Folkesson	select DRM_CLIENT_SELECTION
59b8f3200SMarcus Folkesson	select DRM_GEM_SHMEM_HELPER
69b8f3200SMarcus Folkesson	select DRM_KMS_HELPER
79b8f3200SMarcus Folkesson	select REGMAP_I2C
8*b8d3291dSNathan Chancellor	select VIDEOMODE_HELPERS
99b8f3200SMarcus Folkesson	help
109b8f3200SMarcus Folkesson	  DRM driver for Sitronix ST7571 panels controlled over I2C.
119b8f3200SMarcus Folkesson
129b8f3200SMarcus Folkesson	  if M is selected the module will be called st7571-i2c.
139b8f3200SMarcus Folkesson
149b8f3200SMarcus Folkessonconfig DRM_ST7586
159b8f3200SMarcus Folkesson	tristate "DRM support for Sitronix ST7586 display panels"
169b8f3200SMarcus Folkesson	depends on DRM && SPI
179b8f3200SMarcus Folkesson	select DRM_CLIENT_SELECTION
189b8f3200SMarcus Folkesson	select DRM_KMS_HELPER
199b8f3200SMarcus Folkesson	select DRM_GEM_DMA_HELPER
209b8f3200SMarcus Folkesson	select DRM_MIPI_DBI
219b8f3200SMarcus Folkesson	help
229b8f3200SMarcus Folkesson	  DRM driver for the following Sitronix ST7586 panels:
239b8f3200SMarcus Folkesson	  * LEGO MINDSTORMS EV3
249b8f3200SMarcus Folkesson
259b8f3200SMarcus Folkesson	  If M is selected the module will be called st7586.
269b8f3200SMarcus Folkesson
279b8f3200SMarcus Folkessonconfig DRM_ST7735R
289b8f3200SMarcus Folkesson	tristate "DRM support for Sitronix ST7715R/ST7735R display panels"
299b8f3200SMarcus Folkesson	depends on DRM && SPI
309b8f3200SMarcus Folkesson	select DRM_CLIENT_SELECTION
319b8f3200SMarcus Folkesson	select DRM_KMS_HELPER
329b8f3200SMarcus Folkesson	select DRM_GEM_DMA_HELPER
339b8f3200SMarcus Folkesson	select DRM_MIPI_DBI
349b8f3200SMarcus Folkesson	select BACKLIGHT_CLASS_DEVICE
359b8f3200SMarcus Folkesson	help
369b8f3200SMarcus Folkesson	  DRM driver for Sitronix ST7715R/ST7735R with one of the following
379b8f3200SMarcus Folkesson	  LCDs:
389b8f3200SMarcus Folkesson	  * Jianda JD-T18003-T01 1.8" 128x160 TFT
399b8f3200SMarcus Folkesson	  * Okaya RH128128T 1.44" 128x128 TFT
409b8f3200SMarcus Folkesson
419b8f3200SMarcus Folkesson	  If M is selected the module will be called st7735r.
429b8f3200SMarcus Folkesson
439b8f3200SMarcus Folkesson