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