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