20 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config VIDEO_MEDIATEK_MDP33 tristate "MediaTek MDP v3 driver"4 depends on MTK_IOMMU || COMPILE_TEST5 depends on VIDEO_DEV6 depends on HAS_DMA7 depends on REMOTEPROC8 depends on MTK_MMSYS9 depends on MTK_CMDQ10 depends on MTK_SCP11 select VIDEOBUF2_DMA_CONTIG12 select V4L2_MEM2MEM_DEV13 default n14 help15 It is a v4l2 driver and present in MediaTek MT8183 SoC.16 The driver supports scaling and color space conversion.17 18 To compile this driver as a module, choose M here: the19 module will be called mtk-mdp3.20