blob: 2690e2c5a1584103f80bd9aa37c1da49fb838fb9 [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
Masahiro Yamadaa7f7f622020-06-14 01:50:22 +090010 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
Linus Torvalds1da177e2005-04-16 15:20:36 -070024source "drivers/isdn/capi/Kconfig"
25
Tilman Schmidte5f8d9a2010-02-22 11:09:38 +000026source "drivers/isdn/mISDN/Kconfig"
27
Jan Engelhardtcf4d5f1d2007-07-17 04:04:19 -070028endif # ISDN