1# SPDX-License-Identifier: GPL-2.0-only 2 3comment "Allegro DVT media platform drivers" 4 5config VIDEO_ALLEGRO_DVT 6 tristate "Allegro DVT Video IP Core" 7 depends on V4L_MEM2MEM_DRIVERS 8 depends on VIDEO_DEV 9 depends on ARCH_ZYNQMP || COMPILE_TEST 10 select V4L2_MEM2MEM_DEV 11 select VIDEOBUF2_DMA_CONTIG 12 select REGMAP_MMIO 13 help 14 Support for the encoder video IP core by Allegro DVT. This core is 15 found for example on the Xilinx ZynqMP SoC in the EV family and is 16 called VCU in the reference manual. 17 18 To compile this driver as a module, choose M here: the module 19 will be called allegro. 20