Kconfig 2.2 KB
Newer Older
L
Linus Torvalds 已提交
1 2 3 4
#
# Config.in for the CAPI subsystem
#
config ISDN_DRV_AVMB1_VERBOSE_REASON
5
	bool "Verbose reason code reporting"
L
Linus Torvalds 已提交
6
	depends on ISDN_CAPI
7
	default y
L
Linus Torvalds 已提交
8
	help
9
	  If you say Y here, the CAPI drivers will give verbose reasons for
L
Linus Torvalds 已提交
10 11 12
	  disconnecting. This will increase the size of the kernel by 7 KB. If
	  unsure, say Y.

13 14 15 16 17 18 19 20 21 22 23
config CAPI_TRACE
	bool "CAPI trace support"
	depends on ISDN_CAPI
	default y
	help
	  If you say Y here, the kernelcapi driver can make verbose traces
	  of CAPI messages. This feature can be enabled/disabled via IOCTL for
	  every controler (default disabled).
	  This will increase the size of the kernelcapi module by 20 KB.
	  If unsure, say Y.

L
Linus Torvalds 已提交
24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65
config ISDN_CAPI_MIDDLEWARE
	bool "CAPI2.0 Middleware support (EXPERIMENTAL)"
	depends on ISDN_CAPI && EXPERIMENTAL
	help
	  This option will enhance the capabilities of the /dev/capi20
	  interface.  It will provide a means of moving a data connection,
	  established via the usual /dev/capi20 interface to a special tty
	  device.  If you want to use pppd with pppdcapiplugin to dial up to
	  your ISP, say Y here.

config ISDN_CAPI_CAPI20
	tristate "CAPI2.0 /dev/capi support"
	depends on ISDN_CAPI
	help
	  This option will provide the CAPI 2.0 interface to userspace
	  applications via /dev/capi20. Applications should use the
	  standardized libcapi20 to access this functionality.  You should say
	  Y/M here.

config ISDN_CAPI_CAPIFS_BOOL
	bool "CAPI2.0 filesystem support"
	depends on ISDN_CAPI_MIDDLEWARE && ISDN_CAPI_CAPI20

config ISDN_CAPI_CAPIFS
	tristate
	depends on ISDN_CAPI_CAPIFS_BOOL
	default ISDN_CAPI_CAPI20
	help
	  This option provides a special file system, similar to /dev/pts with
	  device nodes for the special ttys established by using the
	  middleware extension above. If you want to use pppd with
	  pppdcapiplugin to dial up to your ISP, say Y here.

config ISDN_CAPI_CAPIDRV
	tristate "CAPI2.0 capidrv interface support"
	depends on ISDN_CAPI && ISDN_I4L
	help
	  This option provides the glue code to hook up CAPI driven cards to
	  the legacy isdn4linux link layer.  If you have a card which is
	  supported by a CAPI driver, but still want to use old features like
	  ippp interfaces or ttyI emulation, say Y/M here.