xref: /linux/drivers/gpu/drm/sitronix/Kconfig (revision 9b8f32002cddf792fc6657c6f084585c7af1a858)
1*9b8f3200SMarcus Folkessonconfig DRM_ST7571_I2C
2*9b8f3200SMarcus Folkesson	tristate "DRM support for Sitronix ST7571 display panels (I2C)"
3*9b8f3200SMarcus Folkesson	depends on DRM && I2C && MMU
4*9b8f3200SMarcus Folkesson	select DRM_CLIENT_SELECTION
5*9b8f3200SMarcus Folkesson	select DRM_GEM_SHMEM_HELPER
6*9b8f3200SMarcus Folkesson	select DRM_KMS_HELPER
7*9b8f3200SMarcus Folkesson	select REGMAP_I2C
8*9b8f3200SMarcus Folkesson	help
9*9b8f3200SMarcus Folkesson	  DRM driver for Sitronix ST7571 panels controlled over I2C.
10*9b8f3200SMarcus Folkesson
11*9b8f3200SMarcus Folkesson	  if M is selected the module will be called st7571-i2c.
12*9b8f3200SMarcus Folkesson
13*9b8f3200SMarcus Folkessonconfig TINYDRM_ST7586
14*9b8f3200SMarcus Folkesson	tristate
15*9b8f3200SMarcus Folkesson	default n
16*9b8f3200SMarcus Folkesson
17*9b8f3200SMarcus Folkessonconfig DRM_ST7586
18*9b8f3200SMarcus Folkesson	tristate "DRM support for Sitronix ST7586 display panels"
19*9b8f3200SMarcus Folkesson	depends on DRM && SPI
20*9b8f3200SMarcus Folkesson	select DRM_CLIENT_SELECTION
21*9b8f3200SMarcus Folkesson	select DRM_KMS_HELPER
22*9b8f3200SMarcus Folkesson	select DRM_GEM_DMA_HELPER
23*9b8f3200SMarcus Folkesson	select DRM_MIPI_DBI
24*9b8f3200SMarcus Folkesson	default TINYDRM_ST7586
25*9b8f3200SMarcus Folkesson	help
26*9b8f3200SMarcus Folkesson	  DRM driver for the following Sitronix ST7586 panels:
27*9b8f3200SMarcus Folkesson	  * LEGO MINDSTORMS EV3
28*9b8f3200SMarcus Folkesson
29*9b8f3200SMarcus Folkesson	  If M is selected the module will be called st7586.
30*9b8f3200SMarcus Folkesson
31*9b8f3200SMarcus Folkessonconfig TINYDRM_ST7735R
32*9b8f3200SMarcus Folkesson	tristate
33*9b8f3200SMarcus Folkesson	default n
34*9b8f3200SMarcus Folkesson
35*9b8f3200SMarcus Folkessonconfig DRM_ST7735R
36*9b8f3200SMarcus Folkesson	tristate "DRM support for Sitronix ST7715R/ST7735R display panels"
37*9b8f3200SMarcus Folkesson	depends on DRM && SPI
38*9b8f3200SMarcus Folkesson	select DRM_CLIENT_SELECTION
39*9b8f3200SMarcus Folkesson	select DRM_KMS_HELPER
40*9b8f3200SMarcus Folkesson	select DRM_GEM_DMA_HELPER
41*9b8f3200SMarcus Folkesson	select DRM_MIPI_DBI
42*9b8f3200SMarcus Folkesson	select BACKLIGHT_CLASS_DEVICE
43*9b8f3200SMarcus Folkesson	default TINYDRM_ST7735R
44*9b8f3200SMarcus Folkesson	help
45*9b8f3200SMarcus Folkesson	  DRM driver for Sitronix ST7715R/ST7735R with one of the following
46*9b8f3200SMarcus Folkesson	  LCDs:
47*9b8f3200SMarcus Folkesson	  * Jianda JD-T18003-T01 1.8" 128x160 TFT
48*9b8f3200SMarcus Folkesson	  * Okaya RH128128T 1.44" 128x128 TFT
49*9b8f3200SMarcus Folkesson
50*9b8f3200SMarcus Folkesson	  If M is selected the module will be called st7735r.
51*9b8f3200SMarcus Folkesson
52