Files
i2som-imx-linux/drivers/mxc/vpu-decoder-b0/Kconfig
nxa13443 0495089d39 MLK-17902 [IMX8QXP B0]VPU ENCODER and DECODER on IMX8QXP B0 board
Add vpu decoder and encoder for imx8qxp b0 board,
decoder can support H265 H264 MPEG2 MPEG4 H263 etc
encoder can support H264

Signed-off-by: nxa13443 <chaofan.huang@nxp.com>
2019-02-12 10:31:04 +08:00

21 lines
506 B
Plaintext
Executable File

#
# Codec configuration
#
menu "MXC VPU(Video Processing Unit) B0 DECODER support"
config MXC_VPU_DECODER
tristate "Support for MXC VPU(Video Processing Unit) DECODER"
default y
---help---
The VPU codec device provides codec function for H.265 H.264 MPEG2 MPEG4 etc.
config MXC_VPU_DECODER_DEBUG
bool "MXC VPU DECODER debugging"
depends on MXC_VPU_DECODER != n
help
This is an option for the developers; most people should
say N here. This enables MXC VPU driver debugging.
endmenu