Thomas Gleixner | ec8f24b | 2019-05-19 13:07:45 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2 | # |
| 3 | # ISDN device configuration |
| 4 | # |
| 5 | |
Jan Engelhardt | cf4d5f1d | 2007-07-17 04:04:19 -0700 | [diff] [blame] | 6 | menuconfig ISDN |
Karsten Keil | e4ac9bc | 2008-07-26 18:52:11 +0200 | [diff] [blame] | 7 | bool "ISDN support" |
Lee Jones | 7fd78ed | 2012-11-06 23:55:03 +0000 | [diff] [blame] | 8 | depends on NET && NETDEVICES |
Al Viro | 3369465 | 2011-08-18 20:11:59 +0100 | [diff] [blame] | 9 | depends on !S390 && !UML |
Masahiro Yamada | a7f7f62 | 2020-06-14 01:50:22 +0900 | [diff] [blame] | 10 | help |
Tilman Schmidt | e5f8d9a | 2010-02-22 11:09:38 +0000 | [diff] [blame] | 11 | ISDN ("Integrated Services Digital Network", called RNIS in France) |
| 12 | is a fully digital telephone service that can be used for voice and |
| 13 | data connections. If your computer is equipped with an ISDN |
| 14 | adapter you can use it to connect to your Internet service provider |
| 15 | (with SLIP or PPP) faster than via a conventional telephone modem |
| 16 | (though still much slower than with DSL) or to make and accept |
| 17 | voice calls (eg. turning your PC into a software answering machine |
| 18 | or PABX). |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 19 | |
| 20 | Select this option if you want your kernel to support ISDN. |
| 21 | |
Jan Engelhardt | cf4d5f1d | 2007-07-17 04:04:19 -0700 | [diff] [blame] | 22 | if ISDN |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 23 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 24 | source "drivers/isdn/capi/Kconfig" |
| 25 | |
Tilman Schmidt | e5f8d9a | 2010-02-22 11:09:38 +0000 | [diff] [blame] | 26 | source "drivers/isdn/mISDN/Kconfig" |
| 27 | |
Jan Engelhardt | cf4d5f1d | 2007-07-17 04:04:19 -0700 | [diff] [blame] | 28 | endif # ISDN |