| .. | .. |
|---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | config VIDEO_PVRUSB2 |
|---|
| 2 | 3 | tristate "Hauppauge WinTV-PVR USB2 support" |
|---|
| 3 | 4 | depends on VIDEO_V4L2 && I2C |
|---|
| .. | .. |
|---|
| 9 | 10 | select VIDEO_MSP3400 |
|---|
| 10 | 11 | select VIDEO_WM8775 |
|---|
| 11 | 12 | select VIDEO_CS53L32A |
|---|
| 12 | | - ---help--- |
|---|
| 13 | + help |
|---|
| 13 | 14 | This is a video4linux driver for Conexant 23416 based |
|---|
| 14 | 15 | usb2 personal video recorder devices. |
|---|
| 15 | 16 | |
|---|
| .. | .. |
|---|
| 20 | 21 | bool "pvrusb2 sysfs support" |
|---|
| 21 | 22 | default y |
|---|
| 22 | 23 | depends on VIDEO_PVRUSB2 && SYSFS |
|---|
| 23 | | - ---help--- |
|---|
| 24 | + help |
|---|
| 24 | 25 | This option enables the operation of a sysfs based |
|---|
| 25 | 26 | interface for query and control of the pvrusb2 driver. |
|---|
| 26 | 27 | |
|---|
| .. | .. |
|---|
| 40 | 41 | select DVB_S5H1409 if MEDIA_SUBDRV_AUTOSELECT |
|---|
| 41 | 42 | select DVB_S5H1411 if MEDIA_SUBDRV_AUTOSELECT |
|---|
| 42 | 43 | select DVB_TDA10048 if MEDIA_SUBDRV_AUTOSELECT |
|---|
| 44 | + select DVB_LGDT3306A if MEDIA_SUBDRV_AUTOSELECT |
|---|
| 45 | + select DVB_SI2168 if MEDIA_SUBDRV_AUTOSELECT |
|---|
| 43 | 46 | select MEDIA_TUNER_TDA18271 if MEDIA_SUBDRV_AUTOSELECT |
|---|
| 44 | 47 | select MEDIA_TUNER_SIMPLE if MEDIA_SUBDRV_AUTOSELECT |
|---|
| 45 | 48 | select MEDIA_TUNER_TDA8290 if MEDIA_SUBDRV_AUTOSELECT |
|---|
| 46 | | - ---help--- |
|---|
| 49 | + help |
|---|
| 47 | 50 | This option enables a DVB interface for the pvrusb2 driver. |
|---|
| 48 | 51 | If your device does not support digital television, this |
|---|
| 49 | 52 | feature will have no affect on the driver's operation. |
|---|
| .. | .. |
|---|
| 53 | 56 | config VIDEO_PVRUSB2_DEBUGIFC |
|---|
| 54 | 57 | bool "pvrusb2 debug interface" |
|---|
| 55 | 58 | depends on VIDEO_PVRUSB2_SYSFS |
|---|
| 56 | | - ---help--- |
|---|
| 59 | + help |
|---|
| 57 | 60 | This option enables the inclusion of a debug interface |
|---|
| 58 | 61 | in the pvrusb2 driver, hosted through sysfs. |
|---|
| 59 | 62 | |
|---|