1# SPDX-License-Identifier: GPL-2.0-only 2config VIDEO_USBTV 3 tristate "USBTV007 video capture support" 4 depends on VIDEO_V4L2 && 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