Link: https://lore.kernel.org/r/20260217200002.683975158@linuxfoundation.org Tested-by: Florian Fainelli <florian.fainelli@broadcom.com> Tested-by: Takeshi Ogasawara <takeshi.ogasawara@futuring-girl.com> Tested-by: Peter Schneider <pschneider1968@googlemail.com> Tested-by: Jon Hunter <jonathanh@nvidia.com> Tested-by: Salvatore Bonaccorso <carnil@debian.org> Tested-by: Brett A C Sheffield <bacs@librecast.net> Tested-by: Mark Brown <broonie@kernel.org> Tested-by: Luna Jernberg <droidbittin@gmail.com> Tested-by: Ronald Warsow <rwarsow@gmx.de> Tested-by: Justin M. Forbes <jforbes@fedoraproject.org> Tested-by: Ron Economos <re@w6rz.net> Tested-by: Miguel Ojeda <ojeda@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
28 lines
801 B
Plaintext
28 lines
801 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
# ISDN device configuration
|
|
#
|
|
|
|
menuconfig ISDN
|
|
bool "ISDN support"
|
|
depends on NET && NETDEVICES
|
|
help
|
|
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).
|
|
|
|
Select this option if you want your kernel to support ISDN.
|
|
|
|
if ISDN
|
|
|
|
source "drivers/isdn/capi/Kconfig"
|
|
|
|
source "drivers/isdn/mISDN/Kconfig"
|
|
|
|
endif # ISDN
|