~ubuntu-branches/ubuntu/trusty/dahdi-linux/trusty-proposed

« back to all changes in this revision

Viewing changes to .pc/dahdi_linux_extra/drivers/dahdi/Kconfig

  • Committer: Stefan Lesicnik
  • Date: 2010-11-10 13:41:13 UTC
  • mfrom: (3.1.5 sid)
  • Revision ID: stefan@lsd.co.za-20101110134113-esykqtd368dxm2vp
bzr merge of Debian 1:2.3.0.1+dfsg-2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
# DAHDI configuration
 
3
#
 
4
 
 
5
menuconfig DAHDI
 
6
        tristate "DAHDI support"
 
7
        select CRC_CCITT
 
8
        default m
 
9
        ---help---
 
10
          DAHDI basic infrastructure.
 
11
 
 
12
          To compile this driver as a module, choose M here: the
 
13
          module will be called dahdi.
 
14
 
 
15
          If unsure, say Y.
 
16
 
 
17
config DAHDI_ECHOCAN
 
18
       tristate "DADHI Echo Cancelers (software)"
 
19
       depends on DAHDI
 
20
       default DAHDI
 
21
 
 
22
config DAHDI_ECHOCAN_MG2
 
23
       tristate "DADHI MG2 Echo Canceler"
 
24
       depends on DAHDI_ECHOCAN
 
25
       default DAHDI_ECHOCAN
 
26
        ---help---
 
27
          To compile this driver as a module, choose M here: the
 
28
          module will be called dahdi_echocancel_mg2.
 
29
 
 
30
          If unsure, say Y.
 
31
 
 
32
config DAHDI_ECHOCAN_KB1
 
33
       tristate "DADHI KB1 Echo Canceler"
 
34
       depends on DAHDI_ECHOCAN
 
35
       default DAHDI_ECHOCAN
 
36
        ---help---
 
37
          To compile this driver as a module, choose M here: the
 
38
          module will be called dahdi_echocancel_kb1.
 
39
 
 
40
          If unsure, say Y.
 
41
 
 
42
config DAHDI_ECHOCAN_SEC
 
43
       tristate "DADHI SEC Echo Canceler"
 
44
       depends on DAHDI_ECHOCAN
 
45
       default DAHDI_ECHOCAN
 
46
        ---help---
 
47
          To compile this driver as a module, choose M here: the
 
48
          module will be called dahdi_echocancel_sec.
 
49
 
 
50
          If unsure, say Y.
 
51
 
 
52
config DAHDI_ECHOCAN_SEC2
 
53
       tristate "DADHI SEC2 Echo Canceler"
 
54
       depends on DAHDI_ECHOCAN
 
55
       default DAHDI_ECHOCAN
 
56
        ---help---
 
57
          To compile this driver as a module, choose M here: the
 
58
          module will be called dahdi_echocancel_sec2.
 
59
 
 
60
          If unsure, say Y.
 
61
 
 
62
config DAHDI_ECHOCAN_HPEC
 
63
       tristate "DADHI HPEC Echo Canceler"
 
64
       depends on DAHDI_ECHOCAN
 
65
       default DAHDI_ECHOCAN
 
66
        ---help---
 
67
          To compile this driver as a module, choose M here: the
 
68
          module will be called dahdi_echocancel_hpec.
 
69
 
 
70
          If unsure, say Y.
 
71
 
 
72
config DAHDI_WCTDM
 
73
        tristate "Digium Wildcard TDM400P Support"
 
74
        depends on DAHDI && PCI
 
75
        default DAHDI
 
76
        ---help---
 
77
          This driver provides support for the Digium Wildcard TDM400P.
 
78
 
 
79
          To compile this driver as a module, choose M here: the
 
80
          module will be called wctdm.
 
81
 
 
82
          If unsure, say Y.
 
83
 
 
84
config DAHDI_WCT4XXP
 
85
        tristate "Digium Wildcard dual- and quad-T1/E1/J1 Support"
 
86
        depends on DAHDI && PCI
 
87
        default DAHDI
 
88
        ---help---
 
89
          This driver provides support for the following Digium
 
