xref: /openbmc/linux/drivers/isdn/Kconfig (revision 4f73bc4d)
11da177e4SLinus Torvalds#
21da177e4SLinus Torvalds# ISDN device configuration
31da177e4SLinus Torvalds#
41da177e4SLinus Torvalds
5cf4d5f1dSJan Engelhardtmenuconfig ISDN
6e4ac9bc1SKarsten Keil	bool "ISDN support"
77fd78edcSLee Jones	depends on NET && NETDEVICES
83369465eSAl Viro	depends on !S390 && !UML
91da177e4SLinus Torvalds	---help---
10e5f8d9acSTilman Schmidt	  ISDN ("Integrated Services Digital Network", called RNIS in France)
11e5f8d9acSTilman Schmidt	  is a fully digital telephone service that can be used for voice and
12e5f8d9acSTilman Schmidt	  data connections.  If your computer is equipped with an ISDN
13e5f8d9acSTilman Schmidt	  adapter you can use it to connect to your Internet service provider
14e5f8d9acSTilman Schmidt	  (with SLIP or PPP) faster than via a conventional telephone modem
15e5f8d9acSTilman Schmidt	  (though still much slower than with DSL) or to make and accept
16e5f8d9acSTilman Schmidt	  voice calls (eg. turning your PC into a software answering machine
17e5f8d9acSTilman Schmidt	  or PABX).
181da177e4SLinus Torvalds
191da177e4SLinus Torvalds	  Select this option if you want your kernel to support ISDN.
201da177e4SLinus Torvalds
21cf4d5f1dSJan Engelhardtif ISDN
221da177e4SLinus Torvalds
23857038d9SJan Engelhardtmenuconfig ISDN_I4L
245bf1deddSTilman Schmidt	tristate "Old ISDN4Linux (deprecated)"
254f73bc4dSJoe Millenbach	depends on TTY
261da177e4SLinus Torvalds	---help---
275bf1deddSTilman Schmidt	  This driver allows you to use an ISDN adapter for networking
281da177e4SLinus Torvalds	  connections and as dialin/out device.  The isdn-tty's have a built
291da177e4SLinus Torvalds	  in AT-compatible modem emulator.  Network devices support autodial,
301da177e4SLinus Torvalds	  channel-bundling, callback and caller-authentication without having
311da177e4SLinus Torvalds	  a daemon running.  A reduced T.70 protocol is supported with tty's
321da177e4SLinus Torvalds	  suitable for German BTX.  On D-Channel, the protocols EDSS1
331da177e4SLinus Torvalds	  (Euro-ISDN) and 1TR6 (German style) are supported.  See
341da177e4SLinus Torvalds	  <file:Documentation/isdn/README> for more information.
351da177e4SLinus Torvalds
361da177e4SLinus Torvalds	  ISDN support in the linux kernel is moving towards a new API,
371da177e4SLinus Torvalds	  called CAPI (Common ISDN Application Programming Interface).
385bf1deddSTilman Schmidt	  Therefore the old ISDN4Linux layer will eventually become obsolete.
395bf1deddSTilman Schmidt	  It is still available, though, for use with adapters that are not
405bf1deddSTilman Schmidt	  supported by the new CAPI subsystem yet.
411da177e4SLinus Torvalds
421da177e4SLinus Torvaldssource "drivers/isdn/i4l/Kconfig"
431da177e4SLinus Torvalds
44857038d9SJan Engelhardtmenuconfig ISDN_CAPI
455f67c5ccSTilman Schmidt	tristate "CAPI 2.0 subsystem"
461da177e4SLinus Torvalds	help
47e5f8d9acSTilman Schmidt	  This provides CAPI (the Common ISDN Application Programming
48e5f8d9acSTilman Schmidt	  Interface) Version 2.0, a standard making it easy for programs to
49e5f8d9acSTilman Schmidt	  access ISDN hardware in a device independent way. (For details see
50e5f8d9acSTilman Schmidt	  <http://www.capi.org/>.)  CAPI supports making and accepting voice
51e5f8d9acSTilman Schmidt	  and data connections, controlling call options and protocols,
52e5f8d9acSTilman Schmidt	  as well as ISDN supplementary services like call forwarding or
53e5f8d9acSTilman Schmidt	  three-party conferences (if supported by the specific hardware
54e5f8d9acSTilman Schmidt	  driver).
55e5f8d9acSTilman Schmidt
56e5f8d9acSTilman Schmidt	  Select this option and the appropriate hardware driver below if
57e5f8d9acSTilman Schmidt	  you have an ISDN adapter supported by the CAPI subsystem.
581da177e4SLinus Torvalds
59df19434cSJan Engelhardtif ISDN_CAPI
60df19434cSJan Engelhardt
611da177e4SLinus Torvaldssource "drivers/isdn/capi/Kconfig"
621da177e4SLinus Torvalds
631da177e4SLinus Torvaldssource "drivers/isdn/hardware/Kconfig"
641da177e4SLinus Torvalds
65df19434cSJan Engelhardtendif # ISDN_CAPI
66df19434cSJan Engelhardt
675a1888eaSTilman Schmidtsource "drivers/isdn/gigaset/Kconfig"
685a1888eaSTilman Schmidt
69e5f8d9acSTilman Schmidtsource "drivers/isdn/hysdn/Kconfig"
70e5f8d9acSTilman Schmidt
71e5f8d9acSTilman Schmidtsource "drivers/isdn/mISDN/Kconfig"
72e5f8d9acSTilman Schmidt
73e5f8d9acSTilman Schmidtconfig ISDN_HDLC
74e5f8d9acSTilman Schmidt	tristate
75e5f8d9acSTilman Schmidt	select CRC_CCITT
76e5f8d9acSTilman Schmidt	select BITREVERSE
77e5f8d9acSTilman Schmidt
78cf4d5f1dSJan Engelhardtendif # ISDN
79