aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKees Cook <keescook@chromium.org>2013-01-16 21:53:40 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-01-21 17:52:43 -0500
commit653549f2099df625468133ebcec3622688567bcd (patch)
tree73ce56834da10fe532d560b73c37fe281e3d848b
parenta446e219379ca5b5a5f46032449f111b0b710d0b (diff)
drivers/isdn/hisax: remove depends on CONFIG_EXPERIMENTAL
The CONFIG_EXPERIMENTAL config item has not carried much meaning for a while now and is almost always enabled by default. As agreed during the Linux kernel summit, remove it from any "depends on" lines in Kconfigs. CC: Karsten Keil <isdn@linux-pingi.de> Signed-off-by: Kees Cook <keescook@chromium.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/isdn/hisax/Kconfig15
1 files changed, 7 insertions, 8 deletions
diff --git a/drivers/isdn/hisax/Kconfig b/drivers/isdn/hisax/Kconfig
index 70ecd0c19500..5313c9ea44dc 100644
--- a/drivers/isdn/hisax/Kconfig
+++ b/drivers/isdn/hisax/Kconfig
@@ -389,8 +389,8 @@ config HISAX_TELES_CS
389comment "HiSax sub driver modules" 389comment "HiSax sub driver modules"
390 390
391config HISAX_ST5481 391config HISAX_ST5481
392 tristate "ST5481 USB ISDN modem (EXPERIMENTAL)" 392 tristate "ST5481 USB ISDN modem"
393 depends on USB && EXPERIMENTAL 393 depends on USB
394 select ISDN_HDLC 394 select ISDN_HDLC
395 select CRC_CCITT 395 select CRC_CCITT
396 select BITREVERSE 396 select BITREVERSE
@@ -399,20 +399,19 @@ config HISAX_ST5481
399 e.g. the BeWan Gazel 128 USB 399 e.g. the BeWan Gazel 128 USB
400 400
401config HISAX_HFCUSB 401config HISAX_HFCUSB
402 tristate "HFC USB based ISDN modems (EXPERIMENTAL)" 402 tristate "HFC USB based ISDN modems"
403 depends on USB && EXPERIMENTAL 403 depends on USB
404 help 404 help
405 This enables the driver for HFC USB based ISDN modems. 405 This enables the driver for HFC USB based ISDN modems.
406 406
407config HISAX_HFC4S8S 407config HISAX_HFC4S8S
408 tristate "HFC-4S/8S based ISDN cards (EXPERIMENTAL)" 408 tristate "HFC-4S/8S based ISDN cards"
409 depends on EXPERIMENTAL
410 help 409 help
411 This enables the driver for HFC-4S/8S based ISDN cards. 410 This enables the driver for HFC-4S/8S based ISDN cards.
412 411
413config HISAX_FRITZ_PCIPNP 412config HISAX_FRITZ_PCIPNP
414 tristate "AVM Fritz!Card PCI/PCIv2/PnP support (EXPERIMENTAL)" 413 tristate "AVM Fritz!Card PCI/PCIv2/PnP support"
415 depends on PCI && EXPERIMENTAL 414 depends on PCI
416 help 415 help
417 This enables the driver for the AVM Fritz!Card PCI, 416 This enables the driver for the AVM Fritz!Card PCI,
418 Fritz!Card PCI v2 and Fritz!Card PnP. 417 Fritz!Card PCI v2 and Fritz!Card PnP.