Kconfig 773 B

123456789101112131415161718192021222324252627
  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 cancelation, tone generation, and Blowfish encryption and
  17. decryption.
  18. It may use hardware features if available.
  19. E.g. it is required for PBX4Linux. Go to http://isdn.eversberg.eu
  20. and get more informations about this module and it's usage.
  21. If unsure, say 'N'.
  22. source "drivers/isdn/hardware/mISDN/Kconfig"
  23. endif #MISDN