summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/Kconfig
diff options
context:
space:
mode:
authorValentin Caron <valentin.caron@foss.st.com>2022-04-19 10:53:30 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2022-04-22 16:36:23 +0200
commit8043b16f522c9e21e2361a67514386bee3731c6e (patch)
tree4548b40b84e1b4c702f95ee256f8ccd6ed22e877 /drivers/tty/serial/Kconfig
parent1f507b3aecb3245177ca9012dfe08117bb7925e8 (diff)
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/Kconfig1
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"