blob: 1ca4d70d198a88632b74c701c54f62254b1f9bab [file] [log] [blame]
Thomas Gleixnerec8f24b2019-05-19 13:07:45 +01001# SPDX-License-Identifier: GPL-2.0-only
Linus Torvalds1da177e2005-04-16 15:20:36 -07002#
3# ISDN device configuration
4#
5
Jan Engelhardtcf4d5f1d2007-07-17 04:04:19 -07006menuconfig ISDN
Karsten Keile4ac9bc2008-07-26 18:52:11 +02007 bool "ISDN support"
Lee Jones7fd78ed2012-11-06 23:55:03 +00008 depends on NET && NETDEVICES
Al Viro33694652011-08-18 20:11:59 +01009 depends on !S390 && !UML
Linus Torvalds1da177e2005-04-16 15:20:36 -070010 ---help---
Tilman Schmidte5f8d9a2010-02-22 11:09:38 +000011 ISDN ("Integrated Services Digital Network", called RNIS in France)
12 is a fully digital telephone service that can be used for voice and
13 data connections. If your computer is equipped with an ISDN
14 adapter you can use it to connect to your Internet service provider
15 (with SLIP or PPP) faster than via a conventional telephone modem
16 (though still much slower than with DSL) or to make and accept
17 voice calls (eg. turning your PC into a software answering machine
18 or PABX).
Linus Torvalds1da177e2005-04-16 15:20:36 -070019
20 Select this option if you want your kernel to support ISDN.
21
Jan Engelhardtcf4d5f1d2007-07-17 04:04:19 -070022if ISDN
Linus Torvalds1da177e2005-04-16 15:20:36 -070023
Jan Engelhardt857038d2007-07-21 04:37:54 -070024menuconfig ISDN_I4L
Tilman Schmidt5bf1ded2007-06-01 00:46:54 -070025 tristate "Old ISDN4Linux (deprecated)"
Joe Millenbach4f73bc42013-01-17 22:44:22 -080026 depends on TTY
Linus Torvalds1da177e2005-04-16 15:20:36 -070027 ---help---
Tilman Schmidt5bf1ded2007-06-01 00:46:54 -070028 This driver allows you to use an ISDN adapter for networking
Linus Torvalds1da177e2005-04-16 15:20:36 -070029 connections and as dialin/out device. The isdn-tty's have a built
30 in AT-compatible modem emulator. Network devices support autodial,
31 channel-bundling, callback and caller-authentication without having
32 a daemon running. A reduced T.70 protocol is supported with tty's
33 suitable for German BTX. On D-Channel, the protocols EDSS1
34 (Euro-ISDN) and 1TR6 (German style) are supported. See
35 <file:Documentation/isdn/README> for more information.
36
37 ISDN support in the linux kernel is moving towards a new API,
38 called CAPI (Common ISDN Application Programming Interface).
Tilman Schmidt5bf1ded2007-06-01 00:46:54 -070039 Therefore the old ISDN4Linux layer will eventually become obsolete.
40 It is still available, though, for use with adapters that are not
41 supported by the new CAPI subsystem yet.
Linus Torvalds1da177e2005-04-16 15:20:36 -070042
Linus Torvalds1da177e2005-04-16 15:20:36 -070043source "drivers/isdn/i4l/Kconfig"
Linus Torvalds1da177e2005-04-16 15:20:36 -070044
Jan Engelhardt857038d2007-07-21 04:37:54 -070045menuconfig ISDN_CAPI
Tilman Schmidt5f67c5c2007-07-21 04:37:53 -070046 tristate "CAPI 2.0 subsystem"
Linus Torvalds1da177e2005-04-16 15:20:36 -070047 help
Tilman Schmidte5f8d9a2010-02-22 11:09:38 +000048 This provides CAPI (the Common ISDN Application Programming
49 Interface) Version 2.0, a standard making it easy for programs to
50 access ISDN hardware in a device independent way. (For details see
51 <http://www.capi.org/>.) CAPI supports making and accepting voice
52 and data connections, controlling call options and protocols,
53 as well as ISDN supplementary services like call forwarding or
54 three-party conferences (if supported by the specific hardware
55 driver).
56
57 Select this option and the appropriate hardware driver below if
58 you have an ISDN adapter supported by the CAPI subsystem.
Linus Torvalds1da177e2005-04-16 15:20:36 -070059
Jan Engelhardtdf194342007-07-17 04:04:20 -070060if ISDN_CAPI
61
Linus Torvalds1da177e2005-04-16 15:20:36 -070062source "drivers/isdn/capi/Kconfig"
63
64source "drivers/isdn/hardware/Kconfig"
65
Jan Engelhardtdf194342007-07-17 04:04:20 -070066endif # ISDN_CAPI
67
Tilman Schmidt5a1888e2009-05-13 12:44:18 +000068source "drivers/isdn/gigaset/Kconfig"
69
Tilman Schmidte5f8d9a2010-02-22 11:09:38 +000070source "drivers/isdn/hysdn/Kconfig"
71
72source "drivers/isdn/mISDN/Kconfig"
73
74config ISDN_HDLC
75 tristate
76 select CRC_CCITT
77 select BITREVERSE
78
Jan Engelhardtcf4d5f1d2007-07-17 04:04:19 -070079endif # ISDN