hc
2024-03-26 e0728245c89800c2038c23308f2d88969d5b41c8
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.