xref: /linux/drivers/media/platform/mediatek/vpu/Kconfig (revision 3027ce13e04eee76539ca65c2cb1028a01c8c508)
1# SPDX-License-Identifier: GPL-2.0-only
2
3config VIDEO_MEDIATEK_VPU
4	tristate "Mediatek Video Processor Unit"
5	depends on V4L_MEM2MEM_DRIVERS
6	depends on VIDEO_DEV
7	depends on ARCH_MEDIATEK || COMPILE_TEST
8	help
9	    This driver provides downloading VPU firmware and
10	    communicating with VPU. This driver for hw video
11	    codec embedded in Mediatek's MT8173 SOCs. It is able
12	    to handle video decoding/encoding in a range of formats.
13
14	    To compile this driver as a module, choose M here: the
15	    module will be called mtk-vpu.
16