Config.in 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. config VOICE_CPE_TAPI_FAX
  2. bool "fax relay and modem support"
  3. depends on PACKAGE_kmod-ltq-tapi
  4. default n
  5. help
  6. Option to enable fax/modem support in TAPI.
  7. Note: Newer platforms as AR9 and VR9 support a T.38 fax relay stack
  8. in FW while older platforms like Danube or VINETIC-CPE require a
  9. separate SW stack executed as an application.
  10. config VOICE_CPE_TAPI_CID
  11. bool "CID support"
  12. depends on PACKAGE_kmod-ltq-tapi
  13. default y
  14. help
  15. Option to enable Caller ID support.
  16. config VOICE_CPE_TAPI_LT_GR909
  17. bool "Linetesting GR-909 support"
  18. depends on PACKAGE_kmod-ltq-tapi
  19. default y
  20. help
  21. Option to enable linetesting GR-909.
  22. config VOICE_CPE_TAPI_DECT
  23. bool "DECT encoding for COSIC modem"
  24. depends on PACKAGE_kmod-ltq-tapi
  25. default n
  26. help
  27. Option to enable DECT encoding for COSIC modem.
  28. config VOICE_CPE_TAPI_KPI
  29. bool "KPI (Kernel Packet Interface)"
  30. depends on PACKAGE_kmod-ltq-tapi
  31. default y
  32. help
  33. Option to enable the generic kernel level packet interface
  34. which allows accelerated packet transfer for various purposes.
  35. The most important example is the QOS option, which allows
  36. to redirect RTP packets directly into the IP stack.
  37. Other options relying on KPI are DECT and HDLC.
  38. config VOICE_CPE_TAPI_QOS
  39. bool "QOS for accelerated RTP packet handling"
  40. depends on PACKAGE_kmod-ltq-tapi
  41. default y
  42. help
  43. Option to enable an accelerated RTP packet transfer inside
  44. the LINUX kernel space. This option requires the KPI2UDP
  45. packet, which actually provides the OS specific hooks in
  46. the IP stack.
  47. config VOICE_CPE_TAPI_STATISTICS
  48. bool "TAPI statistics via /proc fs"
  49. depends on PACKAGE_kmod-ltq-tapi
  50. default y
  51. help
  52. Option to enable /proc fs statistics for packet counts etc.
  53. config VOICE_CPE_TAPI_METERING
  54. bool "Metering (TTX) support"
  55. depends on PACKAGE_kmod-ltq-tapi
  56. default n
  57. help
  58. Option to enable metering (TTX) support.
  59. config VOICE_CPE_TAPI_HDLC
  60. bool "PCM HDLC support, evaluation"
  61. depends on PACKAGE_kmod-ltq-tapi
  62. default n
  63. help
  64. Option to enable PCM HDLC framing inside the firmware, e.g. for
  65. ISDN D-Channel access.
  66. config VOICE_CPE_TAPI_TRACES
  67. bool "enable driver traces"
  68. depends on PACKAGE_kmod-ltq-tapi
  69. default y
  70. help
  71. enable driver traces with different trace levels to be
  72. configured dynamically from the application or during insmod
  73. config VOICE_CPE_TAPI_LINUX_HOTPLUG
  74. bool "enable driver Linux hotplug events"
  75. depends on PACKAGE_kmod-ltq-tapi
  76. default y
  77. help
  78. enable driver Linux hotplug events generation