V4L/DVB (7779): pvrusb2-dvb: quiet down noise in kernel log for feed debug
[deliverable/linux.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 4 select FW_LOADER
149ef72d 5 select MEDIA_TUNER
d855497e
MI
6 select VIDEO_TVEEPROM
7 select VIDEO_CX2341X
99beeee9
MK
8 select VIDEO_SAA711X
9 select VIDEO_CX25840
10 select VIDEO_MSP3400
11 select VIDEO_WM8775
d855497e
MI
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
5edfded4
MI
19config VIDEO_PVRUSB2_ONAIR_CREATOR
20 bool "pvrusb2 driver support for OnAir Creator model"
21 depends on VIDEO_PVRUSB2 && EXPERIMENTAL
22 select VIDEO_SAA711X
23 select VIDEO_CS53L32A
24 ---help---
25
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.
29
30 If you are in doubt, say Y.
31
32config VIDEO_PVRUSB2_ONAIR_USB2
33 bool "pvrusb2 driver support for OnAir USB2 model"
34 depends on VIDEO_PVRUSB2 && EXPERIMENTAL
35 select VIDEO_SAA711X
36 select VIDEO_CS53L32A
37 ---help---
38
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.
42
43 If you are in doubt, say Y.
44
d855497e
MI
45config VIDEO_PVRUSB2_SYSFS
46 bool "pvrusb2 sysfs support (EXPERIMENTAL)"
47 default y
48 depends on VIDEO_PVRUSB2 && SYSFS && EXPERIMENTAL
49 ---help---
50 This option enables the operation of a sysfs based
51 interface for query and control of the pvrusb2 driver.
52
53 This is not generally needed for v4l applications,
54 although certain applications are optimized to take
55 advantage of this feature.
56
57 If you are in doubt, say Y.
58
59 Note: This feature is experimental and subject to change.
60
bc4b02ca
MI
61config VIDEO_PVRUSB2_DVB
62 bool "pvrusb2 DVB support (EXPERIMENTAL)"
63 default n
64 depends on VIDEO_PVRUSB2 && DVB_CORE && EXPERIMENTAL
d3f8d8fb
MK
65 select DVB_LGDT330X if !DVB_FE_CUSTOMISE
66 select DVB_S5H1409 if !DVB_FE_CUSTOMISE
4aef8fdd 67 select DVB_S5H1411 if !DVB_FE_CUSTOMISE
d3f8d8fb 68 select DVB_TDA10048 if !DVB_FE_CUSTOMIZE
149ef72d
MCC
69 select MEDIA_TUNER_TDA18271 if !DVB_FE_CUSTOMIZE
70 select MEDIA_TUNER_SIMPLE if !DVB_FE_CUSTOMISE
71 select MEDIA_TUNER_TDA8290 if !DVB_FE_CUSTOMIZE
bc4b02ca
MI
72 ---help---
73
74 This option enables compilation of a DVB interface for the
75 pvrusb2 driver. Currently this is very very experimental.
76 It is also limiting - the DVB interface can only access the
48e5329f
MI
77 digital side of hybrid devices, and there are going to be
78 issues if you attempt to mess with the V4L side at the same
79 time. Don't turn this on unless you know what you are
80 doing.
bc4b02ca
MI
81
82 If you are in doubt, say N.
83
84 Note: This feature is very experimental and might break
85
d855497e
MI
86config VIDEO_PVRUSB2_DEBUGIFC
87 bool "pvrusb2 debug interface"
88 depends on VIDEO_PVRUSB2_SYSFS
89 ---help---
90 This option enables the inclusion of a debug interface
91 in the pvrusb2 driver, hosted through sysfs.
92
93 You do not need to select this option unless you plan
94 on debugging the driver or performing a manual firmware
95 extraction.
faa1cb20
MCC
96
97 If you are in doubt, say N.
This page took 0.232682 seconds and 5 git commands to generate.