Kconfig (0aea30a07ec6b50de0fc5f5b2ec34a68ead86b61) | Kconfig (5d418351ca8f17defa1170d968df161c35b810e3) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2config VIDEO_MEDIATEK_VCODEC_SCP 3 bool 4 5config VIDEO_MEDIATEK_VCODEC_VPU 6 bool 7 8config VIDEO_MEDIATEK_VCODEC --- 8 unchanged lines hidden (view full) --- 17 depends on VIDEO_MEDIATEK_VPU || !VIDEO_MEDIATEK_VPU 18 depends on MTK_SCP || !MTK_SCP 19 depends on MTK_SMI || (COMPILE_TEST && MTK_SMI=n) 20 select VIDEOBUF2_DMA_CONTIG 21 select V4L2_MEM2MEM_DEV 22 select VIDEO_MEDIATEK_VCODEC_VPU if VIDEO_MEDIATEK_VPU 23 select VIDEO_MEDIATEK_VCODEC_SCP if MTK_SCP 24 select V4L2_H264 | 1# SPDX-License-Identifier: GPL-2.0-only 2config VIDEO_MEDIATEK_VCODEC_SCP 3 bool 4 5config VIDEO_MEDIATEK_VCODEC_VPU 6 bool 7 8config VIDEO_MEDIATEK_VCODEC --- 8 unchanged lines hidden (view full) --- 17 depends on VIDEO_MEDIATEK_VPU || !VIDEO_MEDIATEK_VPU 18 depends on MTK_SCP || !MTK_SCP 19 depends on MTK_SMI || (COMPILE_TEST && MTK_SMI=n) 20 select VIDEOBUF2_DMA_CONTIG 21 select V4L2_MEM2MEM_DEV 22 select VIDEO_MEDIATEK_VCODEC_VPU if VIDEO_MEDIATEK_VPU 23 select VIDEO_MEDIATEK_VCODEC_SCP if MTK_SCP 24 select V4L2_H264 |
25 select V4L2_VP9 |
|
25 select MEDIA_CONTROLLER 26 select MEDIA_CONTROLLER_REQUEST_API 27 help 28 Mediatek video codec driver provides HW capability to 29 encode and decode in a range of video formats on MT8173 30 and MT8183. 31 32 Note that support for MT8173 requires VIDEO_MEDIATEK_VPU to 33 also be selected. Support for MT8183 depends on MTK_SCP. 34 35 To compile this driver as modules, choose M here: the 36 modules will be called mtk-vcodec-dec and mtk-vcodec-enc. | 26 select MEDIA_CONTROLLER 27 select MEDIA_CONTROLLER_REQUEST_API 28 help 29 Mediatek video codec driver provides HW capability to 30 encode and decode in a range of video formats on MT8173 31 and MT8183. 32 33 Note that support for MT8173 requires VIDEO_MEDIATEK_VPU to 34 also be selected. Support for MT8183 depends on MTK_SCP. 35 36 To compile this driver as modules, choose M here: the 37 modules will be called mtk-vcodec-dec and mtk-vcodec-enc. |