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