Kconfig 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. #
  2. # ISDN device configuration
  3. #
  4. menuconfig ISDN
  5. bool "ISDN support"
  6. depends on NET && NETDEVICES
  7. depends on !S390 && !UML
  8. ---help---
  9. ISDN ("Integrated Services Digital Network", called RNIS in France)
  10. is a fully digital telephone service that can be used for voice and
  11. data connections. If your computer is equipped with an ISDN
  12. adapter you can use it to connect to your Internet service provider
  13. (with SLIP or PPP) faster than via a conventional telephone modem
  14. (though still much slower than with DSL) or to make and accept
  15. voice calls (eg. turning your PC into a software answering machine
  16. or PABX).
  17. Select this option if you want your kernel to support ISDN.
  18. if ISDN
  19. menuconfig ISDN_I4L
  20. tristate "Old ISDN4Linux (deprecated)"
  21. depends on TTY
  22. ---help---
  23. This driver allows you to use an ISDN adapter for networking
  24. connections and as dialin/out device. The isdn-tty's have a built
  25. in AT-compatible modem emulator. Network devices support autodial,
  26. channel-bundling, callback and caller-authentication without having
  27. a daemon running. A reduced T.70 protocol is supported with tty's
  28. suitable for German BTX. On D-Channel, the protocols EDSS1
  29. (Euro-ISDN) and 1TR6 (German style) are supported. See
  30. <file:Documentation/isdn/README> for more information.
  31. ISDN support in the linux kernel is moving towards a new API,
  32. called CAPI (Common ISDN Application Programming Interface).
  33. Therefore the old ISDN4Linux layer will eventually become obsolete.
  34. It is still available, though, for use with adapters that are not
  35. supported by the new CAPI subsystem yet.
  36. source "drivers/isdn/i4l/Kconfig"
  37. menuconfig ISDN_CAPI
  38. tristate "CAPI 2.0 subsystem"
  39. help
  40. This provides CAPI (the Common ISDN Application Programming
  41. Interface) Version 2.0, a standard making it easy for programs to
  42. access ISDN hardware in a device independent way. (For details see
  43. <http://www.capi.org/>.) CAPI supports making and accepting voice
  44. and data connections, controlling call options and protocols,
  45. as well as ISDN supplementary services like call forwarding or
  46. three-party conferences (if supported by the specific hardware
  47. driver).
  48. Select this option and the appropriate hardware driver below if
  49. you have an ISDN adapter supported by the CAPI subsystem.
  50. if ISDN_CAPI
  51. source "drivers/isdn/capi/Kconfig"
  52. source "drivers/isdn/hardware/Kconfig"
  53. endif # ISDN_CAPI
  54. source "drivers/isdn/gigaset/Kconfig"
  55. source "drivers/isdn/hysdn/Kconfig"
  56. source "drivers/isdn/mISDN/Kconfig"
  57. config ISDN_HDLC
  58. tristate
  59. select CRC_CCITT
  60. select BITREVERSE
  61. endif # ISDN