Merge tag 'for-linus-20190524' of git://git.kernel.dk/linux-block
[linux-2.6-microblaze.git] / drivers / media / usb / stk1160 / Kconfig
1 # SPDX-License-Identifier: GPL-2.0-only
2 config 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
16 config VIDEO_STK1160
17         tristate
18         depends on VIDEO_STK1160_COMMON
19         default y
20         select VIDEOBUF2_VMALLOC
21         select VIDEO_SAA711X