diff options
author | Anatolij Gustschin <agust@denx.de> | 2020-05-26 00:14:09 +0200 |
---|---|---|
committer | Anatolij Gustschin <agust@denx.de> | 2020-06-18 19:36:51 +0200 |
commit | 3f15df3c0bad986231ae8b23dbdbd395557436db (patch) | |
tree | be2d8bac428ea3cb98f8e3175298ef4c2fbbece4 /configs/riotboard_defconfig | |
parent | 513acd04452f314b9c904b0d4dd0452fece07fd1 (diff) | |
download | u-boot-3f15df3c0bad986231ae8b23dbdbd395557436db.tar.gz |
imx: convert embest boards to DM_VIDEO
Migration to DM_VIDEO driver is long overdue. Update defconfigs
to enable usage of converted ipuv3 driver DM configuration.
Signed-off-by: Anatolij Gustschin <agust@denx.de>
Cc: Eric BĂ©nard <eric@eukrea.com>
Diffstat (limited to 'configs/riotboard_defconfig')
-rw-r--r-- | configs/riotboard_defconfig | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/configs/riotboard_defconfig b/configs/riotboard_defconfig index 73656017d1..f02274efef 100644 --- a/configs/riotboard_defconfig +++ b/configs/riotboard_defconfig @@ -38,7 +38,13 @@ CONFIG_DM_THERMAL=y CONFIG_USB=y CONFIG_USB_HOST_ETHER=y CONFIG_USB_ETHER_ASIX=y +CONFIG_DM_VIDEO=y +# CONFIG_BACKLIGHT is not set +# CONFIG_CMD_VIDCONSOLE is not set +# CONFIG_VIDEO_BPP8 is not set +# CONFIG_VIDEO_BPP32 is not set +# CONFIG_VIDEO_ANSI is not set +# CONFIG_PANEL is not set CONFIG_VIDEO_IPUV3=y -CONFIG_VIDEO=y -# CONFIG_VIDEO_SW_CURSOR is not set +CONFIG_SYS_WHITE_ON_BLACK=y CONFIG_OF_LIBFDT=y |