diff options
author | Anatolij Gustschin <agust@denx.de> | 2019-03-18 23:29:35 +0100 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2019-04-13 20:30:09 +0200 |
commit | 68555fb77816cf0f97846e4d21bd18268d4d7544 (patch) | |
tree | 17589350c6cd3a9debd3c77edbe2355fd44e1feb /configs | |
parent | f45ec8fcfb86c84ce2c012512ba4255cb11a2ecf (diff) | |
download | u-boot-68555fb77816cf0f97846e4d21bd18268d4d7544.tar.gz u-boot-68555fb77816cf0f97846e4d21bd18268d4d7544.tar.bz2 u-boot-68555fb77816cf0f97846e4d21bd18268d4d7544.zip |
apalis_imx6: convert to DM_VIDEO
Enable DM_VIDEO in defconfig.
Signed-off-by: Anatolij Gustschin <agust@denx.de>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/apalis_imx6_defconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/apalis_imx6_defconfig b/configs/apalis_imx6_defconfig index 60ca8a5147..06695208bc 100644 --- a/configs/apalis_imx6_defconfig +++ b/configs/apalis_imx6_defconfig @@ -81,7 +81,8 @@ 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_SYS_WHITE_ON_BLACK=y CONFIG_VIDEO_IPUV3=y CONFIG_FAT_WRITE=y CONFIG_OF_LIBFDT_OVERLAY=y |