aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/isdn/gigaset
diff options
context:
space:
mode:
authorTilman Schmidt <tilman@imap.cc>2010-07-05 10:19:30 -0400
committerDavid S. Miller <davem@davemloft.net>2010-07-07 19:57:56 -0400
commitd9bed6bbd4f2a0120c93fed68605950651e1f225 (patch)
tree2a78fb9a7934268a06ad1482ee5f18ff1f02478b /drivers/isdn/gigaset
parent29124c70d779c89e04289468f437c093eb0811df (diff)
isdn/gigaset: remove EXPERIMENTAL tag from GIGASET_CAPI
The CAPI variant of the Gigaset drivers can, in combination with capidrv, now fully replace the legacy ISDN4Linux variant. All reported problems have been fixed. So remove the EXPERIMENTAL tag from the Kconfig option selecting it, and adapt the documentation accordingly to encourage users to switch to it. Impact: documentation/status update, no functional change Signed-off-by: Tilman Schmidt <tilman@imap.cc> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/isdn/gigaset')
-rw-r--r--drivers/isdn/gigaset/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/isdn/gigaset/Kconfig b/drivers/isdn/gigaset/Kconfig
index dcefedc7044a..b18a92c32184 100644
--- a/drivers/isdn/gigaset/Kconfig
+++ b/drivers/isdn/gigaset/Kconfig
@@ -17,8 +17,7 @@ menuconfig ISDN_DRV_GIGASET
17if ISDN_DRV_GIGASET 17if ISDN_DRV_GIGASET
18 18
19config GIGASET_CAPI 19config GIGASET_CAPI
20 bool "Gigaset CAPI support (EXPERIMENTAL)" 20 bool "Gigaset CAPI support"
21 depends on EXPERIMENTAL
22 depends on ISDN_CAPI='y'||(ISDN_CAPI='m'&&ISDN_DRV_GIGASET='m') 21 depends on ISDN_CAPI='y'||(ISDN_CAPI='m'&&ISDN_DRV_GIGASET='m')
23 default ISDN_I4L='n' 22 default ISDN_I4L='n'
24 help 23 help
@@ -27,6 +26,7 @@ config GIGASET_CAPI
27 subsystem you'll have to enable the capidrv glue driver. 26 subsystem you'll have to enable the capidrv glue driver.
28 (select ISDN_CAPI_CAPIDRV.) 27 (select ISDN_CAPI_CAPIDRV.)
29 Say N to build the old native ISDN4Linux variant. 28 Say N to build the old native ISDN4Linux variant.
29 If unsure, say Y.
30 30
31config GIGASET_I4L 31config GIGASET_I4L
32 bool 32 bool