aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-09-18 11:19:27 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-09-18 11:19:27 -0400
commit8b77562b4f867e4bc0c6effb7dfe3255fc265ad0 (patch)
treec01e43b5755f7372e41337af13f778370fcb674f
parente740d8f1a0a23a8fea8fbc5a02013c7410283665 (diff)
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>
-rw-r--r--drivers/tty/Kconfig11
-rw-r--r--drivers/tty/hvc/Kconfig2
-rw-r--r--drivers/tty/serial/Kconfig6
3 files changed, 9 insertions, 10 deletions
diff --git a/drivers/tty/Kconfig b/drivers/tty/Kconfig
index 830cd62d8492..b46c4301b651 100644
--- a/drivers/tty/Kconfig
+++ b/drivers/tty/Kconfig
@@ -214,8 +214,8 @@ config CYCLADES
214 If you haven't heard about it, it's safe to say N. 214 If you haven't heard about it, it's safe to say N.
215 215
216config CYZ_INTR 216config CYZ_INTR
217 bool "Cyclades-Z interrupt mode operation (EXPERIMENTAL)" 217 bool "Cyclades-Z interrupt mode operation"
218 depends on EXPERIMENTAL && CYCLADES 218 depends on CYCLADES
219 help 219 help
220 The Cyclades-Z family of multiport cards allows 2 (two) driver op 220 The Cyclades-Z family of multiport cards allows 2 (two) driver op
221 modes: polling and interrupt. In polling mode, the driver will check 221 modes: polling and interrupt. In polling mode, the driver will check
@@ -285,7 +285,7 @@ config SYNCLINK_GT
285 285
286config NOZOMI 286config NOZOMI
287 tristate "HSDPA Broadband Wireless Data Card - Globe Trotter" 287 tristate "HSDPA Broadband Wireless Data Card - Globe Trotter"
288 depends on PCI && EXPERIMENTAL 288 depends on PCI
289 help 289 help
290 If you have a HSDPA driver Broadband Wireless Data Card - 290 If you have a HSDPA driver Broadband Wireless Data Card -
291 Globe Trotter PCMCIA card, say Y here. 291 Globe Trotter PCMCIA card, say Y here.
@@ -294,7 +294,7 @@ config NOZOMI
294 will be called nozomi. 294 will be called nozomi.
295 295
296config ISI 296config ISI
297 tristate "Multi-Tech multiport card support (EXPERIMENTAL)" 297 tristate "Multi-Tech multiport card support"
298 depends on SERIAL_NONSTANDARD && PCI 298 depends on SERIAL_NONSTANDARD && PCI
299 select FW_LOADER 299 select FW_LOADER
300 help 300 help
@@ -316,8 +316,7 @@ config N_HDLC
316 here. 316 here.
317 317
318config N_GSM 318config N_GSM
319 tristate "GSM MUX line discipline support (EXPERIMENTAL)" 319 tristate "GSM MUX line discipline support"
320 depends on EXPERIMENTAL
321 depends on NET 320 depends on NET
322 help 321 help
323 This line discipline provides support for the GSM MUX protocol and 322 This line discipline provides support for the GSM MUX protocol and
diff --git a/drivers/tty/hvc/Kconfig b/drivers/tty/hvc/Kconfig
index 0282a83f51fb..f47b734c6a7a 100644
--- a/drivers/tty/hvc/Kconfig
+++ b/drivers/tty/hvc/Kconfig
@@ -76,7 +76,7 @@ config HVC_XEN_FRONTEND
76 76
77config HVC_UDBG 77config HVC_UDBG
78 bool "udbg based fake hypervisor console" 78 bool "udbg based fake hypervisor console"
79 depends on PPC && EXPERIMENTAL 79 depends on PPC
80 select HVC_DRIVER 80 select HVC_DRIVER
81 default n 81 default n
82 help 82 help
diff --git a/drivers/tty/serial/Kconfig b/drivers/tty/serial/Kconfig
index 26907cf25744..84c6f374f1fe 100644
--- a/drivers/tty/serial/Kconfig
+++ b/drivers/tty/serial/Kconfig
@@ -693,7 +693,7 @@ config SERIAL_SH_SCI_CONSOLE
693 693
694config SERIAL_SH_SCI_DMA 694config SERIAL_SH_SCI_DMA
695 bool "DMA support" 695 bool "DMA support"
696 depends on SERIAL_SH_SCI && SH_DMAE && EXPERIMENTAL 696 depends on SERIAL_SH_SCI && SH_DMAE
697 697
698config SERIAL_PNX8XXX 698config SERIAL_PNX8XXX
699 bool "Enable PNX8XXX SoCs' UART Support" 699 bool "Enable PNX8XXX SoCs' UART Support"
@@ -1303,8 +1303,8 @@ config SERIAL_ALTERA_UART_CONSOLE
1303 Enable a Altera UART port to be the system console. 1303 Enable a Altera UART port to be the system console.
1304 1304
1305config SERIAL_IFX6X60 1305config SERIAL_IFX6X60
1306 tristate "SPI protocol driver for Infineon 6x60 modem (EXPERIMENTAL)" 1306 tristate "SPI protocol driver for Infineon 6x60 modem"
1307 depends on GPIOLIB && SPI && EXPERIMENTAL 1307 depends on GPIOLIB && SPI
1308 help 1308 help
1309 Support for the IFX6x60 modem devices on Intel MID platforms. 1309 Support for the IFX6x60 modem devices on Intel MID platforms.
1310 1310