]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
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>
Thu, 29 Oct 2020 09:07:34 +0000 (10:07 +0100)
[ Upstream commit 0fb9342d06b0f667b915ba58bfefc030e534a218 ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/tty/serial/Kconfig

index 780908d435577e7de79a2f5b4df3a32b1699d729..896b9c77117d39f0463d93c2af6eea92845e3f50 100644 (file)
@@ -8,6 +8,7 @@ menu "Serial drivers"
 
 config SERIAL_EARLYCON
        bool
+       depends on SERIAL_CORE
        help
          Support for early consoles with the earlycon parameter. This enables
          the console before standard serial driver is probed. The console is