serial/serial_arc: Implement debug serial
[oweals/u-boot.git] / drivers / serial / Kconfig
index 1aab0320f676527c018be439dbfefedf2bcdce4f..87779098608102e5d7bab8bfe3791fe2e7d21350 100644 (file)
@@ -197,6 +197,15 @@ config DEBUG_UART_AR933X
          driver will be available until the real driver model serial is
          running.
 
+config DEBUG_ARC_SERIAL
+       bool "ARC UART"
+       depends on ARC_SERIAL
+       help
+         Select this to enable a debug UART using the ARC UART 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_ATMEL
        bool "Atmel USART"
        help