summaryrefslogtreecommitdiff
path: root/drivers/video/Kconfig
diff options
context:
space:
mode:
authorYannick Fertré <yannick.fertre@st.com>2019-10-07 16:29:04 +0300
committerAnatolij Gustschin <agust@denx.de>2019-10-13 22:24:47 +0300
commit66c37246567c04416780f2c2b87aa251470e0585 (patch)
tree8ddf9cf514ba9009ebad94e67c23f76e6c234b69 /drivers/video/Kconfig
parent7389776cda77faca282ad2b2f207c04b67a451b3 (diff)
downloadu-boot-66c37246567c04416780f2c2b87aa251470e0585.tar.xz
video: add support of MIPI DSI interface
Mipi_display.c contains a set of dsi helpers. This file is a copy of file drm_mipi_dsi.c (linux kernel). Signed-off-by: Yannick Fertré <yannick.fertre@st.com>
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r--drivers/video/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
index 261fa98517..36f666eed6 100644
--- a/drivers/video/Kconfig
+++ b/drivers/video/Kconfig
@@ -73,6 +73,14 @@ config VIDEO_ANSI
Enable ANSI escape sequence decoding for a more fully functional
console.
+config VIDEO_MIPI_DSI
+ bool "Support MIPI DSI interface"
+ depends on DM_VIDEO
+ help
+ Support MIPI DSI interface for driving a MIPI compatible device.
+ The MIPI Display Serial Interface (MIPI DSI) defines a high-speed
+ serial interface between a host processor and a display module.
+
config CONSOLE_NORMAL
bool "Support a simple text console"
depends on DM_VIDEO