1 # SPDX-License-Identifier: GPL-2.0-only
2 config VIDEO_SUN8I_DEINTERLACE
3 tristate "Allwinner Deinterlace driver"
4 depends on V4L_MEM2MEM_DRIVERS
6 depends on ARCH_SUNXI || COMPILE_TEST
7 depends on COMMON_CLK && RESET_CONTROLLER && OF
9 select VIDEOBUF2_DMA_CONTIG
10 select V4L2_MEM2MEM_DEV
12 Support for the Allwinner deinterlace unit with scaling
13 capability found on some SoCs, like H3.
14 To compile this driver as a module choose m here.