diff options
author | Fabio Estevam <festevam@gmail.com> | 2018-12-11 16:40:38 -0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2019-01-28 12:53:48 +0100 |
commit | 9e3c0174da842dd88f5feaffbf843ba332233897 (patch) | |
tree | 456c60073e2f5d72f1c9ac7935e84fa7070c7191 /configs/pico-imx7d_defconfig | |
parent | bab289cbe993c1ee26a6301e7019c3078b60393a (diff) | |
download | u-boot-9e3c0174da842dd88f5feaffbf843ba332233897.zip u-boot-9e3c0174da842dd88f5feaffbf843ba332233897.tar.gz u-boot-9e3c0174da842dd88f5feaffbf843ba332233897.tar.bz2 |
pico-imx7d: Add LCD support
Add support for the VXT VL050-8048NT-C01 panel connected through
the 24 bit parallel LCDIF interface.
Signed-off-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'configs/pico-imx7d_defconfig')
-rw-r--r-- | configs/pico-imx7d_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/pico-imx7d_defconfig b/configs/pico-imx7d_defconfig index f90d757..7e13923 100644 --- a/configs/pico-imx7d_defconfig +++ b/configs/pico-imx7d_defconfig @@ -57,4 +57,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_OF_LIBFDT=y |