summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/omapdrm/dss/Kconfig
diff options
context:
space:
mode:
authorSebastian Reichel <sebastian.reichel@collabora.com>2020-12-15 12:45:42 +0200
committerTomi Valkeinen <tomi.valkeinen@ti.com>2020-12-15 16:08:20 +0200
commite70965386353e675f937bf7ab34e1d9229bc857a (patch)
treeef0ea7d91304fb9c46ac72e4de95324419a7ceac /drivers/gpu/drm/omapdrm/dss/Kconfig
parent28d72874f8ae714261d85814db4866ff60c95d6f (diff)
drm/omap: dsi: simplify write function
Simplify the write related messages handling by using the functionality provided by CONFIG_DRM_MIPI_DSI. Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Link: https://patchwork.freedesktop.org/patch/msgid/20201215104657.802264-10-tomi.valkeinen@ti.com
Diffstat (limited to 'drivers/gpu/drm/omapdrm/dss/Kconfig')
-rw-r--r--drivers/gpu/drm/omapdrm/dss/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/omapdrm/dss/Kconfig b/drivers/gpu/drm/omapdrm/dss/Kconfig
index e11b258a2294..311039024595 100644
--- a/drivers/gpu/drm/omapdrm/dss/Kconfig
+++ b/drivers/gpu/drm/omapdrm/dss/Kconfig
@@ -95,6 +95,7 @@ config OMAP2_DSS_SDI
config OMAP2_DSS_DSI
bool "DSI support"
default n
+ select DRM_MIPI_DSI
help
MIPI DSI (Display Serial Interface) support.