summaryrefslogtreecommitdiff
path: root/drivers/mxc/vpu_legacy/Kconfig
blob: c0115d1eb630ab2fa9973e73a8352fe51061cebb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#
# Codec configuration
#

menu "MXC VPU(Video Processing Unit) LEGACY DECODER support"

config MXC_VPU_LEGACY
	  tristate "Support for MXC VPU(Video Processing Unit) LEGACY A0 DECODER"
	  default n
	---help---
	  The VPU codec device provides codec function for H.265/H.264/MPEG4/H.263 etc.

config MXC_VPU_LEGACY_DEBUG
	bool "MXC VPU LEGACY debugging"
	depends on MXC_VPU_LEGACY != n
	help
	  This is an option for the developers; most people should
	  say N here.  This enables MXC VPU driver debugging.

endmenu