blob: 60a2604e4cb39c00156402d57abadc76b8c8ee37 [file] [log] [blame]
Mike Iselyd8554972006-06-26 20:58:46 -03001config VIDEO_PVRUSB2
2 tristate "Hauppauge WinTV-PVR USB2 support"
Mike Iselyf4d27822008-04-27 21:37:33 -03003 depends on VIDEO_V4L2 && I2C
Mauro Carvalho Chehabfdbbfb02008-05-06 12:35:58 -03004 select VIDEO_TUNER
Mike Iselyd8554972006-06-26 20:58:46 -03005 select VIDEO_TVEEPROM
6 select VIDEO_CX2341X
Michael Krufky99beeee2008-01-13 20:02:52 -03007 select VIDEO_SAA711X
8 select VIDEO_CX25840
9 select VIDEO_MSP3400
10 select VIDEO_WM8775
Michael Krufky749b6a72008-04-27 19:12:29 -030011 select VIDEO_CS53L32A
Mike Iselyd8554972006-06-26 20:58:46 -030012 ---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 Iselyd8554972006-06-26 20:58:46 -030019config VIDEO_PVRUSB2_SYSFS
Kees Cookba48f1a2012-10-02 11:17:36 -070020 bool "pvrusb2 sysfs support"
Mike Iselyd8554972006-06-26 20:58:46 -030021 default y
Kees Cookba48f1a2012-10-02 11:17:36 -070022 depends on VIDEO_PVRUSB2 && SYSFS
Mike Iselyd8554972006-06-26 20:58:46 -030023 ---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 Iselybc4b02c2008-02-04 00:12:16 -030035config VIDEO_PVRUSB2_DVB
Kees Cookba48f1a2012-10-02 11:17:36 -070036 bool "pvrusb2 ATSC/DVB support"
Michael Krufky8ed3c842008-04-27 19:22:45 -030037 default y
Kees Cookba48f1a2012-10-02 11:17:36 -070038 depends on VIDEO_PVRUSB2 && DVB_CORE
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -030039 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 Iselybc4b02c2008-02-04 00:12:16 -030046 ---help---
47
Michael Krufky8ed3c842008-04-27 19:22:45 -030048 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 Iselybc4b02c2008-02-04 00:12:16 -030051
Michael Krufky8ed3c842008-04-27 19:22:45 -030052 If you are in doubt, say Y.
Mike Iselybc4b02c2008-02-04 00:12:16 -030053
Mike Iselyd8554972006-06-26 20:58:46 -030054config 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 Chehabfaa1cb22006-08-22 18:49:17 -030064
65 If you are in doubt, say N.