From 91cad66628c1af4693c1a5553a72f825bd4d63d6 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Mon, 4 Mar 2019 14:48:50 +0100 Subject: ARM: Add basic Layerscape support This adds basic Layerscape support: - Makefile/Kconfig - Register maps - errata workarounds Signed-off-by: Sascha Hauer --- common/Kconfig | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'common') diff --git a/common/Kconfig b/common/Kconfig index 43b657019f..c31774340c 100644 --- a/common/Kconfig +++ b/common/Kconfig @@ -1236,6 +1236,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 -- cgit v1.2.3