xref: /linux/drivers/media/usb/usbtv/Kconfig (revision 69bfec7548f4c1595bac0e3ddfc0458a5af31f4c)
1# SPDX-License-Identifier: GPL-2.0-only
2config VIDEO_USBTV
3	tristate "USBTV007 video capture support"
4	depends on VIDEO_DEV && SND
5	select SND_PCM
6	select VIDEOBUF2_VMALLOC
7
8	help
9	  This is a video4linux2 driver for USBTV007 based video capture devices.
10
11	  To compile this driver as a module, choose M here: the
12	  module will be called usbtv
13