Kconfig 408 B

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