summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2019-04-08 10:17:15 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2019-04-08 10:17:15 +0200
commitc239b65fc2bc779343d7b8f0afd1c4cac1dd0beb (patch)
tree0f4cd6fb5cf7fae9f67d5eb7a95f24ecead54e35 /common
parent62e4a326f060853bb2ef0bb03c11f1b5bab2cdb9 (diff)
parent26b2a029e97369efbe1520fc3a7f2412ccb1baeb (diff)
downloadbarebox-c239b65fc2bc779343d7b8f0afd1c4cac1dd0beb.tar.gz
barebox-c239b65fc2bc779343d7b8f0afd1c4cac1dd0beb.tar.xz
Merge branch 'for-next/layerscape'
Diffstat (limited to 'common')
-rw-r--r--common/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/common/Kconfig b/common/Kconfig
index 76632b324e..9c1b01debd 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -1238,6 +1238,14 @@ config DEBUG_SOCFPGA_UART_CLOCK
help
Choose UART root clock.
+config DEBUG_LAYERSCAPE_UART_PORT
+ int "Layerscape UART port selection"
+ depends on ARCH_LAYERSCAPE
+ default 1
+ help
+ Select the UART port number used for early debugging here. Port
+ numbers start counting from 1.
+
config DEBUG_INITCALLS
bool "Trace initcalls"
help