Kconfig 396 B

12345678910111213
  1. config VIDEO_AM437X_VPFE
  2. tristate "TI AM437x VPFE video capture driver"
  3. depends on VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
  4. depends on SOC_AM43XX || COMPILE_TEST
  5. select VIDEOBUF2_DMA_CONTIG
  6. select V4L2_FWNODE
  7. help
  8. Support for AM437x Video Processing Front End based Video
  9. Capture Driver.
  10. To compile this driver as a module, choose M here. The module
  11. will be called am437x-vpfe.