brintos

brintos / linux-shallow public Read only

0
0
Text · 495 B · f1bcef5 Raw
16 lines · plain
1# SPDX-License-Identifier: GPL-2.02config VIDEO_WAVE_VPU3	tristate "Chips&Media Wave Codec Driver"4	depends on V4L_MEM2MEM_DRIVERS5	depends on VIDEO_DEV && OF6	depends on ARCH_K3 || COMPILE_TEST7	select VIDEOBUF2_DMA_CONTIG8	select VIDEOBUF2_VMALLOC9	select V4L2_MEM2MEM_DEV10	select GENERIC_ALLOCATOR11	help12	  Chips&Media stateful encoder and decoder driver.13	  The driver supports HEVC and H264 formats.14	  To compile this driver as modules, choose M here: the15	  modules will be called wave5.16