aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/isdn/capi/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/isdn/capi/Kconfig')
-rw-r--r--drivers/isdn/capi/Kconfig18
1 files changed, 9 insertions, 9 deletions
diff --git a/drivers/isdn/capi/Kconfig b/drivers/isdn/capi/Kconfig
index 9816c51eb5c2..7641b3096ea6 100644
--- a/drivers/isdn/capi/Kconfig
+++ b/drivers/isdn/capi/Kconfig
@@ -1,11 +1,3 @@
1config ISDN_DRV_AVMB1_VERBOSE_REASON
2 bool "Verbose reason code reporting"
3 default y
4 help
5 If you say Y here, the CAPI drivers will give verbose reasons for
6 disconnecting. This will increase the size of the kernel by 7 KB. If
7 unsure, say Y.
8
9config CAPI_TRACE 1config CAPI_TRACE
10 bool "CAPI trace support" 2 bool "CAPI trace support"
11 default y 3 default y
@@ -17,7 +9,7 @@ config CAPI_TRACE
17 If unsure, say Y. 9 If unsure, say Y.
18 10
19config ISDN_CAPI_CAPI20 11config ISDN_CAPI_CAPI20
20 tristate "CAPI2.0 /dev/capi support" 12 tristate "CAPI2.0 /dev/capi20 support"
21 help 13 help
22 This option will provide the CAPI 2.0 interface to userspace 14 This option will provide the CAPI 2.0 interface to userspace
23 applications via /dev/capi20. Applications should use the 15 applications via /dev/capi20. Applications should use the
@@ -42,3 +34,11 @@ config ISDN_CAPI_CAPIDRV
42 the legacy isdn4linux link layer. If you have a card which is 34 the legacy isdn4linux link layer. If you have a card which is
43 supported by a CAPI driver, but still want to use old features like 35 supported by a CAPI driver, but still want to use old features like
44 ippp interfaces or ttyI emulation, say Y/M here. 36 ippp interfaces or ttyI emulation, say Y/M here.
37
38config 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.