Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | config ISDN_DRV_AVMB1_VERBOSE_REASON |
Karsten Keil | 17f0cd2 | 2007-02-28 20:13:50 -0800 | [diff] [blame] | 2 | bool "Verbose reason code reporting" |
Karsten Keil | 17f0cd2 | 2007-02-28 20:13:50 -0800 | [diff] [blame] | 3 | default y |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4 | help |
Karsten Keil | 17f0cd2 | 2007-02-28 20:13:50 -0800 | [diff] [blame] | 5 | If you say Y here, the CAPI drivers will give verbose reasons for |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 6 | disconnecting. This will increase the size of the kernel by 7 KB. If |
| 7 | unsure, say Y. |
| 8 | |
Karsten Keil | 17f0cd2 | 2007-02-28 20:13:50 -0800 | [diff] [blame] | 9 | config CAPI_TRACE |
| 10 | bool "CAPI trace support" |
Karsten Keil | 17f0cd2 | 2007-02-28 20:13:50 -0800 | [diff] [blame] | 11 | default y |
| 12 | help |
| 13 | If you say Y here, the kernelcapi driver can make verbose traces |
| 14 | of CAPI messages. This feature can be enabled/disabled via IOCTL for |
Matt LaPlante | a982ac0 | 2007-05-09 07:35:06 +0200 | [diff] [blame] | 15 | every controller (default disabled). |
Karsten Keil | 17f0cd2 | 2007-02-28 20:13:50 -0800 | [diff] [blame] | 16 | This will increase the size of the kernelcapi module by 20 KB. |
| 17 | If unsure, say Y. |
| 18 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 19 | config ISDN_CAPI_MIDDLEWARE |
Jan Kiszka | 771f4c8 | 2010-02-08 10:12:45 +0000 | [diff] [blame] | 20 | bool "CAPI2.0 Middleware support" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 21 | help |
| 22 | This option will enhance the capabilities of the /dev/capi20 |
| 23 | interface. It will provide a means of moving a data connection, |
| 24 | established via the usual /dev/capi20 interface to a special tty |
| 25 | device. If you want to use pppd with pppdcapiplugin to dial up to |
| 26 | your ISP, say Y here. |
| 27 | |
| 28 | config ISDN_CAPI_CAPI20 |
| 29 | tristate "CAPI2.0 /dev/capi support" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 30 | help |
| 31 | This option will provide the CAPI 2.0 interface to userspace |
| 32 | applications via /dev/capi20. Applications should use the |
| 33 | standardized libcapi20 to access this functionality. You should say |
| 34 | Y/M here. |
| 35 | |
| 36 | config ISDN_CAPI_CAPIFS_BOOL |
Jan Kiszka | 79e95f4 | 2010-02-08 10:12:44 +0000 | [diff] [blame] | 37 | bool "CAPI2.0 filesystem support (DEPRECATED)" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 38 | depends on ISDN_CAPI_MIDDLEWARE && ISDN_CAPI_CAPI20 |
Jan Kiszka | 79e95f4 | 2010-02-08 10:12:44 +0000 | [diff] [blame] | 39 | help |
| 40 | This option provides a special file system, similar to /dev/pts with |
| 41 | device nodes for the special ttys established by using the |
| 42 | middleware extension above. |
| 43 | You no longer need this, udev fully replaces it. This feature is |
| 44 | scheduled for removal. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 45 | |
| 46 | config ISDN_CAPI_CAPIFS |
| 47 | tristate |
| 48 | depends on ISDN_CAPI_CAPIFS_BOOL |
| 49 | default ISDN_CAPI_CAPI20 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 50 | |
| 51 | config ISDN_CAPI_CAPIDRV |
| 52 | tristate "CAPI2.0 capidrv interface support" |
Jan Engelhardt | df19434 | 2007-07-17 04:04:20 -0700 | [diff] [blame] | 53 | depends on ISDN_I4L |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 54 | help |
| 55 | This option provides the glue code to hook up CAPI driven cards to |
| 56 | the legacy isdn4linux link layer. If you have a card which is |
| 57 | supported by a CAPI driver, but still want to use old features like |
| 58 | ippp interfaces or ttyI emulation, say Y/M here. |