2 tristate "Hauppauge WinTV-PVR USB2 support"
3 depends on VIDEO_V4L2 && I2C && EXPERIMENTAL
13 This is a video4linux driver for Conexant 23416 based
14 usb2 personal video recorder devices.
16 To compile this driver as a module, choose M here: the
17 module will be called pvrusb2
19 config VIDEO_PVRUSB2_ONAIR_CREATOR
20 bool "pvrusb2 driver support for OnAir Creator model"
21 depends on VIDEO_PVRUSB2 && EXPERIMENTAL
26 This option enables support for the OnAir Creator USB tuner
27 device. This is a hybrid device, however currently only
28 analog mode is supported.
30 If you are in doubt, say Y.
32 config VIDEO_PVRUSB2_ONAIR_USB2
33 bool "pvrusb2 driver support for OnAir USB2 model"
34 depends on VIDEO_PVRUSB2 && EXPERIMENTAL
39 This option enables support for the OnAir USB2 tuner device
40 (also known as the Sasem tuner). This is a hybrid device,
41 however currently only analog mode is supported.
43 If you are in doubt, say Y.
45 config VIDEO_PVRUSB2_SYSFS
46 bool "pvrusb2 sysfs support (EXPERIMENTAL)"
48 depends on VIDEO_PVRUSB2 && SYSFS && EXPERIMENTAL
50 This option enables the operation of a sysfs based
51 interface for query and control of the pvrusb2 driver.
53 This is not generally needed for v4l applications,
54 although certain applications are optimized to take
55 advantage of this feature.
57 If you are in doubt, say Y.
59 Note: This feature is experimental and subject to change.
61 config VIDEO_PVRUSB2_DEBUGIFC
62 bool "pvrusb2 debug interface"
63 depends on VIDEO_PVRUSB2_SYSFS
65 This option enables the inclusion of a debug interface
66 in the pvrusb2 driver, hosted through sysfs.
68 You do not need to select this option unless you plan
69 on debugging the driver or performing a manual firmware
72 If you are in doubt, say N.