diff options
author | Anatolij Gustschin <agust@denx.de> | 2019-03-18 23:29:38 +0100 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2019-04-13 20:30:09 +0200 |
commit | a0f045c7fb464ddbe105e947eaf3f937a71a24e4 (patch) | |
tree | ae697941cf90ea1eeefb5df4e0815545baadd40f /configs/colibri_imx6_defconfig | |
parent | 0b09f7b15052bb419e318e38da453be46e5a13e5 (diff) | |
download | u-boot-a0f045c7fb464ddbe105e947eaf3f937a71a24e4.tar.gz |
colibri_imx6: convert to DM_VIDEO
Enable DM_VIDEO in defconfig.
Signed-off-by: Anatolij Gustschin <agust@denx.de>
Diffstat (limited to 'configs/colibri_imx6_defconfig')
-rw-r--r-- | configs/colibri_imx6_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/colibri_imx6_defconfig b/configs/colibri_imx6_defconfig index 611f9f0950..bf05c68807 100644 --- a/configs/colibri_imx6_defconfig +++ b/configs/colibri_imx6_defconfig @@ -77,7 +77,7 @@ CONFIG_USB_GADGET_PRODUCT_NUM=0x4000 CONFIG_CI_UDC=y CONFIG_USB_GADGET_DOWNLOAD=y CONFIG_USB_HOST_ETHER=y -CONFIG_VIDEO=y +CONFIG_DM_VIDEO=y CONFIG_VIDEO_IPUV3=y CONFIG_FAT_WRITE=y CONFIG_OF_LIBFDT_OVERLAY=y |