summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2015-09-01 14:30:33 +0200
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2017-12-21 14:27:16 +0100
commit2aeb5f6fd1c777327c0e1488f7c7acfc938bea57 (patch)
treefffadbabbc5231c7cd4049b827b49fc9a5f117c7 /drivers
parent17e167e9a376e06f9c04c14151112c92d29921e5 (diff)
MXC_CSI_CAMERA: select VIDEOBUF2_DMA_CONTIG
MXC_CSI_CAMERA links to the following functions provided by VIDEOBUF2_DMA_CONTIG, so select it explicitely to prevent link errors: ERROR: "vb2_dma_contig_cleanup_ctx" [drivers/media/platform/mxc/subdev/mx6s_capture.ko] undefined! ERROR: "vb2_dma_contig_memops" [drivers/media/platform/mxc/subdev/mx6s_capture.ko] undefined! ERROR: "vb2_dma_contig_init_ctx" [drivers/media/platform/mxc/subdev/mx6s_capture.ko] undefined! Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> (cherry picked from commit a3ff407abf1fc9ad2072a94ab301850c837a17ce) (cherry picked from commit 502376a5735998dfceb09ba8d2889df5dcfa5b58)
Diffstat (limited to 'drivers')
-rw-r--r--drivers/media/platform/mxc/subdev/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/platform/mxc/subdev/Kconfig b/drivers/media/platform/mxc/subdev/Kconfig
index b8e0ebb1a5e5..bd7a8b9905ac 100644
--- a/drivers/media/platform/mxc/subdev/Kconfig
+++ b/drivers/media/platform/mxc/subdev/Kconfig
@@ -3,6 +3,7 @@ if VIDEO_MXC_CAPTURE
config VIDEO_MXC_CSI_CAMERA
tristate "CSI camera support"
depends on VIDEO_MXC_CAPTURE && VIDEO_V4L2
+ select VIDEOBUF2_DMA_CONTIG
---help---
This is the video4linux2 capture driver based on CSI module.