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