summaryrefslogtreecommitdiffstats
path: root/drivers/video/imx/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/imx/Kconfig')
-rw-r--r--drivers/video/imx/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/imx/Kconfig b/drivers/video/imx/Kconfig
index c33620e075..78eb0f29fb 100644
--- a/drivers/video/imx/Kconfig
+++ b/drivers/video/imx/Kconfig
@@ -1,7 +1,7 @@
config VIDEO_IPUV3
bool "i.MX IPUv3 Core video support"
- depends on (VIDEO || DM_VIDEO) && (MX5 || MX6)
+ depends on DM_VIDEO && (MX5 || MX6)
help
This enables framebuffer driver for i.MX processors working
on the IPUv3(Image Processing Unit) internal graphic processor.