summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/tinydrm/Kconfig
diff options
context:
space:
mode:
authorDavid Lechner <david@lechnology.com>2017-08-07 12:39:39 -0500
committerNoralf Trønnes <noralf@tronnes.org>2017-08-11 18:30:19 +0200
commiteac99d4a2013d9e68d12d8a5695b221593d3aa8d (patch)
tree81f3724fb27aefb47a27b794f9923d4029a0b51c /drivers/gpu/drm/tinydrm/Kconfig
parentaee02b0fc0258c67941ddfe95fb68d80b54ad4ad (diff)
drm/tinydrm: add support for LEGO MINDSTORMS EV3 LCD
LEGO MINDSTORMS EV3 has an LCD with a ST7586 controller. This adds a new module for the ST7586 controller with parameters for the LEGO MINDSTORMS EV3 LCD display. Signed-off-by: David Lechner <david@lechnology.com> Reviewed-by: Noralf Trønnes <noralf@tronnes.org> Signed-off-by: Noralf Trønnes <noralf@tronnes.org> Link: https://patchwork.freedesktop.org/patch/msgid/1502127581-10517-4-git-send-email-david@lechnology.com
Diffstat (limited to 'drivers/gpu/drm/tinydrm/Kconfig')
-rw-r--r--drivers/gpu/drm/tinydrm/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/gpu/drm/tinydrm/Kconfig b/drivers/gpu/drm/tinydrm/Kconfig
index f17c3caceab2..2e790e7dced5 100644
--- a/drivers/gpu/drm/tinydrm/Kconfig
+++ b/drivers/gpu/drm/tinydrm/Kconfig
@@ -32,3 +32,13 @@ config TINYDRM_REPAPER
2.71" TFT EPD Panel (E2271CS021)
If M is selected the module will be called repaper.
+
+config TINYDRM_ST7586
+ tristate "DRM support for Sitronix ST7586 display panels"
+ depends on DRM_TINYDRM && SPI
+ select TINYDRM_MIPI_DBI
+ help
+ DRM driver for the following Sitronix ST7586 panels:
+ * LEGO MINDSTORMS EV3
+
+ If M is selected the module will be called st7586.