blob: f2cf7f66ae0550ee93629032914ef7ea564f9a68 [file] [log] [blame]
Greg Kroah-Hartman866b8692008-02-15 16:53:09 -08001config VIDEO_GO7007
2 tristate "Go 7007 support"
3 depends on VIDEO_DEV && PCI && I2C && INPUT
Takashi Iwai27dee522008-10-20 14:52:16 +02004 depends on SND
Greg Kroah-Hartman866b8692008-02-15 16:53:09 -08005 select VIDEOBUF_DMA_SG
6 select VIDEO_IR
7 select VIDEO_TUNER
8 select VIDEO_TVEEPROM
Takashi Iwai27dee522008-10-20 14:52:16 +02009 select SND_PCM
Greg Kroah-Hartman866b8692008-02-15 16:53:09 -080010 select CRC32
11 default N
12 ---help---
13 This is a video4linux driver for some wierd device...
14
15 To compile this driver as a module, choose M here: the
16 module will be called go7007
17
18config VIDEO_GO7007_USB
19 tristate "Go 7007 USB support"
20 depends on VIDEO_GO7007 && USB
21 default N
22 ---help---
23 This is a video4linux driver for some wierd device...
24
25 To compile this driver as a module, choose M here: the
26 module will be called go7007-usb
27
Pete Eberleinb11869d2008-10-30 12:56:41 -070028config VIDEO_GO7007_USB_S2250_BOARD
29 tristate "Sensoray 2250/2251 support"
30 depends on VIDEO_GO7007_USB && DVB_USB
31 default N
32 ---help---
33 This is a video4linux driver for the Sensoray 2250/2251 device
34
35 To compile this driver as a module, choose M here: the
36 module will be called s2250-board
37