1# SPDX-License-Identifier: GPL-2.0 2config VIDEO_SUNXI_CEDRUS 3 tristate "Allwinner Cedrus VPU driver" 4 depends on VIDEO_DEV 5 depends on RESET_CONTROLLER 6 depends on HAS_DMA 7 depends on OF 8 select MEDIA_CONTROLLER 9 select MEDIA_CONTROLLER_REQUEST_API 10 select SUNXI_SRAM 11 select VIDEOBUF2_DMA_CONTIG 12 select V4L2_MEM2MEM_DEV 13 help 14 Support for the VPU found in Allwinner SoCs, also known as the Cedar 15 video engine. 16 17 To compile this driver as a module, choose M here: the module 18 will be called sunxi-cedrus. 19