Karsten Keil | 1b2b03f | 2008-07-27 01:54:58 +0200 | [diff] [blame] | 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 | |
Karsten Keil | 960366c | 2008-07-27 01:56:38 +0200 | [diff] [blame] | 10 | if MISDN != n |
| 11 | |
| 12 | config MISDN_DSP |
| 13 | tristate "Digital Audio Processing of transparent data" |
| 14 | depends on MISDN |
| 15 | help |
| 16 | Enable support for digital audio processing capability. |
Matt LaPlante | 692105b | 2009-01-26 11:12:25 +0100 | [diff] [blame] | 17 | |
Karsten Keil | 960366c | 2008-07-27 01:56:38 +0200 | [diff] [blame] | 18 | This module may be used for special applications that require |
Matt LaPlante | 692105b | 2009-01-26 11:12:25 +0100 | [diff] [blame] | 19 | cross connecting of bchannels, conferencing, dtmf decoding, |
Masanari Iida | 5065a70 | 2013-11-30 21:38:43 +0900 | [diff] [blame] | 20 | echo cancellation, tone generation, and Blowfish encryption and |
Matt LaPlante | 692105b | 2009-01-26 11:12:25 +0100 | [diff] [blame] | 21 | decryption. It may use hardware features if available. |
| 22 | |
Karsten Keil | 960366c | 2008-07-27 01:56:38 +0200 | [diff] [blame] | 23 | E.g. it is required for PBX4Linux. Go to http://isdn.eversberg.eu |
Matt LaPlante | 692105b | 2009-01-26 11:12:25 +0100 | [diff] [blame] | 24 | and get more information about this module and its usage. |
| 25 | |
Karsten Keil | 960366c | 2008-07-27 01:56:38 +0200 | [diff] [blame] | 26 | If unsure, say 'N'. |
| 27 | |
Karsten Keil | 3712b42 | 2008-07-27 02:02:10 +0200 | [diff] [blame] | 28 | config MISDN_L1OIP |
| 29 | tristate "ISDN over IP tunnel" |
| 30 | depends on MISDN |
| 31 | help |
| 32 | Enable support for ISDN over IP tunnel. |
| 33 | |
| 34 | It features: |
| 35 | - dynamic IP exchange, if one or both peers have dynamic IPs |
| 36 | - BRI (S0) and PRI (S2M) interface |
| 37 | - layer 1 control via network keepalive frames |
| 38 | - direct tunneling of physical interface via IP |
| 39 | |
| 40 | NOTE: This protocol is called 'Layer 1 over IP' and is not |
| 41 | compatible with ISDNoIP (Agfeo) or TDMoIP. Protocol description is |
| 42 | provided in the source code. |
| 43 | |
| 44 | source "drivers/isdn/hardware/mISDN/Kconfig" |
| 45 | |
Karsten Keil | 960366c | 2008-07-27 01:56:38 +0200 | [diff] [blame] | 46 | endif #MISDN |