162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0-only 262306a36Sopenharmony_ciconfig VIDEO_MEDIATEK_MDP3 362306a36Sopenharmony_ci tristate "MediaTek MDP v3 driver" 462306a36Sopenharmony_ci depends on MTK_IOMMU || COMPILE_TEST 562306a36Sopenharmony_ci depends on VIDEO_DEV 662306a36Sopenharmony_ci depends on HAS_DMA 762306a36Sopenharmony_ci depends on REMOTEPROC 862306a36Sopenharmony_ci depends on MTK_MMSYS 962306a36Sopenharmony_ci depends on MTK_CMDQ 1062306a36Sopenharmony_ci depends on MTK_SCP 1162306a36Sopenharmony_ci select VIDEOBUF2_DMA_CONTIG 1262306a36Sopenharmony_ci select V4L2_MEM2MEM_DEV 1362306a36Sopenharmony_ci default n 1462306a36Sopenharmony_ci help 1562306a36Sopenharmony_ci It is a v4l2 driver and present in MediaTek MT8183 SoC. 1662306a36Sopenharmony_ci The driver supports scaling and color space conversion. 1762306a36Sopenharmony_ci 1862306a36Sopenharmony_ci To compile this driver as a module, choose M here: the 1962306a36Sopenharmony_ci module will be called mtk-mdp3. 20