brintos

brintos / linux-shallow public Read only

0
0
Text · 594 B · 9f13a42 Raw
18 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config VIDEO_MEDIATEK_MDP3	tristate "Mediatek MDP driver"4	depends on V4L_MEM2MEM_DRIVERS5	depends on MTK_IOMMU || COMPILE_TEST6	depends on VIDEO_DEV7	depends on ARCH_MEDIATEK || COMPILE_TEST8	depends on MTK_SMI || (COMPILE_TEST && MTK_SMI=n)9	select VIDEOBUF2_DMA_CONTIG10	select V4L2_MEM2MEM_DEV11	select VIDEO_MEDIATEK_VPU12	help13	    It is a v4l2 driver and present in Mediatek MT8173 SoCs.14	    The driver supports for scaling and color space conversion.15 16	    To compile this driver as a module, choose M here: the17	    module will be called mtk-mdp.18