Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 653549f2 authored by Kees Cook's avatar Kees Cook Committed by Greg Kroah-Hartman
Browse files

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: default avatarKees Cook <keescook@chromium.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent a446e219
Loading
Loading
Loading
Loading
+7 −8
Original line number Original line Diff line number Diff line
@@ -389,8 +389,8 @@ config HISAX_TELES_CS
comment "HiSax sub driver modules"
comment "HiSax sub driver modules"


config HISAX_ST5481
config HISAX_ST5481
	tristate "ST5481 USB ISDN modem (EXPERIMENTAL)"
	tristate "ST5481 USB ISDN modem"
	depends on USB && EXPERIMENTAL
	depends on USB
	select ISDN_HDLC
	select ISDN_HDLC
	select CRC_CCITT
	select CRC_CCITT
	select BITREVERSE
	select BITREVERSE
@@ -399,20 +399,19 @@ config HISAX_ST5481
	  e.g. the BeWan Gazel 128 USB
	  e.g. the BeWan Gazel 128 USB


config HISAX_HFCUSB
config HISAX_HFCUSB
	tristate "HFC USB based ISDN modems (EXPERIMENTAL)"
	tristate "HFC USB based ISDN modems"
	depends on USB && EXPERIMENTAL
	depends on USB
	help
	help
	  This enables the driver for HFC USB based ISDN modems.
	  This enables the driver for HFC USB based ISDN modems.


config HISAX_HFC4S8S
config HISAX_HFC4S8S
	tristate "HFC-4S/8S based ISDN cards (EXPERIMENTAL)"
	tristate "HFC-4S/8S based ISDN cards"
	depends on EXPERIMENTAL
	help
	help
	  This enables the driver for HFC-4S/8S based ISDN cards.
	  This enables the driver for HFC-4S/8S based ISDN cards.


config HISAX_FRITZ_PCIPNP
config HISAX_FRITZ_PCIPNP
	tristate "AVM Fritz!Card PCI/PCIv2/PnP support (EXPERIMENTAL)"
	tristate "AVM Fritz!Card PCI/PCIv2/PnP support"
	depends on PCI && EXPERIMENTAL
	depends on PCI
	help
	help
	  This enables the driver for the AVM Fritz!Card PCI,
	  This enables the driver for the AVM Fritz!Card PCI,
	  Fritz!Card PCI v2 and Fritz!Card PnP.
	  Fritz!Card PCI v2 and Fritz!Card PnP.