# SPDX-License-Identifier: GPL-2.0-only menuconfig [31mCONFIG_ISDN_CAPI[0m tristate "CAPI 2.0 subsystem" help This provides CAPI (the Common [31mCONFIG_ISDN[0m Application Programming Interface) Version 2.0, a standard making it easy for programs to access [31mCONFIG_ISDN[0m hardware in a device independent way. (For details see <http://www.capi.org/>.) CAPI supports making and accepting voice and data connections, controlling call options and protocols, as well as [31mCONFIG_ISDN[0m supplementary services like call forwarding or three-party conferences (if supported by the specific hardware driver). This subsystem requires a hardware specific driver. See CONFIG_BT_CMTP for the last remaining regular driver in the kernel that uses the CAPI subsystem. if [31mCONFIG_ISDN_CAPI[0m config [31mCONFIG_CAPI_TRACE[0m bool "CAPI trace support" 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 controller (default disabled). This will increase the size of the kernelcapi module by 20 KB. If unsure, say Y. config [31mCONFIG_ISDN_CAPI_CAPI20[0m tristate "CAPI2.0 /dev/capi20 support" 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/[31mCONFIG_M[0m here. config [31mCONFIG_ISDN_CAPI_MIDDLEWARE[0m bool "CAPI2.0 Middleware support" depends on [31mCONFIG_ISDN_CAPI_CAPI20[0m && [31mCONFIG_TTY[0m 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 [31mCONFIG_ISDN_CAPI_CAPIDRV_VERBOSE[0m bool "Verbose reason code reporting" depends on [31mCONFIG_ISDN_CAPI_CAPIDRV[0m help If you say Y here, the capidrv interface will give verbose reasons for disconnecting. This will increase the size of the kernel by 7 KB. If unsure, say N. endif |