mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-07 18:40:10 +00:00
tty: serial: fsl_lpuart: adjust SERIAL_FSL_LPUART_CONSOLE config dependency
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> Link: https://lore.kernel.org/r/20220802101613.30879-1-sherry.sun@nxp.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
e9c9d3bb15
commit
5779a072c2
@@ -1325,7 +1325,7 @@ config SERIAL_FSL_LPUART
|
|||||||
|
|
||||||
config SERIAL_FSL_LPUART_CONSOLE
|
config SERIAL_FSL_LPUART_CONSOLE
|
||||||
bool "Console on Freescale lpuart serial port"
|
bool "Console on Freescale lpuart serial port"
|
||||||
depends on SERIAL_FSL_LPUART=y
|
depends on SERIAL_FSL_LPUART
|
||||||
select SERIAL_CORE_CONSOLE
|
select SERIAL_CORE_CONSOLE
|
||||||
select SERIAL_EARLYCON
|
select SERIAL_EARLYCON
|
||||||
help
|
help
|
||||||
|
|||||||
Reference in New Issue
Block a user