configs: pico-imx6ul: convert DM_VIDEO
authorWig Cheng <wig.cheng@technexion.com>
Fri, 31 Jul 2020 06:15:09 +0000 (14:15 +0800)
committerStefano Babic <sbabic@denx.de>
Tue, 18 Aug 2020 08:10:25 +0000 (10:10 +0200)
It's due to the warning messages issue after compiled:

  ===================== WARNING ======================
  This board does not use CONFIG_DM_VIDEO Please update
  the board to use CONFIG_DM_VIDEO before the v2019.07 release.
  Failure to update by the deadline may result in board removal.
  See doc/driver-model/migration.rst for more info.
  ====================================================

Enable DM_VIDEO can fix it on the stage of compilation.

Signed-off-by: Wig Cheng <wig.cheng@technexion.com>
Reviewed-by: Fabio Estevam <festevam@gmail.com>
configs/pico-imx6ul_defconfig

index 1db522a..79c8d44 100644 (file)
@@ -74,4 +74,4 @@ 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_DM_VIDEO=y