16 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2 3config VIDEO_MEDIATEK_VPU4 tristate "Mediatek Video Processor Unit"5 depends on V4L_MEM2MEM_DRIVERS6 depends on VIDEO_DEV7 depends on ARCH_MEDIATEK || COMPILE_TEST8 help9 This driver provides downloading VPU firmware and10 communicating with VPU. This driver for hw video11 codec embedded in Mediatek's MT8173 SOCs. It is able12 to handle video decoding/encoding in a range of formats.13 14 To compile this driver as a module, choose M here: the15 module will be called mtk-vpu.16