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