1# SPDX-License-Identifier: GPL-2.0-only
2config 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
7	help
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.
14