summaryrefslogtreecommitdiffstats
path: root/common/Kconfig
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2019-03-07 13:58:35 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2019-03-07 13:58:35 +0100
commit49a1f329e437c4199bc7cba3fae66807a2069312 (patch)
tree98452a279ff53bc91418efa9d3668148b223c17a /common/Kconfig
parent70187de497f36213e2bb243022a3474d631d19a4 (diff)
downloadbarebox-49a1f329e437c4199bc7cba3fae66807a2069312.tar.gz
barebox-49a1f329e437c4199bc7cba3fae66807a2069312.tar.xz
fixup! ARM: rpi: move debug UART Kconfig settings
Diffstat (limited to 'common/Kconfig')
-rw-r--r--common/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/Kconfig b/common/Kconfig
index 0c6acfcddb..238dd93c07 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -1166,7 +1166,7 @@ config DEBUG_RPI1_UART
Say Y here if you want low-level debugging support on
RaspberryPi 1 boards.
-config DEBUG_RPI2_UART
+config DEBUG_RPI2_3_UART
bool "RaspberryPi 2/3 debug UART"
depends on ARCH_BCM283X
help