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