From 70187de497f36213e2bb243022a3474d631d19a4 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Wed, 6 Mar 2019 10:12:31 +0100 Subject: 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 --- common/Kconfig | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'common/Kconfig') 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 -- cgit v1.2.3