brintos

brintos / linux-shallow public Read only

0
0
Text · 801 B · 6fd1b3f Raw
28 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2#3# ISDN device configuration4#5 6menuconfig ISDN7	bool "ISDN support"8	depends on NET && NETDEVICES9	help10	  ISDN ("Integrated Services Digital Network", called RNIS in France)11	  is a fully digital telephone service that can be used for voice and12	  data connections.  If your computer is equipped with an ISDN13	  adapter you can use it to connect to your Internet service provider14	  (with SLIP or PPP) faster than via a conventional telephone modem15	  (though still much slower than with DSL) or to make and accept16	  voice calls (eg. turning your PC into a software answering machine17	  or PABX).18 19	  Select this option if you want your kernel to support ISDN.20 21if ISDN22 23source "drivers/isdn/capi/Kconfig"24 25source "drivers/isdn/mISDN/Kconfig"26 27endif # ISDN28