summaryrefslogtreecommitdiff
path: root/drivers/staging/easycap/Kconfig
diff options
context:
space:
mode:
authorR.M. Thomas <rmthomas@sciolus.org>2010-06-18 12:29:49 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2010-06-18 12:34:42 -0700
commit702422bd2d3f44e454a97ca7054edde84cc18126 (patch)
treee1a35dacb52fda0c7295e0dea63a5fd5f04e00be /drivers/staging/easycap/Kconfig
parent178f16db8f24b87fc5f3d16f426ed41c397b96a9 (diff)
Staging: easycap: add easycap driver
This adds the easycap USB video adapter driver to the staging directory. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/easycap/Kconfig')
-rw-r--r--drivers/staging/easycap/Kconfig16
1 files changed, 16 insertions, 0 deletions
diff --git a/drivers/staging/easycap/Kconfig b/drivers/staging/easycap/Kconfig
new file mode 100644
index 000000000000..9bff7cf74f01
--- /dev/null
+++ b/drivers/staging/easycap/Kconfig
@@ -0,0 +1,16 @@
+config EASYCAP
+ tristate "EasyCAP USB ID 05e1:0408 support"
+
+ ---help---
+ This is an integrated audio/video driver for EasyCAP cards with
+ USB ID 05e1:0408. It supports two hardware variants:
+
+ * EasyCAP USB 2.0 Video Adapter with Audio, Model DC60,
+ having input cables labelled CVBS, S-VIDEO, AUDIO(L), AUDIO(R)
+
+ * EasyCAP002 4-Channel USB 2.0 DVR, having input cables labelled
+ 1, 2, 3, 4 and an unlabelled input cable for a microphone.
+
+ To compile this driver as a module, choose M here: the
+ module will be called easycap
+