media: m2m-deinterlace: Remove DMA_ENGINE dependency
authorEzequiel Garcia <ezequiel@collabora.com>
Fri, 18 May 2018 21:07:47 +0000 (17:07 -0400)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Mon, 28 May 2018 20:20:25 +0000 (16:20 -0400)
The DMA engine subsystem provides stubs for drivers
to build with !DMA_ENGINE. Drop the config dependency.

Signed-off-by: Ezequiel Garcia <ezequiel@collabora.com>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
drivers/media/platform/Kconfig

index c1af9f7..2728376 100644 (file)
@@ -243,7 +243,7 @@ config VIDEO_MEDIATEK_VCODEC
 
 config VIDEO_MEM2MEM_DEINTERLACE
        tristate "Deinterlace support"
-       depends on VIDEO_DEV && VIDEO_V4L2 && DMA_ENGINE
+       depends on VIDEO_DEV && VIDEO_V4L2
        depends on HAS_DMA
        select VIDEOBUF2_DMA_CONTIG
        select V4L2_MEM2MEM_DEV