From: Greg Kroah-Hartman Date: Tue, 18 Sep 2012 16:17:56 +0000 (+0100) Subject: tty/serial: put (EXPERIMENTAL) marking back on N_GSM and SERIAL_IFX6X60 X-Git-Tag: firefly_0821_release~3680^2~1976^2~32 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=5de69349ed4c10f43fa6dc6617051d94eee04e6c;p=firefly-linux-kernel-4.4.55.git 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 Cc: Kees Cook Cc: Benjamin Herrenschmidt Cc: Stefano Stabellini Cc: Stephen Rothwell Cc: Konrad Rzeszutek Wilk Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/tty/Kconfig b/drivers/tty/Kconfig index b46c4301b651..d8e05eeab232 100644 --- a/drivers/tty/Kconfig +++ b/drivers/tty/Kconfig @@ -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 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 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.