staging:iio:trigger handle name attr in core, remove old alloc and register any contr...
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / drivers / staging / easycap / Kconfig
blob6ed208c618555d9f5075104659341db232554d23
1 config EASYCAP
2         tristate "EasyCAP USB ID 05e1:0408 support"
3         depends on USB && VIDEO_DEV && (SND || SOUND_OSS_CORE)
5         ---help---
6           This is an integrated audio/video driver for EasyCAP cards with
7           USB ID 05e1:0408.  It supports two hardware variants:
9           *  EasyCAP USB 2.0 Video Adapter with Audio, Model DC60,
10              having input cables labelled CVBS, S-VIDEO, AUDIO(L), AUDIO(R)
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.
15           To compile this driver as a module, choose M here: the
16           module will be called easycap
18 choice
19         prompt "Sound Interface"
20         depends on EASYCAP
21         default EASYCAP_SND
22         ---help---
24 config EASYCAP_SND
25         bool "ALSA"
26         depends on SND
27         select SND_PCM
29         ---help---
30           Say 'Y' if you want to use ALSA interface
32           This will disable Open Sound System (OSS) binding.
34 config EASYCAP_OSS
35         bool "OSS (DEPRECATED)"
36         depends on SOUND_OSS_CORE
38         ---help---
39           Say 'Y' if you prefer Open Sound System (OSS) interface
41           This will disable Advanced Linux Sound Architecture (ALSA) binding.
43           Once binding to ALSA interface will be stable this option will be
44           removed.
45 endchoice
47 config EASYCAP_DEBUG
48         bool "Enable EasyCAP driver debugging"
49         depends on EASYCAP
51         ---help---
52           This option enables debug printouts
54           To enable debug, pass the debug level to the debug module
55           parameter:
57           modprobe easycap debug=[0..9]