xref: /linux/drivers/staging/media/sunxi/cedrus/Kconfig (revision 06d07429858317ded2db7986113a9e0129cd599b)
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 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