| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | # | 
|  | 2 | # ISDN device configuration | 
|  | 3 | # | 
|  | 4 |  | 
| Jan Engelhardt | cf4d5f1 | 2007-07-17 04:04:19 -0700 | [diff] [blame] | 5 | menuconfig ISDN | 
| Karsten Keil | e4ac9bc | 2008-07-26 18:52:11 +0200 | [diff] [blame] | 6 | bool "ISDN support" | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 7 | depends on NET | 
| Jan Engelhardt | cf4d5f1 | 2007-07-17 04:04:19 -0700 | [diff] [blame] | 8 | depends on !S390 | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 9 | ---help--- | 
|  | 10 | ISDN ("Integrated Services Digital Networks", called RNIS in France) | 
|  | 11 | is a special type of fully digital telephone service; it's mostly | 
|  | 12 | used to connect to your Internet service provider (with SLIP or | 
|  | 13 | PPP).  The main advantage is that the speed is higher than ordinary | 
|  | 14 | modem/telephone connections, and that you can have voice | 
|  | 15 | conversations while downloading stuff.  It only works if your | 
|  | 16 | computer is equipped with an ISDN card and both you and your service | 
|  | 17 | provider purchased an ISDN line from the phone company.  For | 
|  | 18 | details, read <http://www.alumni.caltech.edu/~dank/isdn/> on the WWW. | 
|  | 19 |  | 
|  | 20 | Select this option if you want your kernel to support ISDN. | 
|  | 21 |  | 
| Jan Engelhardt | cf4d5f1 | 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 |  | 
| Jan Engelhardt | 857038d | 2007-07-21 04:37:54 -0700 | [diff] [blame] | 24 | menuconfig ISDN_I4L | 
| Tilman Schmidt | 5bf1ded | 2007-06-01 00:46:54 -0700 | [diff] [blame] | 25 | tristate "Old ISDN4Linux (deprecated)" | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 26 | ---help--- | 
| Tilman Schmidt | 5bf1ded | 2007-06-01 00:46:54 -0700 | [diff] [blame] | 27 | This driver allows you to use an ISDN adapter for networking | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 28 | connections and as dialin/out device.  The isdn-tty's have a built | 
|  | 29 | in AT-compatible modem emulator.  Network devices support autodial, | 
|  | 30 | channel-bundling, callback and caller-authentication without having | 
|  | 31 | a daemon running.  A reduced T.70 protocol is supported with tty's | 
|  | 32 | suitable for German BTX.  On D-Channel, the protocols EDSS1 | 
|  | 33 | (Euro-ISDN) and 1TR6 (German style) are supported.  See | 
|  | 34 | <file:Documentation/isdn/README> for more information. | 
|  | 35 |  | 
|  | 36 | ISDN support in the linux kernel is moving towards a new API, | 
|  | 37 | called CAPI (Common ISDN Application Programming Interface). | 
| Tilman Schmidt | 5bf1ded | 2007-06-01 00:46:54 -0700 | [diff] [blame] | 38 | Therefore the old ISDN4Linux layer will eventually become obsolete. | 
|  | 39 | It is still available, though, for use with adapters that are not | 
|  | 40 | supported by the new CAPI subsystem yet. | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 41 |  | 
| Karsten Keil | cb3824b | 2009-07-08 14:21:12 +0200 | [diff] [blame] | 42 | source "drivers/isdn/mISDN/Kconfig" | 
|  | 43 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 44 | source "drivers/isdn/i4l/Kconfig" | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 45 |  | 
| Jan Engelhardt | 857038d | 2007-07-21 04:37:54 -0700 | [diff] [blame] | 46 | menuconfig ISDN_CAPI | 
| Tilman Schmidt | 5f67c5c | 2007-07-21 04:37:53 -0700 | [diff] [blame] | 47 | tristate "CAPI 2.0 subsystem" | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 48 | help | 
|  | 49 | This provides the CAPI (Common ISDN Application Programming | 
|  | 50 | Interface, a standard making it easy for programs to access ISDN | 
|  | 51 | hardware, see <http://www.capi.org/>.  This is needed for AVM's set | 
|  | 52 | of active ISDN controllers like B1, T1, M1. | 
|  | 53 |  | 
| Jan Engelhardt | df19434 | 2007-07-17 04:04:20 -0700 | [diff] [blame] | 54 | if ISDN_CAPI | 
|  | 55 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 56 | source "drivers/isdn/capi/Kconfig" | 
|  | 57 |  | 
|  | 58 | source "drivers/isdn/hardware/Kconfig" | 
|  | 59 |  | 
| Jan Engelhardt | df19434 | 2007-07-17 04:04:20 -0700 | [diff] [blame] | 60 | endif # ISDN_CAPI | 
|  | 61 |  | 
| Tilman Schmidt | 5a1888e | 2009-05-13 12:44:18 +0000 | [diff] [blame] | 62 | source "drivers/isdn/gigaset/Kconfig" | 
|  | 63 |  | 
| Jan Engelhardt | cf4d5f1 | 2007-07-17 04:04:19 -0700 | [diff] [blame] | 64 | endif # ISDN |