Skip to content

Commit

Permalink
tty/serial: put (EXPERIMENTAL) marking back on N_GSM and SERIAL_IFX6X60
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Greg Kroah-Hartman committed Sep 18, 2012
1 parent 8b77562 commit 5de6934
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion drivers/tty/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ config N_HDLC
here.

config N_GSM
tristate "GSM MUX line discipline support"
tristate "GSM MUX line discipline support (EXPERIMENTAL)"
depends on NET
help
This line discipline provides support for the GSM MUX protocol and
Expand Down
2 changes: 1 addition & 1 deletion drivers/tty/serial/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1303,7 +1303,7 @@ config SERIAL_ALTERA_UART_CONSOLE
Enable a Altera UART port to be the system console.

config SERIAL_IFX6X60
tristate "SPI protocol driver for Infineon 6x60 modem"
tristate "SPI protocol driver for Infineon 6x60 modem (EXPERIMENTAL)"
depends on GPIOLIB && SPI
help
Support for the IFX6x60 modem devices on Intel MID platforms.
Expand Down

0 comments on commit 5de6934

Please sign in to comment.