Signed-off-by: Jan Sebastian Götte <li...@jaseg.net>
---
 drivers/gpu/drm/tinydrm/Kconfig  | 10 ++++++++++
 drivers/gpu/drm/tinydrm/Makefile |  1 +
 2 files changed, 11 insertions(+)

diff --git a/drivers/gpu/drm/tinydrm/Kconfig b/drivers/gpu/drm/tinydrm/Kconfig
index 87819c82bcce..427d1e62e63d 100644
--- a/drivers/gpu/drm/tinydrm/Kconfig
+++ b/drivers/gpu/drm/tinydrm/Kconfig
@@ -65,6 +65,16 @@ config TINYDRM_REPAPER
 
          If M is selected the module will be called repaper.
 
+config TINYDRM_GDEPAPER
+       tristate "DRM support for Good Display E-Paper Display"
+       depends on DRM_TINYDRM && SPI
+       select TINYDRM_MIPI_DBI
+       help
+         DRM driver for the following Good Display E-Papar displays:
+         * GDEW027C44 display (2.7 inch)
+
+         If M is selected the module will be called gdepaper.
+
 config TINYDRM_ST7586
        tristate "DRM support for Sitronix ST7586 display panels"
        depends on DRM_TINYDRM && SPI
diff --git a/drivers/gpu/drm/tinydrm/Makefile b/drivers/gpu/drm/tinydrm/Makefile
index 48ec8ed9dc16..70f78c8ab26e 100644
--- a/drivers/gpu/drm/tinydrm/Makefile
+++ b/drivers/gpu/drm/tinydrm/Makefile
@@ -10,5 +10,6 @@ obj-$(CONFIG_TINYDRM_ILI9225)         += ili9225.o
 obj-$(CONFIG_TINYDRM_ILI9341)          += ili9341.o
 obj-$(CONFIG_TINYDRM_MI0283QT)         += mi0283qt.o
 obj-$(CONFIG_TINYDRM_REPAPER)          += repaper.o
+obj-$(CONFIG_TINYDRM_GDEPAPER)         += gdepaper.o
 obj-$(CONFIG_TINYDRM_ST7586)           += st7586.o
 obj-$(CONFIG_TINYDRM_ST7735R)          += st7735r.o
-- 
2.21.0

Reply via email to