Skip to content

Commit 2d638be

Browse files
Tom Rixgregkh
authored andcommitted
Revert "tty: serial: fsl_lpuart: adjust SERIAL_FSL_LPUART_CONSOLE config dependency"
This reverts commit 5779a07. This results in a link error of ld: drivers/tty/serial/earlycon.o: in function `parse_options': drivers/tty/serial/earlycon.c:99: undefined reference to `uart_parse_earlycon' When the config is in this state CONFIG_SERIAL_CORE=m CONFIG_SERIAL_CORE_CONSOLE=y CONFIG_SERIAL_EARLYCON=y CONFIG_SERIAL_FSL_LPUART=m CONFIG_SERIAL_FSL_LPUART_CONSOLE=y Fixes: 5779a07 ("tty: serial: fsl_lpuart: adjust SERIAL_FSL_LPUART_CONSOLE config dependency") Cc: stable <[email protected]> Signed-off-by: Tom Rix <[email protected]> Reviewed-by: Randy Dunlap <[email protected]> Acked-by: Jiri Slaby <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent fe15c26 commit 2d638be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/tty/serial/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1313,7 +1313,7 @@ config SERIAL_FSL_LPUART
13131313

13141314
config SERIAL_FSL_LPUART_CONSOLE
13151315
bool "Console on Freescale lpuart serial port"
1316-
depends on SERIAL_FSL_LPUART
1316+
depends on SERIAL_FSL_LPUART=y
13171317
select SERIAL_CORE_CONSOLE
13181318
select SERIAL_EARLYCON
13191319
help

0 commit comments

Comments
 (0)