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