Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 
0003 comment "Chips&Media media platform drivers"
0004 
0005 config VIDEO_CODA
0006         tristate "Chips&Media Coda multi-standard codec IP"
0007         depends on V4L_MEM2MEM_DRIVERS
0008         depends on VIDEO_DEV && OF && (ARCH_MXC || COMPILE_TEST)
0009         select SRAM
0010         select VIDEOBUF2_DMA_CONTIG
0011         select VIDEOBUF2_VMALLOC
0012         select V4L2_JPEG_HELPER
0013         select V4L2_MEM2MEM_DEV
0014         select GENERIC_ALLOCATOR
0015         help
0016            Coda is a range of video codec IPs that supports
0017            H.264, MPEG-4, and other video formats.
0018 
0019 config VIDEO_IMX_VDOA
0020         def_tristate VIDEO_CODA if SOC_IMX6Q || COMPILE_TEST