diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2008-10-13 17:03:59 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-10-13 17:03:59 -0400 |
commit | cf2fa66055d718ae13e62451bb546505f63906a2 (patch) | |
tree | e206d3f04e74a34e9aa88d21af6c26eea21d4121 /drivers/media/dvb/cinergyT2/Kconfig | |
parent | 4501a466f28788485604ee42641d7a5fe7258d16 (diff) | |
parent | 57f51dbc45f65f7ee1e8c8f77200bb8000e3e271 (diff) |
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6
* 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6: (313 commits)
V4L/DVB (9186): Added support for Prof 7300 DVB-S/S2 cards
V4L/DVB (9185): S2API: Ensure we have a reasonable ROLLOFF default
V4L/DVB (9184): cx24116: Change the default SNR units back to percentage by default.
V4L/DVB (9183): S2API: Return error of the caller provides 0 commands.
V4L/DVB (9182): S2API: Added support for DTV_HIERARCHY
V4L/DVB (9181): S2API: Add support fot DTV_GUARD_INTERVAL and DTV_TRANSMISSION_MODE
V4L/DVB (9180): S2API: Added support for DTV_CODE_RATE_HP/LP
V4L/DVB (9179): S2API: frontend.h cleanup
V4L/DVB (9178): cx24116: Add module parameter to return SNR as ESNO.
V4L/DVB (9177): S2API: Change _8PSK / _16APSK to PSK_8 and APSK_16
V4L/DVB (9176): Add support for DvbWorld USB cards with STV0288 demodulator.
V4L/DVB (9175): Remove NULL pointer in stb6000 driver.
V4L/DVB (9174): Allow custom inittab for ST STV0288 demodulator.
V4L/DVB (9173): S2API: Remove the hardcoded command limit during validation
V4L/DVB (9172): S2API: Bugfix related to DVB-S / DVB-S2 tuning for the legacy API.
V4L/DVB (9171): S2API: Stop an OOPS if illegal commands are dumped in S2API.
V4L/DVB (9170): cx24116: Sanity checking to data input via S2API to the cx24116 demod.
V4L/DVB (9169): uvcvideo: Support two new Bison Electronics webcams.
V4L/DVB (9168): Add support for MSI TV@nywhere Plus remote
V4L/DVB: v4l2-dev: remove duplicated #include
...
Diffstat (limited to 'drivers/media/dvb/cinergyT2/Kconfig')
-rw-r--r-- | drivers/media/dvb/cinergyT2/Kconfig | 85 |
1 files changed, 0 insertions, 85 deletions
diff --git a/drivers/media/dvb/cinergyT2/Kconfig b/drivers/media/dvb/cinergyT2/Kconfig deleted file mode 100644 index c03513b2ccae..000000000000 --- a/drivers/media/dvb/cinergyT2/Kconfig +++ /dev/null | |||
@@ -1,85 +0,0 @@ | |||
1 | config DVB_CINERGYT2 | ||
2 | tristate "Terratec CinergyT2/qanu USB2 DVB-T receiver" | ||
3 | depends on DVB_CORE && USB && INPUT | ||
4 | help | ||
5 | Support for "TerraTec CinergyT2" USB2.0 Highspeed DVB Receivers | ||
6 | |||
7 | Say Y if you own such a device and want to use it. | ||
8 | |||
9 | |||
10 | config DVB_CINERGYT2_TUNING | ||
11 | bool "sophisticated fine-tuning for CinergyT2 cards" | ||
12 | depends on DVB_CINERGYT2 | ||
13 | help | ||
14 | Here you can fine-tune some parameters of the CinergyT2 driver. | ||
15 | |||
16 | Normally you don't need to touch this, but in exotic setups you | ||
17 | may fine-tune your setup and adjust e.g. DMA buffer sizes for | ||
18 | a particular application. | ||
19 | |||
20 | |||
21 | config DVB_CINERGYT2_STREAM_URB_COUNT | ||
22 | int "Number of queued USB Request Blocks for Highspeed Stream Transfers" | ||
23 | depends on DVB_CINERGYT2_TUNING | ||
24 | default "32" | ||
25 | help | ||
26 | USB Request Blocks for Highspeed Stream transfers are scheduled in | ||
27 | a queue for the Host Controller. | ||
28 | |||
29 | Usually the default value is a safe choice. | ||
30 | |||
31 | You may increase this number if you are using this device in a | ||
32 | Server Environment with many high-traffic USB Highspeed devices | ||
33 | sharing the same USB bus. | ||
34 | |||
35 | |||
36 | config DVB_CINERGYT2_STREAM_BUF_SIZE | ||
37 | int "Size of URB Stream Buffers for Highspeed Transfers" | ||
38 | depends on DVB_CINERGYT2_TUNING | ||
39 | default "512" | ||
40 | help | ||
41 | Should be a multiple of native buffer size of 512 bytes. | ||
42 | Default value is a safe choice. | ||
43 | |||
44 | You may increase this number if you are using this device in a | ||
45 | Server Environment with many high-traffic USB Highspeed devices | ||
46 | sharing the same USB bus. | ||
47 | |||
48 | |||
49 | config DVB_CINERGYT2_QUERY_INTERVAL | ||
50 | int "Status update interval [milliseconds]" | ||
51 | depends on DVB_CINERGYT2_TUNING | ||
52 | default "250" | ||
53 | help | ||
54 | This is the interval for status readouts from the demodulator. | ||
55 | You may try lower values if you need more responsive signal quality | ||
56 | measurements. | ||
57 | |||
58 | Please keep in mind that these updates cause traffic on the tuner | ||
59 | control bus and thus may or may not affect reception sensitivity. | ||
60 | |||
61 | The default value should be a safe choice for common applications. | ||
62 | |||
63 | |||
64 | config DVB_CINERGYT2_ENABLE_RC_INPUT_DEVICE | ||
65 | bool "Register the onboard IR Remote Control Receiver as Input Device" | ||
66 | depends on DVB_CINERGYT2_TUNING | ||
67 | default y | ||
68 | help | ||
69 | Enable this option if you want to use the onboard Infrared Remote | ||
70 | Control Receiver as Linux-Input device. | ||
71 | |||
72 | Right now only the keycode table for the default Remote Control | ||
73 | delivered with the device is supported, please see the driver | ||
74 | source code to find out how to add support for other controls. | ||
75 | |||
76 | |||
77 | config DVB_CINERGYT2_RC_QUERY_INTERVAL | ||
78 | int "Infrared Remote Controller update interval [milliseconds]" | ||
79 | depends on DVB_CINERGYT2_TUNING && DVB_CINERGYT2_ENABLE_RC_INPUT_DEVICE | ||
80 | default "50" | ||
81 | help | ||
82 | If you have a very fast-repeating remote control you can try lower | ||
83 | values, for normal consumer receivers the default value should be | ||
84 | a safe choice. | ||
85 | |||