diff options
author | Jan Kiszka <jan.kiszka@web.de> | 2010-02-08 05:12:45 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-02-16 19:01:36 -0500 |
commit | 771f4c87be909ad9feb6af26424485b02deed244 (patch) | |
tree | 5a8a18fb18a5f610a48f80109c459a0ccd056703 /drivers/isdn/capi | |
parent | 79e95f4717767e9ddc4dbec5d778f0c9970eed34 (diff) |
CAPI: Remove experimental tag from middleware feature
Despite all its bugs, the middleware support of our CAPI stack was
already in use for many, many moons. And after going through its code,
fixing all issues I found, I feel it deserves to officially become a
non-experimental feature.
Signed-off-by: Jan Kiszka <jan.kiszka@web.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/isdn/capi')
-rw-r--r-- | drivers/isdn/capi/Kconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/isdn/capi/Kconfig b/drivers/isdn/capi/Kconfig index d607d465786e..a168e8a891be 100644 --- a/drivers/isdn/capi/Kconfig +++ b/drivers/isdn/capi/Kconfig | |||
@@ -17,8 +17,7 @@ config CAPI_TRACE | |||
17 | If unsure, say Y. | 17 | If unsure, say Y. |
18 | 18 | ||
19 | config ISDN_CAPI_MIDDLEWARE | 19 | config ISDN_CAPI_MIDDLEWARE |
20 | bool "CAPI2.0 Middleware support (EXPERIMENTAL)" | 20 | bool "CAPI2.0 Middleware support" |
21 | depends on EXPERIMENTAL | ||
22 | help | 21 | help |
23 | This option will enhance the capabilities of the /dev/capi20 | 22 | This option will enhance the capabilities of the /dev/capi20 |
24 | interface. It will provide a means of moving a data connection, | 23 | interface. It will provide a means of moving a data connection, |