Skip to content

Commit 864d8f4

Browse files
lztogregkh
authored andcommitted
tty: serial: earlycon dependency
[ Upstream commit 0fb9342 ] 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: 9aac588 ("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> Signed-off-by: Sasha Levin <sashal@kernel.org>
1 parent 4a738a9 commit 864d8f4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/tty/serial/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ menu "Serial drivers"
88

99
config SERIAL_EARLYCON
1010
bool
11+
depends on SERIAL_CORE
1112
help
1213
Support for early consoles with the earlycon parameter. This enables
1314
the console before standard serial driver is probed. The console is

0 commit comments

Comments
 (0)