mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 13:14:27 +00:00
18b6ca5c5a
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>
9 lines
270 B
Makefile
9 lines
270 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
# Copyright (C) STMicroelectronics SA 2017
|
|
#
|
|
# Authors: Philippe Cornu <philippe.cornu@st.com>
|
|
# Yannick Fertre <yannick.fertre@st.com>
|
|
|
|
obj-${CONFIG_VIDEO_STM32} = stm32_ltdc.o
|
|
obj-${CONFIG_VIDEO_STM32_DSI} += stm32_dsi.o
|