drivers/tty/serial/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
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
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
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
© 2016 - 2026 Red Hat, Inc.