Mike Isely | d855497 | 2006-06-26 20:58:46 -0300 | [diff] [blame] | 1 | config VIDEO_PVRUSB2 |
| 2 | tristate "Hauppauge WinTV-PVR USB2 support" |
Mike Isely | f4d2782 | 2008-04-27 21:37:33 -0300 | [diff] [blame] | 3 | depends on VIDEO_V4L2 && I2C |
Mauro Carvalho Chehab | fdbbfb0 | 2008-05-06 12:35:58 -0300 | [diff] [blame] | 4 | select VIDEO_TUNER |
Mike Isely | d855497 | 2006-06-26 20:58:46 -0300 | [diff] [blame] | 5 | select VIDEO_TVEEPROM |
| 6 | select VIDEO_CX2341X |
Michael Krufky | 99beeee | 2008-01-13 20:02:52 -0300 | [diff] [blame] | 7 | select VIDEO_SAA711X |
| 8 | select VIDEO_CX25840 |
| 9 | select VIDEO_MSP3400 |
| 10 | select VIDEO_WM8775 |
Michael Krufky | 749b6a7 | 2008-04-27 19:12:29 -0300 | [diff] [blame] | 11 | select VIDEO_CS53L32A |
Mike Isely | d855497 | 2006-06-26 20:58:46 -0300 | [diff] [blame] | 12 | ---help--- |
| 13 | This is a video4linux driver for Conexant 23416 based |
| 14 | usb2 personal video recorder devices. |
| 15 | |
| 16 | To compile this driver as a module, choose M here: the |
| 17 | module will be called pvrusb2 |
| 18 | |
Mike Isely | d855497 | 2006-06-26 20:58:46 -0300 | [diff] [blame] | 19 | config VIDEO_PVRUSB2_SYSFS |
Kees Cook | ba48f1a | 2012-10-02 11:17:36 -0700 | [diff] [blame] | 20 | bool "pvrusb2 sysfs support" |
Mike Isely | d855497 | 2006-06-26 20:58:46 -0300 | [diff] [blame] | 21 | default y |
Kees Cook | ba48f1a | 2012-10-02 11:17:36 -0700 | [diff] [blame] | 22 | depends on VIDEO_PVRUSB2 && SYSFS |
Mike Isely | d855497 | 2006-06-26 20:58:46 -0300 | [diff] [blame] | 23 | ---help--- |
| 24 | This option enables the operation of a sysfs based |
| 25 | interface for query and control of the pvrusb2 driver. |
| 26 | |
| 27 | This is not generally needed for v4l applications, |
| 28 | although certain applications are optimized to take |
| 29 | advantage of this feature. |
| 30 | |
| 31 | If you are in doubt, say Y. |
| 32 | |
| 33 | Note: This feature is experimental and subject to change. |
| 34 | |
Mike Isely | bc4b02c | 2008-02-04 00:12:16 -0300 | [diff] [blame] | 35 | config VIDEO_PVRUSB2_DVB |
Kees Cook | ba48f1a | 2012-10-02 11:17:36 -0700 | [diff] [blame] | 36 | bool "pvrusb2 ATSC/DVB support" |
Michael Krufky | 8ed3c84 | 2008-04-27 19:22:45 -0300 | [diff] [blame] | 37 | default y |
Kees Cook | ba48f1a | 2012-10-02 11:17:36 -0700 | [diff] [blame] | 38 | depends on VIDEO_PVRUSB2 && DVB_CORE |
Mauro Carvalho Chehab | fccea74 | 2012-08-20 14:48:02 -0300 | [diff] [blame] | 39 | select DVB_LGDT330X if MEDIA_SUBDRV_AUTOSELECT |
| 40 | select DVB_S5H1409 if MEDIA_SUBDRV_AUTOSELECT |
| 41 | select DVB_S5H1411 if MEDIA_SUBDRV_AUTOSELECT |
| 42 | select DVB_TDA10048 if MEDIA_SUBDRV_AUTOSELECT |
| 43 | select MEDIA_TUNER_TDA18271 if MEDIA_SUBDRV_AUTOSELECT |
| 44 | select MEDIA_TUNER_SIMPLE if MEDIA_SUBDRV_AUTOSELECT |
| 45 | select MEDIA_TUNER_TDA8290 if MEDIA_SUBDRV_AUTOSELECT |
Mike Isely | bc4b02c | 2008-02-04 00:12:16 -0300 | [diff] [blame] | 46 | ---help--- |
| 47 | |
Michael Krufky | 8ed3c84 | 2008-04-27 19:22:45 -0300 | [diff] [blame] | 48 | This option enables a DVB interface for the pvrusb2 driver. |
| 49 | If your device does not support digital television, this |
| 50 | feature will have no affect on the driver's operation. |
Mike Isely | bc4b02c | 2008-02-04 00:12:16 -0300 | [diff] [blame] | 51 | |
Michael Krufky | 8ed3c84 | 2008-04-27 19:22:45 -0300 | [diff] [blame] | 52 | If you are in doubt, say Y. |
Mike Isely | bc4b02c | 2008-02-04 00:12:16 -0300 | [diff] [blame] | 53 | |
Mike Isely | d855497 | 2006-06-26 20:58:46 -0300 | [diff] [blame] | 54 | config VIDEO_PVRUSB2_DEBUGIFC |
| 55 | bool "pvrusb2 debug interface" |
| 56 | depends on VIDEO_PVRUSB2_SYSFS |
| 57 | ---help--- |
| 58 | This option enables the inclusion of a debug interface |
| 59 | in the pvrusb2 driver, hosted through sysfs. |
| 60 | |
| 61 | You do not need to select this option unless you plan |
| 62 | on debugging the driver or performing a manual firmware |
| 63 | extraction. |
Mauro Carvalho Chehab | faa1cb2 | 2006-08-22 18:49:17 -0300 | [diff] [blame] | 64 | |
| 65 | If you are in doubt, say N. |