Commit 771f4c87be909ad9feb6af26424485b02deed244
Committed by
David S. Miller
1 parent
79e95f4717
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>
Showing 1 changed file with 1 additions and 2 deletions Side-by-side Diff
drivers/isdn/capi/Kconfig
... | ... | @@ -17,8 +17,7 @@ |
17 | 17 | If unsure, say Y. |
18 | 18 | |
19 | 19 | config ISDN_CAPI_MIDDLEWARE |
20 | - bool "CAPI2.0 Middleware support (EXPERIMENTAL)" | |
21 | - depends on EXPERIMENTAL | |
20 | + bool "CAPI2.0 Middleware support" | |
22 | 21 | help |
23 | 22 | This option will enhance the capabilities of the /dev/capi20 |
24 | 23 | interface. It will provide a means of moving a data connection, |