blob: 1da57df5cbcbc08beba2b4134e37a44c854b627d [file] [log] [blame]
Greg Kroah-Hartman866b8692008-02-15 16:53:09 -08001config VIDEO_GO7007
Pete Eberleinc24db702009-09-18 21:21:55 -03002 tristate "WIS GO7007 MPEG encoder support"
David Härdeman3ffea492010-10-29 16:08:12 -03003 depends on VIDEO_DEV && PCI && I2C
Arnd Bergmann6de5bd12010-09-11 18:00:57 +02004 depends on BKL # please fix
Takashi Iwai27dee522008-10-20 14:52:16 +02005 depends on SND
Greg Kroah-Hartman866b8692008-02-15 16:53:09 -08006 select VIDEOBUF_DMA_SG
Mauro Carvalho Chehab6bda9642010-11-17 13:28:38 -03007 depends on RC_CORE
Greg Kroah-Hartman866b8692008-02-15 16:53:09 -08008 select VIDEO_TUNER
9 select VIDEO_TVEEPROM
Takashi Iwai27dee522008-10-20 14:52:16 +020010 select SND_PCM
Greg Kroah-Hartman866b8692008-02-15 16:53:09 -080011 select CRC32
12 default N
13 ---help---
Pete Eberleinc24db702009-09-18 21:21:55 -030014 This is a video4linux driver for the WIS GO7007 MPEG
15 encoder chip.
Greg Kroah-Hartman866b8692008-02-15 16:53:09 -080016
17 To compile this driver as a module, choose M here: the
18 module will be called go7007
19
20config VIDEO_GO7007_USB
Pete Eberleinc24db702009-09-18 21:21:55 -030021 tristate "WIS GO7007 USB support"
Greg Kroah-Hartman866b8692008-02-15 16:53:09 -080022 depends on VIDEO_GO7007 && USB
23 default N
24 ---help---
Pete Eberleinc24db702009-09-18 21:21:55 -030025 This is a video4linux driver for the WIS GO7007 MPEG
26 encoder chip over USB.
Greg Kroah-Hartman866b8692008-02-15 16:53:09 -080027
28 To compile this driver as a module, choose M here: the
29 module will be called go7007-usb
30
Pete Eberleinb11869d2008-10-30 12:56:41 -070031config VIDEO_GO7007_USB_S2250_BOARD
32 tristate "Sensoray 2250/2251 support"
33 depends on VIDEO_GO7007_USB && DVB_USB
34 default N
35 ---help---
Pete Eberleinc24db702009-09-18 21:21:55 -030036 This is a video4linux driver for the Sensoray 2250/2251 device.
Pete Eberleinb11869d2008-10-30 12:56:41 -070037
38 To compile this driver as a module, choose M here: the
Pete Eberleinc24db702009-09-18 21:21:55 -030039 module will be called s2250
40
41config 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
51config 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
61config 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
71config 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
81config 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
91config 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
101config 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
Pete Eberleinb11869d2008-10-30 12:56:41 -0700110