90
          Wildcard products:
 
91
 
 
92
          * TE205/206/207/210/211/212P (PCI/PCI-X)
 
93
          * TE220 (PCI-E)
 
94
          * TE405/406/407/410/411/412P (PCI/PCI-X)
 
95
          * TE420 (PCI-E)
 
96
 
 
97
          To compile this driver as a module, choose M here: the
 
98
          module will be called wct4xxp.
 
99
 
 
100
          If unsure, say Y.
 
101
 
 
102
config DAHDI_TRANSCODE
 
103
        tristate "DAHDI transcoding support"
 
104
        depends on DAHDI
 
105
        default DAHDI
 
106
        ---help---
 
107
          DAHDI transcoding infrastructure.
 
108
 
 
109
          To compile this driver as a module, choose M here: the
 
110
          module will be called dahdi_transcode.
 
111
 
 
112
          If unsure, say Y.
 
113
 
 
114
config DAHDI_WCTC4XXP
 
115
        tristate "Digium Wildcard TC400B Support"
 
116
        depends on DAHDI_TRANSCODE && PCI
 
117
        default DAHDI
 
118
        ---help---
 
119
          This driver provides support for the Digium Wildcard TC400B.
 
120
 
 
121
          To compile this driver as a module, choose M here: the
 
122
          module will be called wctc4xxp.
 
123
 
 
124
          If unsure, say Y.
 
125
 
 
126
config DAHDI_VOICEBUS
 
127
        tristate "VoiceBus(tm) Interface Library"
 
128
        depends on PCI
 
129
        default DAHDI
 
130
        ---help---
 
131
           This driver provides the common interface for telephony cards that
 
132
           use the VoiceBus(tm) interface.  It also contains common supporting
 
133
           libraries for the VPMADT032 hardware echo cancelation module that
 
134
           is available for the VoiceBus cards.
 
135
 
 
136
           To compile this driver as a module, choose M here: the module will
 
137
           be called voicebus.
 
138
 
 
139
           If unsure, say Y.
 
140
 
 
141
config DAHDI_WCTDM24XXP
 
142
        tristate "Digium Wildcard VoiceBus analog card Support"
 
143
        depends on DAHDI && DAHDI_VOICEBUS
 
144
        default DAHDI
 
145
        ---help---
 
146
          This driver provides support for the following Digium
 
147
          Wildcard products:
 
148
 
 
149
          * TDM410P (PCI/PCI-X)
 
150
          * AEX410 (PCI-E)
 
151
          * TDM800P (PCI/PCI-X)
 
152
          * AEX800 (PCI-E)
 
153
          * TDM2400P (PCI/PCI-X)
 
154
          * AEX2400 (PCI-E)
 
155
 
 
156
          To compile this driver as a module, choose M here: the
 
157
          module will be called wctdm24xxp.
 
158
 
 
159
          If unsure, say Y.
 
160
 
 
161
config DAHDI_WCTE12XP
 
162
        tristate "Digium Wildcard VoiceBus digital card Support"
 
163
        depends on DAHDI && DAHDI_VOICEBUS
 
164
        default DAHDI
 
165
        ---help---
 
166
          This driver provides support for the following Digium
 
167
          Wildcard products:
 
168
 
 
169
          * TE120P (PCI/PCI-X)
 
170
          * TE121 (PCI/PCI-X)
 
171
          * TE122 (PCI-E)
 
172
 
 
173
          To compile this driver as a module, choose M here: the
 
174
          module will be called wcte12xp.
 
175
 
 
176
          If unsure, say Y.
 
177
 
 
178
config DAHDI_PCIRADIO
 
179
        tristate "PCI Radio Support"
 
180
        depends on DAHDI && PCI
 
181
        default DAHDI
 
182
        ---help---
 
183
          To compile this driver as a module, choose M here: the
 
184
          module will be called pciradio.
 
185
 
 
186
          If unsure, say Y.
 
187
 
 
188
config DAHDI_DUMMY
 
189
        tristate "Dummy (no hardware) Timing Support"
 
190
        depends on DAHDI
 
