1# SPDX-License-Identifier: GPL-2.0-only 2config VIDEO_MEDIATEK_MDP3 3 tristate "MediaTek MDP v3 driver" 4 depends on MTK_IOMMU || COMPILE_TEST 5 depends on VIDEO_DEV 6 depends on HAS_DMA 7 depends on REMOTEPROC 8 depends on MTK_MMSYS 9 depends on MTK_CMDQ 10 depends on MTK_SCP 11 select VIDEOBUF2_DMA_CONTIG 12 select V4L2_MEM2MEM_DEV 13 default n 14 help 15 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: the 19 module will be called mtk-mdp3. 20