Root/package/platform/lantiq/ltq-tapi/Config.in

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

Archive Download this file



interactive