diff options
author | Fabio Estevam <festevam@gmail.com> | 2019-09-17 14:17:07 -0300 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2019-10-08 16:35:59 +0200 |
commit | 953c2500bc0c0d72d9099319381542feb9905ea3 (patch) | |
tree | 81fcf8c6a719dbd3d723c5c5e70c080e36980824 /configs/pico-imx6_defconfig | |
parent | d9033f2f422eb3d82c9e914a85ab73bcf7b2a1d5 (diff) |
pico-imx6: Add splashscreen support
Add splashscreen support. Tested with the parallel
FT5x06-WVGA panel.
Signed-off-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'configs/pico-imx6_defconfig')
-rw-r--r-- | configs/pico-imx6_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/pico-imx6_defconfig b/configs/pico-imx6_defconfig index 4291f6fab0..02787f8250 100644 --- a/configs/pico-imx6_defconfig +++ b/configs/pico-imx6_defconfig @@ -69,3 +69,5 @@ CONFIG_USB_GADGET_MANUFACTURER="FSL" CONFIG_USB_GADGET_VENDOR_NUM=0x0525 CONFIG_USB_GADGET_PRODUCT_NUM=0xa4a5 CONFIG_CI_UDC=y +CONFIG_VIDEO=y +CONFIG_VIDEO_IPUV3=y |