xref: /linux/drivers/media/usb/hdpvr/Kconfig (revision 23c996fc2bc1978a02c64eddb90b4ab5d309c8df)
1# SPDX-License-Identifier: GPL-2.0-only
2
3config VIDEO_HDPVR
4	tristate "Hauppauge HD PVR support"
5	depends on VIDEO_DEV
6	help
7	  This is a video4linux driver for Hauppauge's HD PVR USB device.
8
9	  To compile this driver as a module, choose M here: the
10	  module will be called hdpvr
11
12