2008-07-27 01:54:58 +02:00
#
# modularer ISDN driver
#
menuconfig MISDN
tristate "Modular ISDN driver"
help
Enable support for the modular ISDN driver.
2008-07-27 01:56:38 +02:00
if MISDN != n
config MISDN_DSP
tristate "Digital Audio Processing of transparent data"
depends on MISDN
help
Enable support for digital audio processing capability.
2009-01-26 11:12:25 +01:00
2008-07-27 01:56:38 +02:00
This module may be used for special applications that require
2009-01-26 11:12:25 +01:00
cross connecting of bchannels, conferencing, dtmf decoding,
2013-11-30 21:38:43 +09:00
echo cancellation, tone generation, and Blowfish encryption and
2009-01-26 11:12:25 +01:00
decryption. It may use hardware features if available.
2008-07-27 01:56:38 +02:00
E.g. it is required for PBX4Linux. Go to http://isdn.eversberg.eu
2009-01-26 11:12:25 +01:00
and get more information about this module and its usage.
2008-07-27 01:56:38 +02:00
If unsure, say 'N'.
2008-07-27 02:02:10 +02:00
config MISDN_L1OIP
tristate "ISDN over IP tunnel"
depends on MISDN
help
Enable support for ISDN over IP tunnel.
It features:
- dynamic IP exchange, if one or both peers have dynamic IPs
- BRI (S0) and PRI (S2M) interface
- layer 1 control via network keepalive frames
- direct tunneling of physical interface via IP
NOTE: This protocol is called 'Layer 1 over IP' and is not
compatible with ISDNoIP (Agfeo) or TDMoIP. Protocol description is
provided in the source code.
source "drivers/isdn/hardware/mISDN/Kconfig"
2008-07-27 01:56:38 +02:00
endif #MISDN