summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2019-03-07 14:22:55 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2019-03-07 14:22:57 +0100
commit9fd32f5a4e8d25fb8985fec86bc03f3743820f0e (patch)
tree17b3903516760fabbd91bf60abc8c3068f32e8c9
parentb4e5d93e9c385b8c55cdbfef7b2471a3ddf8a23b (diff)
downloadbarebox-9fd32f5a4e8d25fb8985fec86bc03f3743820f0e.tar.gz
barebox-9fd32f5a4e8d25fb8985fec86bc03f3743820f0e.tar.xz
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 <s.hauer@pengutronix.de>
-rw-r--r--common/Kconfig4
1 files 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