From 9fd32f5a4e8d25fb8985fec86bc03f3743820f0e Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Thu, 7 Mar 2019 14:22:55 +0100 Subject: ARM: rpi: Clarify debug uart names Now that we support the miniuart as lowlevel debug UART clarify that the other UARTs are PL011. Signed-off-by: Sascha Hauer --- common/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/Kconfig b/common/Kconfig index 64d563c444..03346068a8 100644 --- a/common/Kconfig +++ b/common/Kconfig @@ -1160,14 +1160,14 @@ config DEBUG_SOCFPGA_UART1 on SOCFPGA(Arria 10) based platforms. config DEBUG_RPI1_UART - bool "RaspberryPi 1 debug UART" + bool "RaspberryPi 1 PL011 UART" depends on ARCH_BCM283X help Say Y here if you want low-level debugging support on RaspberryPi 1 boards. config DEBUG_RPI2_3_UART - bool "RaspberryPi 2/3 debug UART" + bool "RaspberryPi 2/3 PL011 UART" depends on ARCH_BCM283X help Say Y here if you want low-level debugging support on -- cgit v1.2.3