GNU Linux-libre 4.9.304-gnu1
[releases.git] / drivers / isdn / mISDN / Kconfig
1 #
2 # modularer ISDN driver
3 #
4
5 menuconfig MISDN
6         tristate "Modular ISDN driver"
7         help
8           Enable support for the modular ISDN driver.
9
10 if MISDN != n
11
12 config MISDN_DSP
13         tristate "Digital Audio Processing of transparent data"
14         depends on MISDN
15         select BITREVERSE
16         help
17           Enable support for digital audio processing capability.
18
19           This module may be used for special applications that require
20           cross connecting of bchannels, conferencing, dtmf decoding,
21           echo cancellation, tone generation, and Blowfish encryption and
22           decryption. It may use hardware features if available.
23
24           E.g. it is required for PBX4Linux. Go to http://isdn.eversberg.eu
25           and get more information about this module and its usage.
26
27           If unsure, say 'N'.
28
29 config MISDN_L1OIP
30         tristate "ISDN over IP tunnel"
31         depends on MISDN
32         help
33           Enable support for ISDN over IP tunnel.
34
35           It features:
36             - dynamic IP exchange, if one or both peers have dynamic IPs
37             - BRI (S0) and PRI (S2M) interface
38             - layer 1 control via network keepalive frames
39             - direct tunneling of physical interface via IP
40
41           NOTE: This protocol is called 'Layer 1 over IP' and is not
42           compatible with ISDNoIP (Agfeo) or TDMoIP. Protocol description is
43           provided in the source code.
44
45 source "drivers/isdn/hardware/mISDN/Kconfig"
46
47 endif #MISDN