diff mbox series

tty: serial: fsl_lpuart: adjust SERIAL_FSL_LPUART_CONSOLE config dependency

Message ID 20220802101613.30879-1-sherry.sun@nxp.com
State New
Headers show
Series tty: serial: fsl_lpuart: adjust SERIAL_FSL_LPUART_CONSOLE config dependency | expand

Commit Message

Sherry Sun Aug. 2, 2022, 10:16 a.m. UTC
From: Jindong Yue <jindong.yue@nxp.com>

Remove the limitation of SERIAL_FSL_LPUART=y,
as we may need enable this console while SERIAL_FSL_LPUART=m.

Signed-off-by: Jindong Yue <jindong.yue@nxp.com>
Signed-off-by: Sherry Sun <sherry.sun@nxp.com>
---
 drivers/tty/serial/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Sherry Sun Aug. 15, 2022, 8:03 a.m. UTC | #1
Gentle ping...

Best regards
Sherry

> -----Original Message-----
> From: Sherry Sun
> Sent: 2022年8月2日 18:18
> To: gregkh@linuxfoundation.org; jirislaby@kernel.org
> Cc: linux-serial@vger.kernel.org; linux-kernel@vger.kernel.org; dl-linux-imx
> <linux-imx@nxp.com>; J.D. Yue <jindong.yue@nxp.com>
> Subject: [PATCH] tty: serial: fsl_lpuart: adjust SERIAL_FSL_LPUART_CONSOLE
> config dependency
> 
> From: Jindong Yue <jindong.yue@nxp.com>
> 
> Remove the limitation of SERIAL_FSL_LPUART=y, as we may need enable this
> console while SERIAL_FSL_LPUART=m.
> 
> Signed-off-by: Jindong Yue <jindong.yue@nxp.com>
> Signed-off-by: Sherry Sun <sherry.sun@nxp.com>
> ---
>  drivers/tty/serial/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/tty/serial/Kconfig b/drivers/tty/serial/Kconfig index
> 877173907c53..a18dd525e42b 100644
> --- a/drivers/tty/serial/Kconfig
> +++ b/drivers/tty/serial/Kconfig
> @@ -1325,7 +1325,7 @@ config SERIAL_FSL_LPUART
> 
>  config SERIAL_FSL_LPUART_CONSOLE
>  	bool "Console on Freescale lpuart serial port"
> -	depends on SERIAL_FSL_LPUART=y
> +	depends on SERIAL_FSL_LPUART
>  	select SERIAL_CORE_CONSOLE
>  	select SERIAL_EARLYCON
>  	help
> --
> 2.17.1
Greg Kroah-Hartman Aug. 15, 2022, 8:09 a.m. UTC | #2
A: http://en.wikipedia.org/wiki/Top_post
Q: Were do I find info about this thing called top-posting?
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?

A: No.
Q: Should I include quotations after my reply?

http://daringfireball.net/2007/07/on_top

On Mon, Aug 15, 2022 at 08:03:55AM +0000, Sherry Sun wrote:
> Gentle ping...

The merge window closed just a few hours ago, and I have over 1500+
patches to now review in my queue.  Please relax, there is no rush here.

To make things easier for me, please take the time to review other
serial patches that were submitted during this time on the list so as to
make my load lighter.  Otherwise you are asking others to do tasks you
don't even want to do, and I do not think you mean to do that.

thanks,

greg k-h
diff mbox series

Patch

diff --git a/drivers/tty/serial/Kconfig b/drivers/tty/serial/Kconfig
index 877173907c53..a18dd525e42b 100644
--- a/drivers/tty/serial/Kconfig
+++ b/drivers/tty/serial/Kconfig
@@ -1325,7 +1325,7 @@  config SERIAL_FSL_LPUART
 
 config SERIAL_FSL_LPUART_CONSOLE
 	bool "Console on Freescale lpuart serial port"
-	depends on SERIAL_FSL_LPUART=y
+	depends on SERIAL_FSL_LPUART
 	select SERIAL_CORE_CONSOLE
 	select SERIAL_EARLYCON
 	help