]> git.karo-electronics.de Git - karo-tx-linux.git/blob - drivers/mxc/vpu/Kconfig
ENGR00274761-3 Upgrade VPU driver for Linux 3.10 kernel
[karo-tx-linux.git] / drivers / mxc / vpu / Kconfig
1 #
2 # Codec configuration
3 #
4
5 menu "MXC VPU(Video Processing Unit) support"
6
7 config MXC_VPU
8           tristate "Support for MXC VPU(Video Processing Unit)"
9           depends on (SOC_IMX27 || SOC_IMX5 || SOC_IMX6Q)
10           default y
11         ---help---
12           The VPU codec device provides codec function for H.264/MPEG4/H.263,
13           as well as MPEG2/VC-1/DivX on some platforms.
14
15 config MXC_VPU_DEBUG
16         bool "MXC VPU debugging"
17         depends on MXC_VPU != n
18         help
19           This is an option for the developers; most people should
20           say N here.  This enables MXC VPU driver debugging.
21
22 config MX6_VPU_352M
23         bool "MX6 VPU 352M"
24         depends on MXC_VPU
25         default n
26         help
27          Increase VPU frequncy to 352M, the config will disable bus frequency
28          adjust dynamic, and CPU lowest setpoint will be 352Mhz.
29          This config is used for special VPU use case.
30
31 endmenu