Skip to content

Commit

Permalink
CAPI: Remove experimental tag from middleware feature
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jan Kiszka authored and David S. Miller committed Feb 17, 2010
1 parent 79e95f4 commit 771f4c8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions drivers/isdn/capi/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 771f4c8

Please sign in to comment.