| 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 | 
| Al Viro | 3369465 | 2011-08-18 20:11:59 +0100 | [diff] [blame] | 8 | 	depends on !S390 && !UML | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 9 | 	---help--- | 
| Tilman Schmidt | e5f8d9a | 2010-02-22 11:09:38 +0000 | [diff] [blame] | 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). | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 18 |  | 
 | 19 | 	  Select this option if you want your kernel to support ISDN. | 
 | 20 |  | 
| Jan Engelhardt | cf4d5f1 | 2007-07-17 04:04:19 -0700 | [diff] [blame] | 21 | if ISDN | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 22 |  | 
| Jan Engelhardt | 857038d | 2007-07-21 04:37:54 -0700 | [diff] [blame] | 23 | menuconfig ISDN_I4L | 
| Tilman Schmidt | 5bf1ded | 2007-06-01 00:46:54 -0700 | [diff] [blame] | 24 | 	tristate "Old ISDN4Linux (deprecated)" | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 25 | 	---help--- | 
| Tilman Schmidt | 5bf1ded | 2007-06-01 00:46:54 -0700 | [diff] [blame] | 26 | 	  This driver allows you to use an ISDN adapter for networking | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 27 | 	  connections and as dialin/out device.  The isdn-tty's have a built | 
 | 28 | 	  in AT-compatible modem emulator.  Network devices support autodial, | 
 | 29 | 	  channel-bundling, callback and caller-authentication without having | 
 | 30 | 	  a daemon running.  A reduced T.70 protocol is supported with tty's | 
 | 31 | 	  suitable for German BTX.  On D-Channel, the protocols EDSS1 | 
 | 32 | 	  (Euro-ISDN) and 1TR6 (German style) are supported.  See | 
 | 33 | 	  <file:Documentation/isdn/README> for more information. | 
 | 34 |  | 
 | 35 | 	  ISDN support in the linux kernel is moving towards a new API, | 
 | 36 | 	  called CAPI (Common ISDN Application Programming Interface). | 
| Tilman Schmidt | 5bf1ded | 2007-06-01 00:46:54 -0700 | [diff] [blame] | 37 | 	  Therefore the old ISDN4Linux layer will eventually become obsolete. | 
 | 38 | 	  It is still available, though, for use with adapters that are not | 
 | 39 | 	  supported by the new CAPI subsystem yet. | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 40 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 41 | source "drivers/isdn/i4l/Kconfig" | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 42 |  | 
| Jan Engelhardt | 857038d | 2007-07-21 04:37:54 -0700 | [diff] [blame] | 43 | menuconfig ISDN_CAPI | 
| Tilman Schmidt | 5f67c5c | 2007-07-21 04:37:53 -0700 | [diff] [blame] | 44 | 	tristate "CAPI 2.0 subsystem" | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 45 | 	help | 
| Tilman Schmidt | e5f8d9a | 2010-02-22 11:09:38 +0000 | [diff] [blame] | 46 | 	  This provides CAPI (the Common ISDN Application Programming | 
 | 47 | 	  Interface) Version 2.0, a standard making it easy for programs to | 
 | 48 | 	  access ISDN hardware in a device independent way. (For details see | 
 | 49 | 	  <http://www.capi.org/>.)  CAPI supports making and accepting voice | 
 | 50 | 	  and data connections, controlling call options and protocols, | 
 | 51 | 	  as well as ISDN supplementary services like call forwarding or | 
 | 52 | 	  three-party conferences (if supported by the specific hardware | 
 | 53 | 	  driver). | 
 | 54 |  | 
 | 55 | 	  Select this option and the appropriate hardware driver below if | 
 | 56 | 	  you have an ISDN adapter supported by the CAPI subsystem. | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 57 |  | 
| Jan Engelhardt | df19434 | 2007-07-17 04:04:20 -0700 | [diff] [blame] | 58 | if ISDN_CAPI | 
 | 59 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 60 | source "drivers/isdn/capi/Kconfig" | 
 | 61 |  | 
 | 62 | source "drivers/isdn/hardware/Kconfig" | 
 | 63 |  | 
| Jan Engelhardt | df19434 | 2007-07-17 04:04:20 -0700 | [diff] [blame] | 64 | endif # ISDN_CAPI | 
 | 65 |  | 
| Tilman Schmidt | 5a1888e | 2009-05-13 12:44:18 +0000 | [diff] [blame] | 66 | source "drivers/isdn/gigaset/Kconfig" | 
 | 67 |  | 
| Tilman Schmidt | e5f8d9a | 2010-02-22 11:09:38 +0000 | [diff] [blame] | 68 | source "drivers/isdn/hysdn/Kconfig" | 
 | 69 |  | 
 | 70 | source "drivers/isdn/mISDN/Kconfig" | 
 | 71 |  | 
 | 72 | config ISDN_HDLC | 
 | 73 | 	tristate | 
 | 74 | 	select CRC_CCITT | 
 | 75 | 	select BITREVERSE | 
 | 76 |  | 
| Jan Engelhardt | cf4d5f1 | 2007-07-17 04:04:19 -0700 | [diff] [blame] | 77 | endif # ISDN |