1# SPDX-License-Identifier: GPL-2.0
2
3config VIDEO_MESON_VDEC
4	tristate "Amlogic video decoder driver"
5	depends on VIDEO_DEV && HAS_DMA
6	depends on ARCH_MESON || COMPILE_TEST
7	select VIDEOBUF2_DMA_CONTIG
8	select V4L2_MEM2MEM_DEV
9	select MESON_CANVAS
10	help
11	Support for the video decoder found in gxbb/gxl/gxm chips.
12