diff options
author | Anatolij Gustschin <agust@denx.de> | 2020-05-26 00:32:59 +0200 |
---|---|---|
committer | Anatolij Gustschin <agust@denx.de> | 2020-06-18 19:37:29 +0200 |
commit | ddfda8ec76a868af180853e195e8e5fee60865bd (patch) | |
tree | 503b935b79c276280fce8474b6d70c213645fc53 /configs | |
parent | 3f15df3c0bad986231ae8b23dbdbd395557436db (diff) |
imx: convert pico-imx6 to DM_VIDEO
Update defconfig to enable usage of converted ipuv3
driver DM configuration.
Signed-off-by: Anatolij Gustschin <agust@denx.de>
Cc: Fabio Estevam <festevam@gmail.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/pico-imx6_defconfig | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/configs/pico-imx6_defconfig b/configs/pico-imx6_defconfig index 0bc7e4fc95..840ff141fe 100644 --- a/configs/pico-imx6_defconfig +++ b/configs/pico-imx6_defconfig @@ -73,5 +73,12 @@ CONFIG_USB_GADGET_MANUFACTURER="FSL" CONFIG_USB_GADGET_VENDOR_NUM=0x0525 CONFIG_USB_GADGET_PRODUCT_NUM=0xa4a5 CONFIG_CI_UDC=y +CONFIG_DM_VIDEO=y CONFIG_VIDEO_IPUV3=y -CONFIG_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_SYS_WHITE_ON_BLACK=y |