V4L/DVB (7029): tda18271: provide a choice whether to perform rf cal on init or on...
[linux-block.git] / drivers / media / video / pvrusb2 / Kconfig
CommitLineData
d855497e
MI
1config VIDEO_PVRUSB2
2 tristate "Hauppauge WinTV-PVR USB2 support"
c5da5afb 3 depends on VIDEO_V4L2 && I2C && EXPERIMENTAL
d855497e
MI
4 select FW_LOADER
5 select VIDEO_TUNER
6 select VIDEO_TVEEPROM
7 select VIDEO_CX2341X
d855497e
MI
8 ---help---
9 This is a video4linux driver for Conexant 23416 based
10 usb2 personal video recorder devices.
11
12 To compile this driver as a module, choose M here: the
13 module will be called pvrusb2
14
5edfded4
MI
15config VIDEO_PVRUSB2_ONAIR_CREATOR
16 bool "pvrusb2 driver support for OnAir Creator model"
17 depends on VIDEO_PVRUSB2 && EXPERIMENTAL
18 select VIDEO_SAA711X
19 select VIDEO_CS53L32A
20 ---help---
21
22 This option enables support for the OnAir Creator USB tuner
23 device. This is a hybrid device, however currently only
24 analog mode is supported.
25
26 If you are in doubt, say Y.
27
28config VIDEO_PVRUSB2_ONAIR_USB2
29 bool "pvrusb2 driver support for OnAir USB2 model"
30 depends on VIDEO_PVRUSB2 && EXPERIMENTAL
31 select VIDEO_SAA711X
32 select VIDEO_CS53L32A
33 ---help---
34
35 This option enables support for the OnAir USB2 tuner device
36 (also known as the Sasem tuner). This is a hybrid device,
37 however currently only analog mode is supported.
38
39 If you are in doubt, say Y.
40
d855497e
MI
41config VIDEO_PVRUSB2_SYSFS
42 bool "pvrusb2 sysfs support (EXPERIMENTAL)"
43 default y
44 depends on VIDEO_PVRUSB2 && SYSFS && EXPERIMENTAL
45 ---help---
46 This option enables the operation of a sysfs based
47 interface for query and control of the pvrusb2 driver.
48
49 This is not generally needed for v4l applications,
50 although certain applications are optimized to take
51 advantage of this feature.
52
53 If you are in doubt, say Y.
54
55 Note: This feature is experimental and subject to change.
56
57config VIDEO_PVRUSB2_DEBUGIFC
58 bool "pvrusb2 debug interface"
59 depends on VIDEO_PVRUSB2_SYSFS
60 ---help---
61 This option enables the inclusion of a debug interface
62 in the pvrusb2 driver, hosted through sysfs.
63
64 You do not need to select this option unless you plan
65 on debugging the driver or performing a manual firmware
66 extraction.
faa1cb20
MCC
67
68 If you are in doubt, say N.