summaryrefslogtreecommitdiff
path: root/drivers/staging/media/timb/Kconfig
blob: e413fecc1e674ba163fa4a0a117e19ca41ce67ed (plain)
1
2
3
4
5
6
7
8
9
10
11
config VIDEO_TIMBERDALE
	tristate "Support for timberdale Video In/LogiWIN"
	depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API && HAS_DMA
	depends on (MFD_TIMBERDALE && TIMB_DMA) || COMPILE_TEST
	select VIDEO_ADV7180
	select VIDEOBUF_DMA_CONTIG
	---help---
	  Add support for the Video In peripherial of the timberdale FPGA.

	  This driver is deprecated and will be removed soon unless someone
	  will start the work to convert this driver to the vb2 framework.