diff options
Diffstat (limited to 'drivers/isdn/capi/Kconfig')
-rw-r--r-- | drivers/isdn/capi/Kconfig | 20 |
1 files changed, 8 insertions, 12 deletions
diff --git a/drivers/isdn/capi/Kconfig b/drivers/isdn/capi/Kconfig index e1afd60924fb..a168e8a891be 100644 --- a/drivers/isdn/capi/Kconfig +++ b/drivers/isdn/capi/Kconfig | |||
@@ -1,6 +1,3 @@ | |||
1 | # | ||
2 | # Config.in for the CAPI subsystem | ||
3 | # | ||
4 | config ISDN_DRV_AVMB1_VERBOSE_REASON | 1 | config ISDN_DRV_AVMB1_VERBOSE_REASON |
5 | bool "Verbose reason code reporting" | 2 | bool "Verbose reason code reporting" |
6 | default y | 3 | default y |
@@ -20,8 +17,7 @@ config CAPI_TRACE | |||
20 | If unsure, say Y. | 17 | If unsure, say Y. |
21 | 18 | ||
22 | config ISDN_CAPI_MIDDLEWARE | 19 | config ISDN_CAPI_MIDDLEWARE |
23 | bool "CAPI2.0 Middleware support (EXPERIMENTAL)" | 20 | bool "CAPI2.0 Middleware support" |
24 | depends on EXPERIMENTAL | ||
25 | help | 21 | help |
26 | This option will enhance the capabilities of the /dev/capi20 | 22 | This option will enhance the capabilities of the /dev/capi20 |
27 | interface. It will provide a means of moving a data connection, | 23 | interface. It will provide a means of moving a data connection, |
@@ -38,18 +34,19 @@ config ISDN_CAPI_CAPI20 | |||
38 | Y/M here. | 34 | Y/M here. |
39 | 35 | ||
40 | config ISDN_CAPI_CAPIFS_BOOL | 36 | config ISDN_CAPI_CAPIFS_BOOL |
41 | bool "CAPI2.0 filesystem support" | 37 | bool "CAPI2.0 filesystem support (DEPRECATED)" |
42 | depends on ISDN_CAPI_MIDDLEWARE && ISDN_CAPI_CAPI20 | 38 | depends on ISDN_CAPI_MIDDLEWARE && ISDN_CAPI_CAPI20 |
39 | help | ||
40 | This option provides a special file system, similar to /dev/pts with | ||
41 | device nodes for the special ttys established by using the | ||
42 | middleware extension above. | ||
43 | You no longer need this, udev fully replaces it. This feature is | ||
44 | scheduled for removal. | ||
43 | 45 | ||
44 | config ISDN_CAPI_CAPIFS | 46 | config ISDN_CAPI_CAPIFS |
45 | tristate | 47 | tristate |
46 | depends on ISDN_CAPI_CAPIFS_BOOL | 48 | depends on ISDN_CAPI_CAPIFS_BOOL |
47 | default ISDN_CAPI_CAPI20 | 49 | 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 | 50 | ||
54 | config ISDN_CAPI_CAPIDRV | 51 | config ISDN_CAPI_CAPIDRV |
55 | tristate "CAPI2.0 capidrv interface support" | 52 | tristate "CAPI2.0 capidrv interface support" |
@@ -59,4 +56,3 @@ config ISDN_CAPI_CAPIDRV | |||
59 | the legacy isdn4linux link layer. If you have a card which is | 56 | 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 | 57 | supported by a CAPI driver, but still want to use old features like |
61 | ippp interfaces or ttyI emulation, say Y/M here. | 58 | ippp interfaces or ttyI emulation, say Y/M here. |
62 | |||