161890ccaSMoudy Ho# SPDX-License-Identifier: GPL-2.0-only
261890ccaSMoudy Hoconfig VIDEO_MEDIATEK_MDP3
361890ccaSMoudy Ho	tristate "MediaTek MDP v3 driver"
461890ccaSMoudy Ho	depends on MTK_IOMMU || COMPILE_TEST
561890ccaSMoudy Ho	depends on VIDEO_DEV
661890ccaSMoudy Ho	depends on HAS_DMA
761890ccaSMoudy Ho	depends on REMOTEPROC
8*e3f7feb6SArnd Bergmann	depends on MTK_MMSYS
9*e3f7feb6SArnd Bergmann	depends on MTK_CMDQ
10*e3f7feb6SArnd Bergmann	depends on MTK_SCP
1161890ccaSMoudy Ho	select VIDEOBUF2_DMA_CONTIG
1261890ccaSMoudy Ho	select V4L2_MEM2MEM_DEV
1361890ccaSMoudy Ho	default n
1461890ccaSMoudy Ho	help
1561890ccaSMoudy Ho	    It is a v4l2 driver and present in MediaTek MT8183 SoC.
1661890ccaSMoudy Ho	    The driver supports scaling and color space conversion.
1761890ccaSMoudy Ho
1861890ccaSMoudy Ho	    To compile this driver as a module, choose M here: the
1961890ccaSMoudy Ho	    module will be called mtk-mdp3.
20