Kconfig 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. #
  2. # ISDN device configuration
  3. #
  4. menuconfig ISDN
  5. bool "ISDN support"
  6. depends on NET
  7. depends on !S390
  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. ---help---
  22. This driver allows you to use an ISDN adapter for networking
  23. connections and as dialin/out device. The isdn-tty's have a built
  24. in AT-compatible modem emulator. Network devices support autodial,
  25. channel-bundling, callback and caller-authentication without having
  26. a daemon running. A reduced T.70 protocol is supported with tty's
  27. suitable for German BTX. On D-Channel, the protocols EDSS1
  28. (Euro-ISDN) and 1TR6 (German style) are supported. See
  29. <file:Documentation/isdn/README> for more information.
  30. ISDN support in the linux kernel is moving towards a new API,
  31. called CAPI (Common ISDN Application Programming Interface).
  32. Therefore the old ISDN4Linux layer will eventually become obsolete.
  33. It is still available, though, for use with adapters that are not
  34. supported by the new CAPI subsystem yet.
  35. source "drivers/isdn/i4l/Kconfig"
  36. menuconfig ISDN_CAPI
  37. tristate "CAPI 2.0 subsystem"
  38. help
  39. This provides CAPI (the Common ISDN Application Programming
  40. Interface) Version 2.0, a standard making it easy for programs to
  41. access ISDN hardware in a device independent way. (For details see
  42. <http://www.capi.org/>.) CAPI supports making and accepting voice
  43. and data connections, controlling call options and protocols,
  44. as well as ISDN supplementary services like call forwarding or
  45. three-party conferences (if supported by the specific hardware
  46. driver).
  47. Select this option and the appropriate hardware driver below if
  48. you have an ISDN adapter supported by the CAPI subsystem.
  49. if ISDN_CAPI
  50. source "drivers/isdn/capi/Kconfig"
  51. source "drivers/isdn/hardware/Kconfig"
  52. endif # ISDN_CAPI
  53. source "drivers/isdn/gigaset/Kconfig"
  54. source "drivers/isdn/hysdn/Kconfig"
  55. source "drivers/isdn/mISDN/Kconfig"
  56. config ISDN_HDLC
  57. tristate
  58. select CRC_CCITT
  59. select BITREVERSE
  60. endif # ISDN