0001 # SPDX-License-Identifier: GPL-2.0-only
0002 #
0003 # ISDN device configuration
0004 #
0005
0006 menuconfig ISDN
0007 bool "ISDN support"
0008 depends on NET && NETDEVICES
0009 depends on !S390 && !UML
0010 help
0011 ISDN ("Integrated Services Digital Network", called RNIS in France)
0012 is a fully digital telephone service that can be used for voice and
0013 data connections. If your computer is equipped with an ISDN
0014 adapter you can use it to connect to your Internet service provider
0015 (with SLIP or PPP) faster than via a conventional telephone modem
0016 (though still much slower than with DSL) or to make and accept
0017 voice calls (eg. turning your PC into a software answering machine
0018 or PABX).
0019
0020 Select this option if you want your kernel to support ISDN.
0021
0022 if ISDN
0023
0024 source "drivers/isdn/capi/Kconfig"
0025
0026 source "drivers/isdn/mISDN/Kconfig"
0027
0028 endif # ISDN