Merge tag 'rproc-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/remoteproc...
[linux-2.6-block.git] / drivers / isdn / Kconfig
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
1da177e4
LT
2#
3# ISDN device configuration
4#
5
cf4d5f1d 6menuconfig ISDN
e4ac9bc1 7 bool "ISDN support"
7fd78edc 8 depends on NET && NETDEVICES
a7f7f624 9 help
e5f8d9ac
TS
10 ISDN ("Integrated Services Digital Network", called RNIS in France)
11 is a fully digital telephone service that can be used for voice and
12 data connections. If your computer is equipped with an ISDN
13 adapter you can use it to connect to your Internet service provider
14 (with SLIP or PPP) faster than via a conventional telephone modem
15 (though still much slower than with DSL) or to make and accept
16 voice calls (eg. turning your PC into a software answering machine
17 or PABX).
1da177e4
LT
18
19 Select this option if you want your kernel to support ISDN.
20
cf4d5f1d 21if ISDN
1da177e4 22
1da177e4
LT
23source "drivers/isdn/capi/Kconfig"
24
e5f8d9ac
TS
25source "drivers/isdn/mISDN/Kconfig"
26
cf4d5f1d 27endif # ISDN