summaryrefslogtreecommitdiff
path: root/drivers/video/stm32/Makefile
diff options
context:
space:
mode:
authorYannick Fertré <yannick.fertre@st.com>2019-10-07 15:29:07 +0200
committerAnatolij Gustschin <agust@denx.de>2019-10-13 23:38:12 +0200
commit18b6ca5c5aad088cfce74cef03edad6218a0149b (patch)
treeba33cfdee79bffb3d3748f399f2dc2b9ff4d746a /drivers/video/stm32/Makefile
parentd4f7ea83fc3415584d9c28564164c1e056f37917 (diff)
video: add support of STM32 MIPI DSI controller driver
Add the STM32 DSI controller driver that uses the Synopsys DesignWare MIPI DSI host controller bridge. Signed-off-by: Yannick Fertré <yannick.fertre@st.com>
Diffstat (limited to 'drivers/video/stm32/Makefile')
-rw-r--r--drivers/video/stm32/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/stm32/Makefile b/drivers/video/stm32/Makefile
index 7297e5f57a..f8b42d1a4d 100644
--- a/drivers/video/stm32/Makefile
+++ b/drivers/video/stm32/Makefile
@@ -6,3 +6,4 @@
# Yannick Fertre <yannick.fertre@st.com>
obj-${CONFIG_VIDEO_STM32} = stm32_ltdc.o
+obj-${CONFIG_VIDEO_STM32_DSI} += stm32_dsi.o