16 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config VIDEO_STK11603 tristate "STK1160 USB video capture support"4 depends on VIDEO_DEV && I2C5 select VIDEOBUF2_VMALLOC6 select VIDEO_SAA711X7 help8 This is a video4linux driver for STK1160 based video capture devices.9 10 To compile this driver as a module, choose M here: the11 module will be called stk1160.12 13 This driver only provides support for video capture. For audio14 capture, you need to select the snd-usb-audio driver (i.e.15 CONFIG_SND_USB_AUDIO).16