aboutsummaryrefslogtreecommitdiff
path: root/configs/sandbox_defconfig
diff options
context:
space:
mode:
authorYannick Fertré <yannick.fertre@st.com>2019-10-07 15:29:05 +0200
committerAnatolij Gustschin <agust@denx.de>2019-10-13 23:34:43 +0200
commit23f965a4c611e5c2d2576b5f8d2aa2ea6fffb24c (patch)
treee22352952c3220fbb074c95dfab9873e2c3fc9ac /configs/sandbox_defconfig
parent66c37246567c04416780f2c2b87aa251470e0585 (diff)
downloadu-boot-23f965a4c611e5c2d2576b5f8d2aa2ea6fffb24c.zip
u-boot-23f965a4c611e5c2d2576b5f8d2aa2ea6fffb24c.tar.gz
u-boot-23f965a4c611e5c2d2576b5f8d2aa2ea6fffb24c.tar.bz2
dm: Add a dsi host uclass
Display Serial Interface (DSI) host can usefully be modelled as their own uclass. DSI defines a serial bus and a communication protocol between the host and the device (panel, bridge). Signed-off-by: Yannick Fertré <yannick.fertre@st.com>
Diffstat (limited to 'configs/sandbox_defconfig')
-rw-r--r--configs/sandbox_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig
index f77b9e8..3f2dc99 100644
--- a/configs/sandbox_defconfig
+++ b/configs/sandbox_defconfig
@@ -206,6 +206,7 @@ CONFIG_CONSOLE_ROTATION=y
CONFIG_CONSOLE_TRUETYPE=y
CONFIG_CONSOLE_TRUETYPE_CANTORAONE=y
CONFIG_VIDEO_SANDBOX_SDL=y
+CONFIG_VIDEO_DSI_HOST_SANDBOX=y
CONFIG_OSD=y
CONFIG_SANDBOX_OSD=y
CONFIG_W1=y