53 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config VIDEO_GO70073 tristate "WIS GO7007 MPEG encoder support"4 depends on VIDEO_DEV && I2C5 depends on SND && USB6 select VIDEOBUF2_VMALLOC7 select VIDEO_TUNER8 select CYPRESS_FIRMWARE9 select SND_PCM10 select VIDEO_SONY_BTF_MPX if MEDIA_SUBDRV_AUTOSELECT11 select VIDEO_SAA711X if MEDIA_SUBDRV_AUTOSELECT12 select VIDEO_TW2804 if MEDIA_SUBDRV_AUTOSELECT13 select VIDEO_TW9903 if MEDIA_SUBDRV_AUTOSELECT14 select VIDEO_TW9906 if MEDIA_SUBDRV_AUTOSELECT15 select VIDEO_UDA1342 if MEDIA_SUBDRV_AUTOSELECT16 select VIDEO_OV7640 if MEDIA_SUBDRV_AUTOSELECT && VIDEO_CAMERA_SENSOR17 help18 This is a video4linux driver for the WIS GO7007 MPEG19 encoder chip.20 21 To compile this driver as a module, choose M here: the22 module will be called go7007.23 24config VIDEO_GO7007_USB25 tristate "WIS GO7007 USB support"26 depends on VIDEO_GO7007 && USB27 help28 This is a video4linux driver for the WIS GO7007 MPEG29 encoder chip over USB.30 31 To compile this driver as a module, choose M here: the32 module will be called go7007-usb.33 34config VIDEO_GO7007_LOADER35 tristate "WIS GO7007 Loader support"36 depends on VIDEO_GO700737 default y38 help39 This is a go7007 firmware loader driver for the WIS GO700740 MPEG encoder chip over USB.41 42 To compile this driver as a module, choose M here: the43 module will be called go7007-loader.44 45config VIDEO_GO7007_USB_S2250_BOARD46 tristate "Sensoray 2250/2251 support"47 depends on VIDEO_GO7007_USB && USB48 help49 This is a video4linux driver for the Sensoray 2250/2251 device.50 51 To compile this driver as a module, choose M here: the52 module will be called s2250.53