[PATCH] serial: fsl-lpuart: select SERIAL_CORE_CONSOLE

From: Arnd Bergmann
Date: Mon Oct 19 2015 - 07:02:08 EST


drivers/built-in.o: In function `setup_earlycon':
:(.init.text+0x2c4c): undefined reference to `uart_parse_earlycon'

Signed-off-by: Arnd Bergmann <arnd@xxxxxxxx>

diff --git a/drivers/tty/serial/Kconfig b/drivers/tty/serial/Kconfig
index 1aec4404062d..f1a4f9eccc44 100644
--- a/drivers/tty/serial/Kconfig
+++ b/drivers/tty/serial/Kconfig
@@ -1540,6 +1540,7 @@ config SERIAL_FSL_LPUART
depends on HAS_DMA
select SERIAL_CORE
select SERIAL_EARLYCON
+ select SERIAL_CORE_CONSOLE
help
Support for the on-chip lpuart on some Freescale SOCs.


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/