summaryrefslogtreecommitdiff
path: root/drivers/video/Kconfig
diff options
context:
space:
mode:
authorYannick Fertré <yannick.fertre@st.com>2019-10-07 16:29:06 +0300
committerAnatolij Gustschin <agust@denx.de>2019-10-14 00:37:08 +0300
commitd4f7ea83fc3415584d9c28564164c1e056f37917 (patch)
treee25e19a8af4b1de957bbea36df36ce2b29905f14 /drivers/video/Kconfig
parent23f965a4c611e5c2d2576b5f8d2aa2ea6fffb24c (diff)
downloadu-boot-d4f7ea83fc3415584d9c28564164c1e056f37917.tar.xz
video: add MIPI DSI host controller bridge
Add a Synopsys Designware MIPI DSI host bridge driver, based on the Rockchip version from rockchip/dw-mipi-dsi.c with phy & bridge APIs. Signed-off-by: Yannick Fertré <yannick.fertre@st.com>
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r--drivers/video/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
index cdaf616f72..fdcb03c1fc 100644
--- a/drivers/video/Kconfig
+++ b/drivers/video/Kconfig
@@ -697,6 +697,16 @@ config VIDEO_DSI_HOST_SANDBOX
a communication protocol between the host and the device
(panel, bridge).
+config VIDEO_DW_MIPI_DSI
+ bool
+ select VIDEO_MIPI_DSI
+ help
+ Enables the common driver code for the Synopsis Designware
+ MIPI DSI block found in SoCs from various vendors.
+ As this does not provide any functionality by itself (but
+ rather requires a SoC-specific glue driver to call it), it
+ can not be enabled from the configuration menu.
+
config VIDEO_SIMPLE
bool "Simple display driver for preconfigured display"
help