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