diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-09-18 11:19:27 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-09-18 11:19:27 -0400 |
commit | 8b77562b4f867e4bc0c6effb7dfe3255fc265ad0 (patch) | |
tree | c01e43b5755f7372e41337af13f778370fcb674f /drivers/tty/serial/Kconfig | |
parent | e740d8f1a0a23a8fea8fbc5a02013c7410283665 (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>
Diffstat (limited to 'drivers/tty/serial/Kconfig')
-rw-r--r-- | drivers/tty/serial/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
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 | ||
694 | config SERIAL_SH_SCI_DMA | 694 | config 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 | ||
698 | config SERIAL_PNX8XXX | 698 | config 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 | ||
1305 | config SERIAL_IFX6X60 | 1305 | config 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 | ||