]> git.karo-electronics.de Git - karo-tx-linux.git/blob - drivers/staging/easycap/Kconfig
4c1ad7e8b5aba9901b37769ced9a3c7c0f37316a
[karo-tx-linux.git] / drivers / staging / easycap / Kconfig
1 config EASYCAP
2         tristate "EasyCAP USB ID 05e1:0408 support"
3         depends on USB && VIDEO_DEV && SND
4
5         ---help---
6           This is an integrated audio/video driver for EasyCAP cards with
7           USB ID 05e1:0408.  It supports two hardware variants:
8
9           *  EasyCAP USB 2.0 Video Adapter with Audio, Model DC60,
10              having input cables labelled CVBS, S-VIDEO, AUDIO(L), AUDIO(R)
11
12           *  EasyCAP002 4-Channel USB 2.0 DVR, having input cables labelled
13              1, 2, 3, 4 and an unlabelled input cable for a microphone.
14
15           To compile this driver as a module, choose M here: the
16           module will be called easycap
17
18 config EASYCAP_DEBUG
19         bool "Enable EasyCAP driver debugging"
20         depends on EASYCAP
21
22         ---help---
23           This option enables debug printouts
24
25           To enable debug, pass the debug level to the debug module
26           parameter:
27
28           modprobe easycap debug=[0..9]
29