aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/tinydrm/Makefile
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/Makefile
parentdt-bindings: add binding for Sitronix ST7586 display panels (diff)
downloadlinux-dev-eac99d4a2013d9e68d12d8a5695b221593d3aa8d.tar.xz
linux-dev-eac99d4a2013d9e68d12d8a5695b221593d3aa8d.zip
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/Makefile')
-rw-r--r--drivers/gpu/drm/tinydrm/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/tinydrm/Makefile b/drivers/gpu/drm/tinydrm/Makefile
index 95bb4d4fa785..0c184bd1bb59 100644
--- a/drivers/gpu/drm/tinydrm/Makefile
+++ b/drivers/gpu/drm/tinydrm/Makefile
@@ -6,3 +6,4 @@ obj-$(CONFIG_TINYDRM_MIPI_DBI) += mipi-dbi.o
# Displays
obj-$(CONFIG_TINYDRM_MI0283QT) += mi0283qt.o
obj-$(CONFIG_TINYDRM_REPAPER) += repaper.o
+obj-$(CONFIG_TINYDRM_ST7586) += st7586.o