Kconfig 1.3 KB

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