162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0-only 262306a36Sopenharmony_ci# 362306a36Sopenharmony_ci# modularer ISDN driver 462306a36Sopenharmony_ci# 562306a36Sopenharmony_ci 662306a36Sopenharmony_cimenuconfig MISDN 762306a36Sopenharmony_ci tristate "Modular ISDN driver" 862306a36Sopenharmony_ci help 962306a36Sopenharmony_ci Enable support for the modular ISDN driver. 1062306a36Sopenharmony_ci 1162306a36Sopenharmony_ciif MISDN != n 1262306a36Sopenharmony_ci 1362306a36Sopenharmony_ciconfig MISDN_DSP 1462306a36Sopenharmony_ci tristate "Digital Audio Processing of transparent data" 1562306a36Sopenharmony_ci depends on MISDN 1662306a36Sopenharmony_ci select BITREVERSE 1762306a36Sopenharmony_ci help 1862306a36Sopenharmony_ci Enable support for digital audio processing capability. 1962306a36Sopenharmony_ci 2062306a36Sopenharmony_ci This module may be used for special applications that require 2162306a36Sopenharmony_ci cross connecting of bchannels, conferencing, dtmf decoding, 2262306a36Sopenharmony_ci echo cancellation, tone generation, and Blowfish encryption and 2362306a36Sopenharmony_ci decryption. It may use hardware features if available. 2462306a36Sopenharmony_ci 2562306a36Sopenharmony_ci E.g. it is required for PBX4Linux. Go to http://isdn.eversberg.eu 2662306a36Sopenharmony_ci and get more information about this module and its usage. 2762306a36Sopenharmony_ci 2862306a36Sopenharmony_ci If unsure, say 'N'. 2962306a36Sopenharmony_ci 3062306a36Sopenharmony_ciconfig MISDN_L1OIP 3162306a36Sopenharmony_ci tristate "ISDN over IP tunnel" 3262306a36Sopenharmony_ci depends on MISDN 3362306a36Sopenharmony_ci help 3462306a36Sopenharmony_ci Enable support for ISDN over IP tunnel. 3562306a36Sopenharmony_ci 3662306a36Sopenharmony_ci It features: 3762306a36Sopenharmony_ci - dynamic IP exchange, if one or both peers have dynamic IPs 3862306a36Sopenharmony_ci - BRI (S0) and PRI (S2M) interface 3962306a36Sopenharmony_ci - layer 1 control via network keepalive frames 4062306a36Sopenharmony_ci - direct tunneling of physical interface via IP 4162306a36Sopenharmony_ci 4262306a36Sopenharmony_ci NOTE: This protocol is called 'Layer 1 over IP' and is not 4362306a36Sopenharmony_ci compatible with ISDNoIP (Agfeo) or TDMoIP. Protocol description is 4462306a36Sopenharmony_ci provided in the source code. 4562306a36Sopenharmony_ci 4662306a36Sopenharmony_cisource "drivers/isdn/hardware/mISDN/Kconfig" 4762306a36Sopenharmony_ci 4862306a36Sopenharmony_ciendif #MISDN 49