Hi

On 6. 03. 19 10:42, Sascha Hauer wrote:
diff --git a/common/Kconfig b/common/Kconfig
index 563cf15fb1..0c6acfcddb 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -1173,6 +1173,12 @@ config DEBUG_RPI2_UART
          Say Y here if you want low-level debugging support on
          RaspberryPi 2 and 3 boards.
+config DEBUG_RPI3_MINI_UART
+       bool "RaspberryPi 3 mini UART

The line above is missing the closing double quote.

I also recommend changing the labels on other two UART options to say "PL011 UART" instead of "debug UART" so that the difference is more obvious.

Can you also please include in this series my patch that expands the help message for DEBUG_LL I sent earlier?

+       depends on ARCH_BCM283X
+       help
+         Say Y here if you want low-level debugging support on
+         RaspberryPi 3 board mini UART.
  endchoice
config DEBUG_IMX_UART_PORT


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

Reply via email to