Config.in 2.0 KB

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