summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2015-09-01 14:30:33 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2015-09-01 14:30:33 +0200
commitb239e8a51de0a05ea98df545a498b8b5f1434a47 (patch)
tree28441e764ef4fef914c5042432019d2de36d7e94 /drivers
parentaabc41ef8573826eb4b862be9df8286d2ba6465b (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!
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 d3fc164e9f33..3300fa913f55 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.