tty: serial: earlycon dependency
authorTong Zhang <ztong0001@gmail.com>
Fri, 28 Aug 2020 12:39:50 +0000 (08:39 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 4 Sep 2020 15:16:14 +0000 (17:16 +0200)
commit0fb9342d06b0f667b915ba58bfefc030e534a218
tree655b9c842299bd6bddd20c204270003966952c19
parent5da6b1c079e6804a81e63ab8337224cbd2148c91
tty: serial: earlycon dependency

parse_options() in drivers/tty/serial/earlycon.c calls uart_parse_earlycon
in drivers/tty/serial/serial_core.c therefore selecting SERIAL_EARLYCON
should automatically select SERIAL_CORE, otherwise will result in symbol
not found error during linking if SERIAL_CORE is not configured as builtin

Fixes: 9aac5887595b ("tty/serial: add generic serial earlycon")
Signed-off-by: Tong Zhang <ztong0001@gmail.com>
Link: https://lore.kernel.org/r/20200828123949.2642-1-ztong0001@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/Kconfig