1# SPDX-License-Identifier: GPL-2.0-only 2config VIDEO_CODA 3 tristate "Chips&Media Coda multi-standard codec IP" 4 depends on V4L_MEM2MEM_DRIVERS 5 depends on VIDEO_DEV && VIDEO_V4L2 && OF && (ARCH_MXC || COMPILE_TEST) 6 select SRAM 7 select VIDEOBUF2_DMA_CONTIG 8 select VIDEOBUF2_VMALLOC 9 select V4L2_JPEG_HELPER 10 select V4L2_MEM2MEM_DEV 11 select GENERIC_ALLOCATOR 12 help 13 Coda is a range of video codec IPs that supports 14 H.264, MPEG-4, and other video formats. 15 16config VIDEO_IMX_VDOA 17 def_tristate VIDEO_CODA if SOC_IMX6Q || COMPILE_TEST 18