2019-05-19 13:07:45 +01:00
# SPDX-License-Identifier: GPL-2.0-only
2019-07-25 12:51:32 +02:00
config DRM_GM12U320
tristate "GM12U320 driver for USB projectors"
depends on DRM && USB
select DRM_KMS_HELPER
select DRM_GEM_SHMEM_HELPER
help
This is a KMS driver for projectors which use the GM12U320 chipset
for video transfer over USB2/3, such as the Acer C120 mini projector.
2018-10-24 11:43:12 -07:00
config TINYDRM_HX8357D
tristate "DRM support for HX8357D display panels"
2019-07-25 12:51:30 +02:00
depends on DRM && SPI
select DRM_KMS_HELPER
select DRM_KMS_CMA_HELPER
2019-07-22 12:43:11 +02:00
select DRM_MIPI_DBI
2019-07-22 12:43:09 +02:00
select BACKLIGHT_CLASS_DEVICE
2018-10-24 11:43:12 -07:00
help
DRM driver for the following HX8357D panels:
* YX350HV15-T 3.5" 340x350 TFT (Adafruit 3.5")
If M is selected the module will be called hx8357d.
2017-11-19 14:12:08 -06:00
config TINYDRM_ILI9225
tristate "DRM support for ILI9225 display panels"
2019-07-25 12:51:30 +02:00
depends on DRM && SPI
select DRM_KMS_HELPER
select DRM_KMS_CMA_HELPER
2019-07-22 12:43:11 +02:00
select DRM_MIPI_DBI
2017-11-19 14:12:08 -06:00
help
DRM driver for the following Ilitek ILI9225 panels:
* No-name 2.2" color screen module
If M is selected the module will be called ili9225.
2018-05-25 14:36:23 -05:00
config TINYDRM_ILI9341
tristate "DRM support for ILI9341 display panels"
2019-07-25 12:51:30 +02:00
depends on DRM && SPI
select DRM_KMS_HELPER
select DRM_KMS_CMA_HELPER
2019-07-22 12:43:11 +02:00
select DRM_MIPI_DBI
2019-07-22 12:43:09 +02:00
select BACKLIGHT_CLASS_DEVICE
2018-05-25 14:36:23 -05:00
help
DRM driver for the following Ilitek ILI9341 panels:
* YX240QV29-T 2.4" 240x320 TFT (Adafruit 2.4")
If M is selected the module will be called ili9341.
2020-02-09 23:36:41 +05:30
config TINYDRM_ILI9486
tristate "DRM support for ILI9486 display panels"
depends on DRM && SPI
select DRM_KMS_HELPER
select DRM_KMS_CMA_HELPER
select DRM_MIPI_DBI
select BACKLIGHT_CLASS_DEVICE
help
DRM driver for the following Ilitek ILI9486 panels:
* PISCREEN 3.5" 320x480 TFT (Ozzmaker 3.5")
* RPILCD 3.5" 320x480 TFT (Waveshare 3.5")
If M is selected the module will be called ili9486.
2017-01-22 15:23:48 +01:00
config TINYDRM_MI0283QT
tristate "DRM support for MI0283QT"
2019-07-25 12:51:30 +02:00
depends on DRM && SPI
select DRM_KMS_HELPER
select DRM_KMS_CMA_HELPER
2019-07-22 12:43:11 +02:00
select DRM_MIPI_DBI
2019-07-22 12:43:09 +02:00
select BACKLIGHT_CLASS_DEVICE
2017-01-22 15:23:48 +01:00
help
DRM driver for the Multi-Inno MI0283QT display panel
If M is selected the module will be called mi0283qt.
2017-06-08 17:14:35 +02:00
config TINYDRM_REPAPER
tristate "DRM support for Pervasive Displays RePaper panels (V231)"
2019-07-25 12:51:30 +02:00
depends on DRM && SPI
select DRM_KMS_HELPER
select DRM_KMS_CMA_HELPER
2017-06-08 17:14:35 +02:00
help
DRM driver for the following Pervasive Displays panels:
1.44" TFT EPD Panel (E1144CS021)
1.90" TFT EPD Panel (E1190CS021)
2.00" TFT EPD Panel (E2200CS021)
2.71" TFT EPD Panel (E2271CS021)
If M is selected the module will be called repaper.
2017-08-07 12:39:39 -05:00
config TINYDRM_ST7586
tristate "DRM support for Sitronix ST7586 display panels"
2019-07-25 12:51:30 +02:00
depends on DRM && SPI
select DRM_KMS_HELPER
select DRM_KMS_CMA_HELPER
2019-07-22 12:43:11 +02:00
select DRM_MIPI_DBI
2017-08-07 12:39:39 -05:00
help
DRM driver for the following Sitronix ST7586 panels:
* LEGO MINDSTORMS EV3
If M is selected the module will be called st7586.
2018-01-01 13:02:16 -06:00
config TINYDRM_ST7735R
2020-01-15 13:45:48 +01:00
tristate "DRM support for Sitronix ST7715R/ST7735R display panels"
2019-07-25 12:51:30 +02:00
depends on DRM && SPI
select DRM_KMS_HELPER
select DRM_KMS_CMA_HELPER
2019-07-22 12:43:11 +02:00
select DRM_MIPI_DBI
2019-07-22 12:43:09 +02:00
select BACKLIGHT_CLASS_DEVICE
2018-01-01 13:02:16 -06:00
help
2020-01-15 13:45:48 +01:00
DRM driver for Sitronix ST7715R/ST7735R with one of the following
LCDs:
* Jianda JD-T18003-T01 1.8" 128x160 TFT
* Okaya RH128128T 1.44" 128x128 TFT
2018-01-01 13:02:16 -06:00
If M is selected the module will be called st7735r.