brintos

brintos / linux-shallow public Read only

0
0
Text · 538 B · 39c4d1b Raw
17 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config VIDEO_MEDIATEK_JPEG3	tristate "Mediatek JPEG Codec driver"4	depends on V4L_MEM2MEM_DRIVERS5	depends on MTK_IOMMU_V1 || 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	help12	  Mediatek jpeg codec driver provides HW capability to decode13	  JPEG format14 15	  To compile this driver as a module, choose M here: the16	  module will be called mtk-jpeg17