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