diff options
author | Valentin Caron <valentin.caron@foss.st.com> | 2022-04-19 11:53:30 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-04-22 17:36:23 +0300 |
commit | 8043b16f522c9e21e2361a67514386bee3731c6e (patch) | |
tree | 4548b40b84e1b4c702f95ee256f8ccd6ed22e877 /drivers/tty/serial/Kconfig | |
parent | 1f507b3aecb3245177ca9012dfe08117bb7925e8 (diff) | |
download | linux-8043b16f522c9e21e2361a67514386bee3731c6e.tar.xz |
serial: stm32: add earlycon support
Add early console support in stm32 uart driver.
Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
Signed-off-by: Valentin Caron <valentin.caron@foss.st.com>
Link: https://lore.kernel.org/r/20220419085330.1178925-4-valentin.caron@foss.st.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/tty/serial/Kconfig')
-rw-r--r-- | drivers/tty/serial/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/tty/serial/Kconfig b/drivers/tty/serial/Kconfig index f51a8079f1f5..80321b9c4465 100644 --- a/drivers/tty/serial/Kconfig +++ b/drivers/tty/serial/Kconfig @@ -1443,6 +1443,7 @@ config SERIAL_STM32_CONSOLE bool "Support for console on STM32" depends on SERIAL_STM32=y select SERIAL_CORE_CONSOLE + select SERIAL_EARLYCON config SERIAL_MVEBU_UART bool "Marvell EBU serial port support" |