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