Kconfig 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. config DVB_CINERGYT2
  2. tristate "Terratec CinergyT2/qanu USB2 DVB-T receiver"
  3. depends on DVB_CORE && USB
  4. help
  5. Support for "TerraTec CinergyT2" USB2.0 Highspeed DVB Receivers
  6. Say Y if you own such a device and want to use it.
  7. config DVB_CINERGYT2_TUNING
  8. bool "sophisticated fine-tuning for CinergyT2 cards"
  9. depends on DVB_CINERGYT2
  10. help
  11. Here you can fine-tune some parameters of the CinergyT2 driver.
  12. Normally you don't need to touch this, but in exotic setups you
  13. may fine-tune your setup and adjust e.g. DMA buffer sizes for
  14. a particular application.
  15. config DVB_CINERGYT2_STREAM_URB_COUNT
  16. int "Number of queued USB Request Blocks for Highspeed Stream Transfers"
  17. depends on DVB_CINERGYT2_TUNING
  18. default "32"
  19. help
  20. USB Request Blocks for Highspeed Stream transfers are scheduled in
  21. a queue for the Host Controller.
  22. Usually the default value is a safe choice.
  23. You may increase this number if you are using this device in a
  24. Server Environment with many high-traffic USB Highspeed devices
  25. sharing the same USB bus.
  26. config DVB_CINERGYT2_STREAM_BUF_SIZE
  27. int "Size of URB Stream Buffers for Highspeed Transfers"
  28. depends on DVB_CINERGYT2_TUNING
  29. default "512"
  30. help
  31. Should be a multiple of native buffer size of 512 bytes.
  32. Default value is a safe choice.
  33. You may increase this number if you are using this device in a
  34. Server Environment with many high-traffic USB Highspeed devices
  35. sharing the same USB bus.
  36. config DVB_CINERGYT2_QUERY_INTERVAL
  37. int "Status update interval [milliseconds]"
  38. depends on DVB_CINERGYT2_TUNING
  39. default "250"
  40. help
  41. This is the interval for status readouts from the demodulator.
  42. You may try lower values if you need more responsive signal quality
  43. measurements.
  44. Please keep in mind that these updates cause traffic on the tuner
  45. control bus and thus may or may not affect reception sensitivity.
  46. The default value should be a safe choice for common applications.
  47. config DVB_CINERGYT2_ENABLE_RC_INPUT_DEVICE
  48. bool "Register the onboard IR Remote Control Receiver as Input Device"
  49. depends on DVB_CINERGYT2_TUNING
  50. default y
  51. help
  52. Enable this option if you want to use the onboard Infrared Remote
  53. Control Receiver as Linux-Input device.
  54. Right now only the keycode table for the default Remote Control
  55. delivered with the device is supported, please see the driver
  56. source code to find out how to add support for other controls.
  57. config DVB_CINERGYT2_RC_QUERY_INTERVAL
  58. int "Infrared Remote Controller update interval [milliseconds]"
  59. depends on DVB_CINERGYT2_TUNING && DVB_CINERGYT2_ENABLE_RC_INPUT_DEVICE
  60. default "50"
  61. help
  62. If you have a very fast-repeating remote control you can try lower
  63. values, for normal consumer receivers the default value should be
  64. a safe choice.