xref: /linux/drivers/media/usb/hdpvr/Kconfig (revision 695c62a823a5798245a5a9c99ea62b65d6f50d6e)
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