brintos

brintos / linux-shallow public Read only

0
0
Text · 487 B · f688396 Raw
15 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config VIDEO_SUN8I_DEINTERLACE3	tristate "Allwinner Deinterlace driver"4	depends on V4L_MEM2MEM_DRIVERS5	depends on VIDEO_DEV6	depends on ARCH_SUNXI || COMPILE_TEST7	depends on COMMON_CLK && RESET_CONTROLLER && OF8	depends on PM9	select VIDEOBUF2_DMA_CONTIG10	select V4L2_MEM2MEM_DEV11	help12	   Support for the Allwinner deinterlace unit with scaling13	   capability found on some SoCs, like H3.14	   To compile this driver as a module choose m here.15