Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab...
[deliverable/linux.git] / drivers / staging / go7007 / Kconfig
1 config VIDEO_GO7007
2 tristate "WIS GO7007 MPEG encoder support"
3 depends on VIDEO_DEV && PCI && I2C && INPUT
4 depends on BKL # please fix
5 depends on SND
6 select VIDEOBUF_DMA_SG
7 depends on VIDEO_IR
8 select VIDEO_TUNER
9 select VIDEO_TVEEPROM
10 select SND_PCM
11 select CRC32
12 default N
13 ---help---
14 This is a video4linux driver for the WIS GO7007 MPEG
15 encoder chip.
16
17 To compile this driver as a module, choose M here: the
18 module will be called go7007
19
20 config VIDEO_GO7007_USB
21 tristate "WIS GO7007 USB support"
22 depends on VIDEO_GO7007 && USB
23 default N
24 ---help---
25 This is a video4linux driver for the WIS GO7007 MPEG
26 encoder chip over USB.
27
28 To compile this driver as a module, choose M here: the
29 module will be called go7007-usb
30
31 config VIDEO_GO7007_USB_S2250_BOARD
32 tristate "Sensoray 2250/2251 support"
33 depends on VIDEO_GO7007_USB && DVB_USB
34 default N
35 ---help---
36 This is a video4linux driver for the Sensoray 2250/2251 device.
37
38 To compile this driver as a module, choose M here: the
39 module will be called s2250
40
41 config VIDEO_GO7007_OV7640
42 tristate "OV7640 subdev support"
43 depends on VIDEO_GO7007
44 default N
45 ---help---
46 This is a video4linux driver for the OV7640 sub-device.
47
48 To compile this driver as a module, choose M here: the
49 module will be called wis-ov7640
50
51 config VIDEO_GO7007_SAA7113
52 tristate "SAA7113 subdev support"
53 depends on VIDEO_GO7007
54 default N
55 ---help---
56 This is a video4linux driver for the SAA7113 sub-device.
57
58 To compile this driver as a module, choose M here: the
59 module will be called wis-saa7113
60
61 config VIDEO_GO7007_SAA7115
62 tristate "SAA7115 subdev support"
63 depends on VIDEO_GO7007
64 default N
65 ---help---
66 This is a video4linux driver for the SAA7115 sub-device.
67
68 To compile this driver as a module, choose M here: the
69 module will be called wis-saa7115
70
71 config VIDEO_GO7007_TW9903
72 tristate "TW9903 subdev support"
73 depends on VIDEO_GO7007
74 default N
75 ---help---
76 This is a video4linux driver for the TW9903 sub-device.
77
78 To compile this driver as a module, choose M here: the
79 module will be called wis-tw9903
80
81 config VIDEO_GO7007_UDA1342
82 tristate "UDA1342 subdev support"
83 depends on VIDEO_GO7007
84 default N
85 ---help---
86 This is a video4linux driver for the UDA1342 sub-device.
87
88 To compile this driver as a module, choose M here: the
89 module will be called wis-uda1342
90
91 config VIDEO_GO7007_SONY_TUNER
92 tristate "Sony tuner subdev support"
93 depends on VIDEO_GO7007
94 default N
95 ---help---
96 This is a video4linux driver for the Sony Tuner sub-device.
97
98 To compile this driver as a module, choose M here: the
99 module will be called wis-sony-tuner
100
101 config VIDEO_GO7007_TW2804
102 tristate "TW2804 subdev support"
103 depends on VIDEO_GO7007
104 default N
105 ---help---
106 This is a video4linux driver for the TW2804 sub-device.
107
108 To compile this driver as a module, choose M here: the
109 module will be called wis-tw2804
110
This page took 0.03452 seconds and 5 git commands to generate.