191
        default DAHDI
 
192
        ---help---
 
193
          This module provides timing support for applications that
 
194
          use DAHDI conference mixing services, pseudo channels or
 
195
          for other purposes.
 
196
 
 
197
          To compile this driver as a module, choose M here: the
 
198
          module will be called dahdi_dummy.
 
199
 
 
200
          If unsure, say Y.
 
201
 
 
202
config DAHDI_DYNAMIC
 
203
        tristate "Dynamic (virtual) Span Support"
 
204
        depends on DAHDI
 
205
        default DAHDI
 
206
        ---help---
 
207
          This module provides support for virtual spans, which are
 
208
          emulated or provided using various technologies.
 
209
 
 
210
          To compile this driver as a module, choose M here: the
 
211
          module will be called dahdi_dynamic.
 
212
 
 
213
          If unsure, say Y.
 
214
 
 
215
config DAHDI_DYNAMIC_ETH
 
216
        tristate "Ethernet (TDMoE) Span Support"
 
217
        depends on DAHDI && DAHDI_DYNAMIC
 
218
        default DAHDI
 
219
        ---help---
 
220
          This module provides support for spans over Ethernet,
 
221
          using the TDMoE protocol.
 
222
 
 
223
          To compile this driver as a module, choose M here: the
 
224
          module will be called dahdi_dynamic_eth.
 
225
 
 
226
          If unsure, say Y.
 
227
 
 
228
config DAHDI_DYNAMIC_ETHMF
 
229
        tristate "Ethernet (TDMoE) Multi-Frame Span Support"
 
230
        depends on DAHDI && DAHDI_DYNAMIC
 
231
        default DAHDI
 
232
        ---help---
 
233
          This module provides support for spans over Ethernet,
 
234
          using the TDMoE-Multi-Frame protocol.
 
235
 
 
236
          To compile this driver as a module, choose M here: the
 
237
          module will be called dahdi_dynamic_ethmf.
 
238
 
 
239
          If unsure, say Y.
 
240
 
 
241
config DAHDI_DYNAMIC_LOC
 
242
        tristate "Local (loopback) Span Support"
 
243
        depends on DAHDI && DAHDI_DYNAMIC
 
244
        default DAHDI
 
245
        ---help---
 
246
          This module provides support for spans in the local system,
 
247
          primarily used for looping and monitoring other spans.
 
248
 
 
249
          To compile this driver as a module, choose M here: the
 
250
          module will be called dahdi_dynamic_loc.
 
251
 
 
252
          If unsure, say Y.
 
253
 
 
254
config DAHDI_TOR2
 
255
        tristate "Tormenta2 quad-port T1/E1 Support"
 
256
        depends on DAHDI && PCI
 
257
        default DAHDI
 
258
        ---help---
 
259
          To compile this driver as a module, choose M here: the
 
260
          module will be called tor2.
 
261
 
 
262
          If unsure, say Y.
 
263
 
 
264
config DAHDI_WCFXO
 
265
        tristate "Digium Wildcard X100P Support"
 
266
        depends on DAHDI && PCI
 
267
        default DAHDI
 
268
        ---help---
 
269
          To compile this driver as a module, choose M here: the
 
270
          module will be called wcfxo.
 
271
 
 
272
          If unsure, say Y.
 
273
 
 
274
config DAHDI_WCT1XXP
 
275
        tristate "Digium Wildcard T100P Support"
 
276
        depends on DAHDI && PCI
 
277
        default DAHDI
 
278
        ---help---
 
279
          To compile this driver as a module, choose M here: the
 
280
          module will be called wct1xxp.
 
281
 
 
282
          If unsure, say Y.
 
283
 
 
284
config DAHDI_WCTE11XP
 
285
        tristate "Digium Wildcard TE110P Support"
 
286
        depends on DAHDI && PCI
 
287
        default DAHDI
 
288
        ---help---
 
289
          To compile this driver as a module, choose M here: the
 
290
          module will be called wcte11xp.
 
291
 
 
292
          If unsure, say Y.
 
293
 
 
294
source "drivers/dahdi/xpp/Kconfig"