Kconfig 350 B

1234567891011
  1. config 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. To compile this driver as a module, choose M here: the
  9. module will be called bfin_video_capture.