Convert CONFIG_IMX_VIDEO_SKIP et al to Kconfig
[platform/kernel/u-boot.git] / drivers / video / imx / Kconfig
index 78eb0f2..34e8b64 100644 (file)
@@ -1,8 +1,15 @@
 
 config VIDEO_IPUV3
        bool "i.MX IPUv3 Core video support"
-       depends on DM_VIDEO && (MX5 || MX6)
+       depends on VIDEO && (MX5 || MX6)
        help
          This enables framebuffer driver for i.MX processors working
          on the IPUv3(Image Processing Unit) internal graphic processor.
 
+config IMX_VIDEO_SKIP
+       bool "Enable calling board_video_skip function"
+       depends on VIDEO_IPUV3
+
+config IMX_HDMI
+       bool "Enable HDMI support in IPUv3"
+       depends on VIDEO_IPUV3