blob: d607d465786ef7c28e42e64e4fcf8a8147bb6ae0 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001config ISDN_DRV_AVMB1_VERBOSE_REASON
Karsten Keil17f0cd22007-02-28 20:13:50 -08002 bool "Verbose reason code reporting"
Karsten Keil17f0cd22007-02-28 20:13:50 -08003 default y
Linus Torvalds1da177e2005-04-16 15:20:36 -07004 help
Karsten Keil17f0cd22007-02-28 20:13:50 -08005 If you say Y here, the CAPI drivers will give verbose reasons for
Linus Torvalds1da177e2005-04-16 15:20:36 -07006 disconnecting. This will increase the size of the kernel by 7 KB. If
7 unsure, say Y.
8
Karsten Keil17f0cd22007-02-28 20:13:50 -08009config CAPI_TRACE
10 bool "CAPI trace support"
Karsten Keil17f0cd22007-02-28 20:13:50 -080011 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 LaPlantea982ac02007-05-09 07:35:06 +020015 every controller (default disabled).
Karsten Keil17f0cd22007-02-28 20:13:50 -080016 This will increase the size of the kernelcapi module by 20 KB.
17 If unsure, say Y.
18
Linus Torvalds1da177e2005-04-16 15:20:36 -070019config ISDN_CAPI_MIDDLEWARE
20 bool "CAPI2.0 Middleware support (EXPERIMENTAL)"
Jan Engelhardtdf194342007-07-17 04:04:20 -070021 depends on EXPERIMENTAL
Linus Torvalds1da177e2005-04-16 15:20:36 -070022 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
29config ISDN_CAPI_CAPI20
30 tristate "CAPI2.0 /dev/capi support"
Linus Torvalds1da177e2005-04-16 15:20:36 -070031 help
32 This option will provide the CAPI 2.0 interface to userspace
33 applications via /dev/capi20. Applications should use the
34 standardized libcapi20 to access this functionality. You should say
35 Y/M here.
36
37config ISDN_CAPI_CAPIFS_BOOL
Jan Kiszka79e95f42010-02-08 10:12:44 +000038 bool "CAPI2.0 filesystem support (DEPRECATED)"
Linus Torvalds1da177e2005-04-16 15:20:36 -070039 depends on ISDN_CAPI_MIDDLEWARE && ISDN_CAPI_CAPI20
Jan Kiszka79e95f42010-02-08 10:12:44 +000040 help
41 This option provides a special file system, similar to /dev/pts with
42 device nodes for the special ttys established by using the
43 middleware extension above.
44 You no longer need this, udev fully replaces it. This feature is
45 scheduled for removal.
Linus Torvalds1da177e2005-04-16 15:20:36 -070046
47config ISDN_CAPI_CAPIFS
48 tristate
49 depends on ISDN_CAPI_CAPIFS_BOOL
50 default ISDN_CAPI_CAPI20
Linus Torvalds1da177e2005-04-16 15:20:36 -070051
52config ISDN_CAPI_CAPIDRV
53 tristate "CAPI2.0 capidrv interface support"
Jan Engelhardtdf194342007-07-17 04:04:20 -070054 depends on ISDN_I4L
Linus Torvalds1da177e2005-04-16 15:20:36 -070055 help
56 This option provides the glue code to hook up CAPI driven cards to
57 the legacy isdn4linux link layer. If you have a card which is
58 supported by a CAPI driver, but still want to use old features like
59 ippp interfaces or ttyI emulation, say Y/M here.