]> asedeno.scripts.mit.edu Git - linux.git/blob - drivers/staging/media/timb/Kconfig
Merge tag 'pstore-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
[linux.git] / drivers / staging / media / timb / Kconfig
1 config VIDEO_TIMBERDALE
2         tristate "Support for timberdale Video In/LogiWIN"
3         depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API && HAS_DMA
4         depends on (MFD_TIMBERDALE && TIMB_DMA) || COMPILE_TEST
5         select VIDEO_ADV7180
6         select VIDEOBUF_DMA_CONTIG
7         ---help---
8           Add support for the Video In peripherial of the timberdale FPGA.
9
10           This driver is deprecated and will be removed soon unless someone
11           will start the work to convert this driver to the vb2 framework.