David Brazdil | 0f672f6 | 2019-12-10 10:32:29 +0000 | [diff] [blame^] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame] | 2 | config VIDEO_GO7007 |
| 3 | tristate "WIS GO7007 MPEG encoder support" |
| 4 | depends on VIDEO_DEV && I2C |
| 5 | depends on SND && USB |
| 6 | select VIDEOBUF2_VMALLOC |
| 7 | select VIDEO_TUNER |
| 8 | select CYPRESS_FIRMWARE |
| 9 | select SND_PCM |
| 10 | select VIDEO_SONY_BTF_MPX if MEDIA_SUBDRV_AUTOSELECT |
| 11 | select VIDEO_SAA711X if MEDIA_SUBDRV_AUTOSELECT |
| 12 | select VIDEO_TW2804 if MEDIA_SUBDRV_AUTOSELECT |
| 13 | select VIDEO_TW9903 if MEDIA_SUBDRV_AUTOSELECT |
| 14 | select VIDEO_TW9906 if MEDIA_SUBDRV_AUTOSELECT |
| 15 | select VIDEO_OV7640 if MEDIA_SUBDRV_AUTOSELECT && MEDIA_CAMERA_SUPPORT |
| 16 | select VIDEO_UDA1342 if MEDIA_SUBDRV_AUTOSELECT |
David Brazdil | 0f672f6 | 2019-12-10 10:32:29 +0000 | [diff] [blame^] | 17 | help |
Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame] | 18 | This is a video4linux driver for the WIS GO7007 MPEG |
| 19 | encoder chip. |
| 20 | |
| 21 | To compile this driver as a module, choose M here: the |
| 22 | module will be called go7007. |
| 23 | |
| 24 | config VIDEO_GO7007_USB |
| 25 | tristate "WIS GO7007 USB support" |
| 26 | depends on VIDEO_GO7007 && USB |
David Brazdil | 0f672f6 | 2019-12-10 10:32:29 +0000 | [diff] [blame^] | 27 | help |
Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame] | 28 | This is a video4linux driver for the WIS GO7007 MPEG |
| 29 | encoder chip over USB. |
| 30 | |
| 31 | To compile this driver as a module, choose M here: the |
| 32 | module will be called go7007-usb. |
| 33 | |
| 34 | config VIDEO_GO7007_LOADER |
| 35 | tristate "WIS GO7007 Loader support" |
| 36 | depends on VIDEO_GO7007 |
| 37 | default y |
David Brazdil | 0f672f6 | 2019-12-10 10:32:29 +0000 | [diff] [blame^] | 38 | help |
Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame] | 39 | This is a go7007 firmware loader driver for the WIS GO7007 |
| 40 | MPEG encoder chip over USB. |
| 41 | |
| 42 | To compile this driver as a module, choose M here: the |
| 43 | module will be called go7007-loader. |
| 44 | |
| 45 | config VIDEO_GO7007_USB_S2250_BOARD |
| 46 | tristate "Sensoray 2250/2251 support" |
| 47 | depends on VIDEO_GO7007_USB && USB |
David Brazdil | 0f672f6 | 2019-12-10 10:32:29 +0000 | [diff] [blame^] | 48 | help |
Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame] | 49 | This is a video4linux driver for the Sensoray 2250/2251 device. |
| 50 | |
| 51 | To compile this driver as a module, choose M here: the |
| 52 | module will be called s2250. |