diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-09-18 12:17:56 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-09-18 12:17:56 -0400 |
commit | 5de69349ed4c10f43fa6dc6617051d94eee04e6c (patch) | |
tree | 4bdc184bec69721a8f8175e4c08ccaf7fcf30970 /drivers/tty/serial | |
parent | 8b77562b4f867e4bc0c6effb7dfe3255fc265ad0 (diff) |
tty/serial: put (EXPERIMENTAL) marking back on N_GSM and SERIAL_IFX6X60
Alan says these are not production ready, and users should be told this,
so put the "(EXPERIMENTAL)" marking back in the Kconfig entry string.
Reported-by: Alan Cox <alan@linux.intel.com>
Cc: Kees Cook <keescook@chromium.org>
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')
-rw-r--r-- | drivers/tty/serial/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/serial/Kconfig b/drivers/tty/serial/Kconfig index 84c6f374f1fe..2a9659dfb74c 100644 --- a/drivers/tty/serial/Kconfig +++ b/drivers/tty/serial/Kconfig | |||
@@ -1303,7 +1303,7 @@ 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" | 1306 | tristate "SPI protocol driver for Infineon 6x60 modem (EXPERIMENTAL)" |
1307 | depends on GPIOLIB && SPI | 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. |