0001 # SPDX-License-Identifier: GPL-2.0-only
0002 config VIDEO_PVRUSB2
0003 tristate "Hauppauge WinTV-PVR USB2 support"
0004 depends on VIDEO_DEV && I2C
0005 select VIDEO_TUNER
0006 select VIDEO_TVEEPROM
0007 select VIDEO_CX2341X
0008 select VIDEO_SAA711X
0009 select VIDEO_CX25840
0010 select VIDEO_MSP3400
0011 select VIDEO_WM8775
0012 select VIDEO_CS53L32A
0013 help
0014 This is a video4linux driver for Conexant 23416 based
0015 usb2 personal video recorder devices.
0016
0017 To compile this driver as a module, choose M here: the
0018 module will be called pvrusb2
0019
0020 config VIDEO_PVRUSB2_SYSFS
0021 bool "pvrusb2 sysfs support"
0022 default y
0023 depends on VIDEO_PVRUSB2 && SYSFS
0024 help
0025 This option enables the operation of a sysfs based
0026 interface for query and control of the pvrusb2 driver.
0027
0028 This is not generally needed for v4l applications,
0029 although certain applications are optimized to take
0030 advantage of this feature.
0031
0032 If you are in doubt, say Y.
0033
0034 Note: This feature is experimental and subject to change.
0035
0036 config VIDEO_PVRUSB2_DVB
0037 bool "pvrusb2 ATSC/DVB support"
0038 default y
0039 depends on VIDEO_PVRUSB2 && DVB_CORE
0040 select DVB_LGDT330X if MEDIA_SUBDRV_AUTOSELECT
0041 select DVB_S5H1409 if MEDIA_SUBDRV_AUTOSELECT
0042 select DVB_S5H1411 if MEDIA_SUBDRV_AUTOSELECT
0043 select DVB_TDA10048 if MEDIA_SUBDRV_AUTOSELECT
0044 select DVB_LGDT3306A if MEDIA_SUBDRV_AUTOSELECT
0045 select DVB_SI2168 if MEDIA_SUBDRV_AUTOSELECT
0046 select MEDIA_TUNER_TDA18271 if MEDIA_SUBDRV_AUTOSELECT
0047 select MEDIA_TUNER_SIMPLE if MEDIA_SUBDRV_AUTOSELECT
0048 select MEDIA_TUNER_TDA8290 if MEDIA_SUBDRV_AUTOSELECT
0049 help
0050 This option enables a DVB interface for the pvrusb2 driver.
0051 If your device does not support digital television, this
0052 feature will have no affect on the driver's operation.
0053
0054 If you are in doubt, say Y.
0055
0056 config VIDEO_PVRUSB2_DEBUGIFC
0057 bool "pvrusb2 debug interface"
0058 depends on VIDEO_PVRUSB2_SYSFS
0059 help
0060 This option enables the inclusion of a debug interface
0061 in the pvrusb2 driver, hosted through sysfs.
0062
0063 You do not need to select this option unless you plan
0064 on debugging the driver or performing a manual firmware
0065 extraction.
0066
0067 If you are in doubt, say N.