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-12-26 14:42:46 +0100
commita3ff407abf1fc9ad2072a94ab301850c837a17ce (patch)
tree06137433320c17547b593fac812d51a67fa6cb20 /drivers
parent87b3f4287b8a9d31ad4d732fac769d97dcf7469a (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 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.