2019-05-19 20:07:45 +08:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2005-04-17 06:20:36 +08:00
|
|
|
#
|
|
|
|
# ISDN device configuration
|
|
|
|
#
|
|
|
|
|
2007-07-17 19:04:19 +08:00
|
|
|
menuconfig ISDN
|
2008-07-27 00:52:11 +08:00
|
|
|
bool "ISDN support"
|
2012-11-07 07:55:03 +08:00
|
|
|
depends on NET && NETDEVICES
|
2020-06-14 00:50:22 +08:00
|
|
|
help
|
2010-02-22 19:09:38 +08:00
|
|
|
ISDN ("Integrated Services Digital Network", called RNIS in France)
|
|
|
|
is a fully digital telephone service that can be used for voice and
|
|
|
|
data connections. If your computer is equipped with an ISDN
|
|
|
|
adapter you can use it to connect to your Internet service provider
|
|
|
|
(with SLIP or PPP) faster than via a conventional telephone modem
|
|
|
|
(though still much slower than with DSL) or to make and accept
|
|
|
|
voice calls (eg. turning your PC into a software answering machine
|
|
|
|
or PABX).
|
2005-04-17 06:20:36 +08:00
|
|
|
|
|
|
|
Select this option if you want your kernel to support ISDN.
|
|
|
|
|
2007-07-17 19:04:19 +08:00
|
|
|
if ISDN
|
2005-04-17 06:20:36 +08:00
|
|
|
|
|
|
|
source "drivers/isdn/capi/Kconfig"
|
|
|
|
|
2010-02-22 19:09:38 +08:00
|
|
|
source "drivers/isdn/mISDN/Kconfig"
|
|
|
|
|
2007-07-17 19:04:19 +08:00
|
|
|
endif # ISDN
|