1# SPDX-License-Identifier: GPL-2.0-only
2config VIDEO_STK1160_COMMON
3	tristate "STK1160 USB video capture support"
4	depends on VIDEO_DEV && I2C
5
6	help
7	  This is a video4linux driver for STK1160 based video capture devices.
8
9	  To compile this driver as a module, choose M here: the
10	  module will be called stk1160.
11
12	  This driver only provides support for video capture. For audio
13	  capture, you need to select the snd-usb-audio driver (i.e.
14	  CONFIG_SND_USB_AUDIO).
15
16config VIDEO_STK1160
17	tristate
18	depends on VIDEO_STK1160_COMMON
19	default y
20	select VIDEOBUF2_VMALLOC
21	select VIDEO_SAA711X
22