diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-09-18 16:19:27 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-09-18 16:19:27 +0100 |
commit | 8b77562b4f867e4bc0c6effb7dfe3255fc265ad0 (patch) | |
tree | c01e43b5755f7372e41337af13f778370fcb674f /drivers/tty/Kconfig | |
parent | e740d8f1a0a23a8fea8fbc5a02013c7410283665 (diff) | |
download | op-kernel-dev-8b77562b4f867e4bc0c6effb7dfe3255fc265ad0.zip op-kernel-dev-8b77562b4f867e4bc0c6effb7dfe3255fc265ad0.tar.gz |
tty/serial: remove CONFIG_EXPERIMENTAL dependencies
As discussed at the kernel summit this year, CONFIG_EXPERIMENTAL means
nothing, so let's get rid of it.
Cc: Kees Cook <keescook@chromium.org>
Cc: Alan Cox <alan@linux.intel.com>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Cc: Stephen Rothwell <sfr@canb.auug.org.au>
Cc: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/tty/Kconfig')
-rw-r--r-- | drivers/tty/Kconfig | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/drivers/tty/Kconfig b/drivers/tty/Kconfig index 830cd62..b46c430 100644 --- a/drivers/tty/Kconfig +++ b/drivers/tty/Kconfig @@ -214,8 +214,8 @@ config CYCLADES If you haven't heard about it, it's safe to say N. config CYZ_INTR - bool "Cyclades-Z interrupt mode operation (EXPERIMENTAL)" - depends on EXPERIMENTAL && CYCLADES + bool "Cyclades-Z interrupt mode operation" + depends on CYCLADES help The Cyclades-Z family of multiport cards allows 2 (two) driver op modes: polling and interrupt. In polling mode, the driver will check @@ -285,7 +285,7 @@ config SYNCLINK_GT config NOZOMI tristate "HSDPA Broadband Wireless Data Card - Globe Trotter" - depends on PCI && EXPERIMENTAL + depends on PCI help If you have a HSDPA driver Broadband Wireless Data Card - Globe Trotter PCMCIA card, say Y here. @@ -294,7 +294,7 @@ config NOZOMI will be called nozomi. config ISI - tristate "Multi-Tech multiport card support (EXPERIMENTAL)" + tristate "Multi-Tech multiport card support" depends on SERIAL_NONSTANDARD && PCI select FW_LOADER help @@ -316,8 +316,7 @@ config N_HDLC here. config N_GSM - tristate "GSM MUX line discipline support (EXPERIMENTAL)" - depends on EXPERIMENTAL + tristate "GSM MUX line discipline support" depends on NET help This line discipline provides support for the GSM MUX protocol and |