20 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2 3comment "Allegro DVT media platform drivers"4 5config VIDEO_ALLEGRO_DVT6 tristate "Allegro DVT Video IP Core"7 depends on V4L_MEM2MEM_DRIVERS8 depends on VIDEO_DEV9 depends on ARCH_ZYNQMP || COMPILE_TEST10 select V4L2_MEM2MEM_DEV11 select VIDEOBUF2_DMA_CONTIG12 select REGMAP_MMIO13 help14 Support for the encoder video IP core by Allegro DVT. This core is15 found for example on the Xilinx ZynqMP SoC in the EV family and is16 called VCU in the reference manual.17 18 To compile this driver as a module, choose M here: the module19 will be called allegro.20