Merge tag 'char-misc-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh...
[linux-2.6-block.git] / drivers / staging / media / omap1 / Kconfig
1 config VIDEO_OMAP1
2         tristate "OMAP1 Camera Interface driver"
3         depends on VIDEO_DEV && SOC_CAMERA
4         depends on ARCH_OMAP1
5         depends on HAS_DMA
6         select VIDEOBUF_DMA_CONTIG
7         select VIDEOBUF_DMA_SG
8         ---help---
9           This is a v4l2 driver for the TI OMAP1 camera interface
10
11           This driver is deprecated and will be removed soon unless someone
12           will start the work to convert this driver to the vb2 framework
13           and remove the soc-camera dependency.