summaryrefslogtreecommitdiff
path: root/drivers/mxc/vpu-encoder-b0/Kconfig
blob: 40b1fcecd86f6d9d44521d02d2a0b4983094e4f5 (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) B0 ENCODER support"

config MXC_VPU_ENCODER
	  tristate "Support for MXC VPU(Video Processing Unit) ENCODER"
	  default y
	---help---
	  The VPU codec device provides codec function for H.264 etc.

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

endmenu