summaryrefslogtreecommitdiff
path: root/drivers/mxc/vpu-encoder-b0/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mxc/vpu-encoder-b0/Kconfig')
-rwxr-xr-xdrivers/mxc/vpu-encoder-b0/Kconfig20
1 files changed, 20 insertions, 0 deletions
diff --git a/drivers/mxc/vpu-encoder-b0/Kconfig b/drivers/mxc/vpu-encoder-b0/Kconfig
new file mode 100755
index 000000000000..40b1fcecd86f
--- /dev/null
+++ b/drivers/mxc/vpu-encoder-b0/Kconfig
@@ -0,0 +1,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