aboutsummaryrefslogtreecommitdiff
path: root/drivers/mxc/vpu/Kconfig
diff options
context:
space:
mode:
authorJason Chen <b02280@freescale.com>2011-09-01 12:27:51 +0800
committerEric Miao <eric.miao@linaro.org>2011-12-04 23:13:26 +0800
commit2e8017bf58583651c0aff78699adeb561056a07c (patch)
tree99f4fa30a922c1c6bb0dd11c09e0d29fa9c67f85 /drivers/mxc/vpu/Kconfig
parenta8208a795486288c6435898fb1006dd2fcaba6b6 (diff)
vpu: add driver for mxc vpu
Signed-off-by: Jason Chen <b02280@freescale.com>
Diffstat (limited to 'drivers/mxc/vpu/Kconfig')
-rw-r--r--drivers/mxc/vpu/Kconfig22
1 files changed, 22 insertions, 0 deletions
diff --git a/drivers/mxc/vpu/Kconfig b/drivers/mxc/vpu/Kconfig
new file mode 100644
index 00000000000..dada2040e2a
--- /dev/null
+++ b/drivers/mxc/vpu/Kconfig
@@ -0,0 +1,22 @@
+#
+# Codec configuration
+#
+
+menu "MXC VPU(Video Processing Unit) support"
+
+config MXC_VPU
+ tristate "Support for MXC VPU(Video Processing Unit)"
+ depends on (ARCH_MX3 || ARCH_MX27 || ARCH_MX37 || ARCH_MX5 || ARCH_MX6)
+ default y
+ ---help---
+ The VPU codec device provides codec function for H.264/MPEG4/H.263,
+ as well as MPEG2/VC-1/DivX on some platforms.
+
+config MXC_VPU_DEBUG
+ bool "MXC VPU debugging"
+ depends on MXC_VPU != n
+ help
+ This is an option for the developers; most people should
+ say N here. This enables MXC VPU driver debugging.
+
+endmenu