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_USBVISION |
| 3 | tristate "USB video devices based on Nogatech NT1003/1004/1005" |
| 4 | depends on I2C && VIDEO_V4L2 |
| 5 | select VIDEO_TUNER |
| 6 | select VIDEO_SAA711X if MEDIA_SUBDRV_AUTOSELECT |
David Brazdil | 0f672f6 | 2019-12-10 10:32:29 +0000 | [diff] [blame^] | 7 | help |
Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame] | 8 | There are more than 50 different USB video devices based on |
| 9 | NT1003/1004/1005 USB Bridges. This driver enables using those |
| 10 | devices. |
| 11 | |
| 12 | To compile this driver as a module, choose M here: the |
| 13 | module will be called usbvision. |