summaryrefslogtreecommitdiff
path: root/configs/sandbox_defconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-01-19 02:52:25 (GMT)
committerSimon Glass <sjg@chromium.org>2016-01-21 02:10:16 (GMT)
commit3ade5bc4dc24edf5e1f13f3c43a9e8b7f8c2d853 (patch)
treee276da8f4b751ea7feecf32fa750e71671bfa7f2 /configs/sandbox_defconfig
parent1e69ad014c68bf375ba2113486c5c0095d3292d0 (diff)
downloadu-boot-3ade5bc4dc24edf5e1f13f3c43a9e8b7f8c2d853.tar.xz
dm: video: sandbox: Convert sandbox to use driver model for video
Now that driver model support is available, convert sandbox over to use it. We can remove a few of the special hooks that sandbox currently has. Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Anatolij Gustschin <agust@denx.de>
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 65184c8..898c5f4 100644
--- a/configs/sandbox_defconfig
+++ b/configs/sandbox_defconfig
@@ -76,6 +76,7 @@ CONFIG_USB_EMUL=y
CONFIG_USB_STORAGE=y
CONFIG_USB_KEYBOARD=y
CONFIG_SYS_USB_EVENT_POLL=y
+CONFIG_DM_VIDEO=y
CONFIG_VIDEO_SANDBOX_SDL=y
CONFIG_CMD_DHRYSTONE=y
CONFIG_TPM=y