diff options
Diffstat (limited to 'drivers/staging/easycap/Kconfig')
-rw-r--r-- | drivers/staging/easycap/Kconfig | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/drivers/staging/easycap/Kconfig b/drivers/staging/easycap/Kconfig new file mode 100644 index 00000000000..a425a6f9cdc --- /dev/null +++ b/drivers/staging/easycap/Kconfig | |||
@@ -0,0 +1,30 @@ | |||
1 | config EASYCAP | ||
2 | tristate "EasyCAP USB ID 05e1:0408 support" | ||
3 | depends on USB && VIDEO_DEV && SND | ||
4 | select SND_PCM | ||
5 | |||
6 | ---help--- | ||
7 | This is an integrated audio/video driver for EasyCAP cards with | ||
8 | USB ID 05e1:0408. It supports two hardware variants: | ||
9 | |||
10 | * EasyCAP USB 2.0 Video Adapter with Audio, Model DC60, | ||
11 | having input cables labelled CVBS, S-VIDEO, AUDIO(L), AUDIO(R) | ||
12 | |||
13 | * EasyCAP002 4-Channel USB 2.0 DVR, having input cables labelled | ||
14 | 1, 2, 3, 4 and an unlabelled input cable for a microphone. | ||
15 | |||
16 | To compile this driver as a module, choose M here: the | ||
17 | module will be called easycap | ||
18 | |||
19 | config EASYCAP_DEBUG | ||
20 | bool "Enable EasyCAP driver debugging" | ||
21 | depends on EASYCAP | ||
22 | |||
23 | ---help--- | ||
24 | This option enables debug printouts | ||
25 | |||
26 | To enable debug, pass the debug level to the debug module | ||
27 | parameter: | ||
28 | |||
29 | modprobe easycap debug=[0..9] | ||
30 | |||