serial: stm32: Add debug uart support
[oweals/u-boot.git] / drivers / serial / Kconfig
index 87779098608102e5d7bab8bfe3791fe2e7d21350..2940bd05dc3f939c8e76e9a00dfd4ac6f9e150a6 100644 (file)
@@ -324,6 +324,15 @@ config DEBUG_UART_MXC
          will need to provide parameters to make this work. The driver will
          be available until the real driver model serial is running.
 
+config DEBUG_UART_STM32
+       bool "STMicroelectronics STM32"
+       depends on STM32_SERIAL
+       help
+         Select this to enable a debug UART using the serial_stm32 driver
+         You will need to provide parameters to make this work.
+         The driver will be available until the real driver model
+         serial is running.
+
 config DEBUG_UART_UNIPHIER
        bool "UniPhier on-chip UART"
        depends on ARCH_UNIPHIER