Blame view

drivers/isdn/mISDN/Kconfig 1.25 KB
1b2b03f8e   Karsten Keil   Add mISDN core files
1
2
3
4
5
6
7
8
  #
  # modularer ISDN driver
  #
  
  menuconfig MISDN
  	tristate "Modular ISDN driver"
  	help
  	  Enable support for the modular ISDN driver.
960366cf8   Karsten Keil   Add mISDN DSP
9
10
11
12
13
14
15
  if MISDN != n
  
  config MISDN_DSP
  	tristate "Digital Audio Processing of transparent data"
  	depends on MISDN
  	help
  	  Enable support for digital audio processing capability.
692105b8a   Matt LaPlante   trivial: fix typo...
16

960366cf8   Karsten Keil   Add mISDN DSP
17
  	  This module may be used for special applications that require
692105b8a   Matt LaPlante   trivial: fix typo...
18
  	  cross connecting of bchannels, conferencing, dtmf decoding,
960366cf8   Karsten Keil   Add mISDN DSP
19
  	  echo cancelation, tone generation, and Blowfish encryption and
692105b8a   Matt LaPlante   trivial: fix typo...
20
  	  decryption. It may use hardware features if available.
960366cf8   Karsten Keil   Add mISDN DSP
21
  	  E.g. it is required for PBX4Linux. Go to http://isdn.eversberg.eu
692105b8a   Matt LaPlante   trivial: fix typo...
22
  	  and get more information about this module and its usage.
960366cf8   Karsten Keil   Add mISDN DSP
23
  	  If unsure, say 'N'.
3712b42d4   Karsten Keil   Add layer1 over I...
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
  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"
960366cf8   Karsten Keil   Add mISDN DSP
41
  endif #MISDN