diff options
author | Jan Kiszka <jan.kiszka@web.de> | 2010-02-08 10:12:45 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-02-16 16:01:36 -0800 |
commit | 771f4c87be909ad9feb6af26424485b02deed244 (patch) | |
tree | 5a8a18fb18a5f610a48f80109c459a0ccd056703 /drivers/isdn | |
parent | 79e95f4717767e9ddc4dbec5d778f0c9970eed34 (diff) | |
download | linux-stable-771f4c87be909ad9feb6af26424485b02deed244.tar.gz linux-stable-771f4c87be909ad9feb6af26424485b02deed244.tar.bz2 linux-stable-771f4c87be909ad9feb6af26424485b02deed244.zip |
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')
-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 If unsure, say Y. config ISDN_CAPI_MIDDLEWARE - bool "CAPI2.0 Middleware support (EXPERIMENTAL)" - depends on EXPERIMENTAL + bool "CAPI2.0 Middleware support" help This option will enhance the capabilities of the /dev/capi20 interface. It will provide a means of moving a data connection, |