[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <AS8PR04MB8404508CDE3446CDF690107092689@AS8PR04MB8404.eurprd04.prod.outlook.com>
Date: Mon, 15 Aug 2022 08:03:55 +0000
From: Sherry Sun <sherry.sun@....com>
To: "gregkh@...uxfoundation.org" <gregkh@...uxfoundation.org>,
"jirislaby@...nel.org" <jirislaby@...nel.org>
CC: "linux-serial@...r.kernel.org" <linux-serial@...r.kernel.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
dl-linux-imx <linux-imx@....com>,
"J.D. Yue" <jindong.yue@....com>
Subject: RE: [PATCH] tty: serial: fsl_lpuart: adjust SERIAL_FSL_LPUART_CONSOLE
config dependency
Gentle ping...
Best regards
Sherry
> -----Original Message-----
> From: Sherry Sun
> Sent: 2022年8月2日 18:18
> To: gregkh@...uxfoundation.org; jirislaby@...nel.org
> Cc: linux-serial@...r.kernel.org; linux-kernel@...r.kernel.org; dl-linux-imx
> <linux-imx@....com>; J.D. Yue <jindong.yue@....com>
> Subject: [PATCH] tty: serial: fsl_lpuart: adjust SERIAL_FSL_LPUART_CONSOLE
> config dependency
>
> From: Jindong Yue <jindong.yue@....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@....com>
> Signed-off-by: Sherry Sun <sherry.sun@....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
Powered by blists - more mailing lists