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