linux/drivers/media/platform
Arnd Bergmann 24692801a4 [media] davinci: add V4L2 dependencies
The davinci media drivers use videobuf2, which they enable through
a 'select' statement. If one of these drivers is built-in, but
the v4l2 core is a loadable modules, we end up with a link
error:

drivers/built-in.o: In function `vb2_fop_mmap':
:(.text+0x113e84): undefined reference to `video_devdata'
drivers/built-in.o: In function `vb2_ioctl_create_bufs':
:(.text+0x114710): undefined reference to `video_devdata'
drivers/built-in.o: In function `vb2_ioctl_reqbufs':
:(.text+0x114ed8): undefined reference to `video_devdata'
drivers/built-in.o: In function `vb2_ioctl_querybuf':
:(.text+0x115530): undefined reference to `video_devdata'

To solve this, we need to add a dependency on VIDEO_V4L2,
which enforces that the davinci drivers themselves can only
be loadable modules if V4L2 is not built-in, and they do
not cause the videobuf2 code to be built-in.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Lad, Prabhakar <prabhakar.csengg@gmail.com>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2015-02-02 11:09:02 -02:00
..
am437x [media] media: am437x: fix sparse warnings 2015-02-02 10:59:34 -02:00
blackfin Driver core patches for 3.19-rc1 2014-12-14 16:10:09 -08:00
coda [media] coda: simplify check in coda_buf_queue 2015-02-02 10:38:21 -02:00
davinci [media] davinci: add V4L2 dependencies 2015-02-02 11:09:02 -02:00
exynos4-is Driver core patches for 3.19-rc1 2014-12-14 16:10:09 -08:00
exynos-gsc [media] media: exynos-gsc: use vb2_ops_wait_prepare/finish helper 2014-12-22 14:34:35 -02:00
marvell-ccic [media] VIDEO_CAFE_CCIC should select VIDEOBUF2_DMA_SG 2014-12-23 10:48:35 -02:00
omap [media] omap_vout: fix compile warnings 2014-12-02 11:35:05 -02:00
omap3isp Linux 3.19-rc6 2015-01-27 09:39:34 -02:00
s3c-camif [media] media: s3c-camif: use vb2_ops_wait_prepare/finish helper 2014-12-22 14:33:27 -02:00
s5p-g2d [media] s5p-g2d: remove unnecessary version.h inclusion 2015-02-02 09:58:23 -02:00
s5p-jpeg Driver core patches for 3.19-rc1 2014-12-14 16:10:09 -08:00
s5p-mfc [media] s5p-mfc: remove unnecessary version.h inclusion 2015-02-02 09:58:35 -02:00
s5p-tv [media] media: s5p-tv: use vb2_ops_wait_prepare/finish helper 2014-12-22 14:35:52 -02:00
soc_camera [media] rcar_vin: move buffer management to .stop_streaming handler 2015-02-02 10:42:48 -02:00
ti-vpe [media] media: ti-vpe: use vb2_ops_wait_prepare/finish helper 2014-12-22 14:34:05 -02:00
vivid [media] vivid: use consistent colorspace/Y'CbCr Encoding strings 2015-02-02 11:08:28 -02:00
vsp1 [media] v4l: vsp1: Fix VI6_DISP_IRQ_STA_LNE macro 2015-01-27 10:38:24 -02:00
arv.c [media] media: remove the setting of the flag V4L2_FL_USE_FH_PRIO 2014-07-04 16:14:59 -03:00
fsl-viu.c Driver core patches for 3.19-rc1 2014-12-14 16:10:09 -08:00
Kconfig [media] timberdale: do not select TIMB_DMA 2015-02-02 11:00:35 -02:00
m2m-deinterlace.c media: platform: drop owner assignment from platform_drivers 2014-10-20 16:20:44 +02:00
Makefile [media] media: platform: add VPFE capture driver support for AM437X 2014-12-23 12:09:58 -02:00
mx2_emmaprp.c Driver core patches for 3.19-rc1 2014-12-14 16:10:09 -08:00
sh_veu.c [media] media: sh_veu: use vb2_ops_wait_prepare/finish helper 2014-12-22 14:35:13 -02:00
sh_vou.c Driver core patches for 3.19-rc1 2014-12-14 16:10:09 -08:00
timblogiw.c media: platform: drop owner assignment from platform_drivers 2014-10-20 16:20:44 +02:00
via-camera.c [media] media/platform: fix querycap 2014-12-02 11:31:34 -02:00
via-camera.h
vim2m.c Driver core patches for 3.19-rc1 2014-12-14 16:10:09 -08:00