1config VIDEO_BLACKFIN_CAPTURE
2	tristate "Blackfin Video Capture Driver"
3	depends on VIDEO_V4L2 && BLACKFIN && I2C
4	select VIDEOBUF2_DMA_CONTIG
5	help
6	  V4L2 bridge driver for Blackfin video capture device.
7	  Choose PPI or EPPI as its interface.
8
9	  To compile this driver as a module, choose M here: the
10	  module will be called bfin_video_capture.
11