Karsten Keil | 17f0cd2 | 2007-02-28 20:13:50 -0800 | [diff] [blame] | 1 | config CAPI_TRACE |
| 2 | bool "CAPI trace support" |
Karsten Keil | 17f0cd2 | 2007-02-28 20:13:50 -0800 | [diff] [blame] | 3 | default y |
| 4 | help |
| 5 | If you say Y here, the kernelcapi driver can make verbose traces |
| 6 | of CAPI messages. This feature can be enabled/disabled via IOCTL for |
Matt LaPlante | a982ac0 | 2007-05-09 07:35:06 +0200 | [diff] [blame] | 7 | every controller (default disabled). |
Karsten Keil | 17f0cd2 | 2007-02-28 20:13:50 -0800 | [diff] [blame] | 8 | This will increase the size of the kernelcapi module by 20 KB. |
| 9 | If unsure, say Y. |
| 10 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 11 | config ISDN_CAPI_CAPI20 |
Paul Bolle | d1cadce | 2014-06-01 23:47:24 +0200 | [diff] [blame] | 12 | tristate "CAPI2.0 /dev/capi20 support" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 13 | help |
| 14 | This option will provide the CAPI 2.0 interface to userspace |
| 15 | applications via /dev/capi20. Applications should use the |
| 16 | standardized libcapi20 to access this functionality. You should say |
| 17 | Y/M here. |
| 18 | |
Paul Bolle | d1958f8 | 2014-03-16 18:44:21 +0100 | [diff] [blame] | 19 | config ISDN_CAPI_MIDDLEWARE |
| 20 | bool "CAPI2.0 Middleware support" |
| 21 | depends on ISDN_CAPI_CAPI20 && TTY |
| 22 | help |
| 23 | This option will enhance the capabilities of the /dev/capi20 |
| 24 | interface. It will provide a means of moving a data connection, |
| 25 | established via the usual /dev/capi20 interface to a special tty |
| 26 | device. If you want to use pppd with pppdcapiplugin to dial up to |
| 27 | your ISP, say Y here. |
| 28 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 29 | config ISDN_CAPI_CAPIDRV |
| 30 | tristate "CAPI2.0 capidrv interface support" |
Jan Engelhardt | df19434 | 2007-07-17 04:04:20 -0700 | [diff] [blame] | 31 | depends on ISDN_I4L |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 32 | help |
| 33 | This option provides the glue code to hook up CAPI driven cards to |
| 34 | the legacy isdn4linux link layer. If you have a card which is |
| 35 | supported by a CAPI driver, but still want to use old features like |
| 36 | ippp interfaces or ttyI emulation, say Y/M here. |
Paul Bolle | a79f5d2 | 2014-06-01 23:47:24 +0200 | [diff] [blame] | 37 | |
| 38 | config ISDN_CAPI_CAPIDRV_VERBOSE |
| 39 | bool "Verbose reason code reporting" |
| 40 | depends on ISDN_CAPI_CAPIDRV |
| 41 | help |
| 42 | If you say Y here, the capidrv interface will give verbose reasons |
| 43 | for disconnecting. This will increase the size of the kernel by 7 KB. |
| 44 | If unsure, say N. |