summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2019-03-06 10:12:31 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2019-03-06 10:27:03 +0100
commit70187de497f36213e2bb243022a3474d631d19a4 (patch)
treea38fd6ec53e2eeec9a40e75a92e05a88116569af /common
parentb4db05f2cb2addf8b6f5933cab7903b18e966227 (diff)
downloadbarebox-70187de497f36213e2bb243022a3474d631d19a4.tar.gz
barebox-70187de497f36213e2bb243022a3474d631d19a4.tar.xz
ARM: rpi: Add mini UART debug_ll support
The raspberry pi 3 comes up with the mini UART as default, so allow to use it for debug_ll output. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'common')
-rw-r--r--common/Kconfig6
1 files changed, 6 insertions, 0 deletions
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
+ 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