diff options
author | Sébastien Szymanski | 2019-10-21 15:33:03 +0200 |
---|---|---|
committer | Stefano Babic | 2019-11-03 17:04:16 +0100 |
commit | b1be79b4174b06d60335d2fac901e079fb27aa97 (patch) | |
tree | 40cdcbf46cd6c5f3e5a8a87e0929a9ae745e4bb8 /configs | |
parent | b72dd938ece60fba622a989f4e54f0599b5a0715 (diff) |
opos6uldev: migrate to DM_VIDEO
Migrate to DM_VIDEO, update the device tree and remove code that is no
longer necessary.
Reviewed-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Sébastien Szymanski <sebastien.szymanski@armadeus.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/opos6uldev_defconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/opos6uldev_defconfig b/configs/opos6uldev_defconfig index 44236e99bc2..352d10a0d8d 100644 --- a/configs/opos6uldev_defconfig +++ b/configs/opos6uldev_defconfig @@ -95,6 +95,7 @@ CONFIG_USB_GADGET_VENDOR_NUM=0x0525 CONFIG_USB_GADGET_PRODUCT_NUM=0xa4a5 CONFIG_CI_UDC=y CONFIG_USB_GADGET_DOWNLOAD=y -CONFIG_VIDEO=y +CONFIG_DM_VIDEO=y +CONFIG_SYS_WHITE_ON_BLACK=y CONFIG_OF_LIBFDT_OVERLAY=y # CONFIG_EFI_LOADER is not set |