diff options
author | Daniel Mack <devnull@localhost> | 2004-10-27 20:50:10 +0000 |
---|---|---|
committer | Daniel Mack <devnull@localhost> | 2004-10-27 20:50:10 +0000 |
commit | 5acd6ac29aec43d1564ff8620e55241315515dd1 (patch) | |
tree | 47e6242261ee741855a7ad23775e21628b53208f /linux/drivers/media/dvb/cinergyT2/Kconfig | |
parent | a5991c2b04cd3efd52c94c33db172a102bf0f298 (diff) | |
download | mediapointer-dvb-s2-5acd6ac29aec43d1564ff8620e55241315515dd1.tar.gz mediapointer-dvb-s2-5acd6ac29aec43d1564ff8620e55241315515dd1.tar.bz2 |
- lots of internal refactoring
- even more configurable options
Diffstat (limited to 'linux/drivers/media/dvb/cinergyT2/Kconfig')
-rw-r--r-- | linux/drivers/media/dvb/cinergyT2/Kconfig | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/cinergyT2/Kconfig b/linux/drivers/media/dvb/cinergyT2/Kconfig index d89e0025b..fb1e4316b 100644 --- a/linux/drivers/media/dvb/cinergyT2/Kconfig +++ b/linux/drivers/media/dvb/cinergyT2/Kconfig @@ -44,6 +44,21 @@ config DVB_CINERGYT2_STREAM_BUF_SIZE sharing the same USB bus. +config DVB_CINERGYT2_QUERY_INTERVAL + int "Status update interval [milliseconds]" + depends on DVB_CINERGYT2_TUNING + default "250" + help + This is the interval for status readouts from the demodulator. + You may try lower values if you need more responsive signal quality + measurements. + + Please keep in mind that these updates cause traffic on the tuner + control bus and thus may or may not affect receiption sensitivity. + + The default value should be a safe choice for common applications. + + config DVB_CINERGYT2_ENABLE_RC_INPUT_DEVICE bool "Register the onboard IR Remote Control Receiver as Input Device" depends on DVB_CINERGYT2_TUNING @@ -57,3 +72,12 @@ config DVB_CINERGYT2_ENABLE_RC_INPUT_DEVICE source code to find out how to add support for other controls. +config DVB_CINERGYT2_RC_QUERY_INTERVAL + int "Infrared Remote Controller update interval [milliseconds]" + depends on DVB_CINERGYT2_TUNING && DVB_CINERGYT2_ENABLE_RC_INPUT_DEVICE + default "100" + help + If you have a very fast-repeating remote control you can try lower + values, for normal consumer receivers the default value should be + a safe choice. + |