From patchwork Thu Jan 23 08:27:55 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Olliver Schinagl X-Patchwork-Id: 239954 List-Id: U-Boot discussion From: oliver at schinagl.nl (Olliver Schinagl) Date: Thu, 23 Jan 2020 09:27:55 +0100 Subject: [PATCH] Kconfig/debug_uart: Enable proper drivers for debug on Zynq Message-ID: <20200123082755.23155-1-oliver@schinagl.nl> When selecting CONFIG_DEBUG_UART_ZYNQ for one it is imperative that CONFIG_SERIAL_ZYNQ is enabled. Further more, the zynq serial driver is mostly?/all driver model based. However when compiling the early uart for the SPL, none of that is available yet, so for the SPL build this needs to be enabled also. Signed-off-by: Olliver Schinagl --- drivers/serial/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig index bd95f70b61..292bdb2a2f 100644 --- a/drivers/serial/Kconfig +++ b/drivers/serial/Kconfig @@ -292,6 +292,7 @@ config DEBUG_MVEBU_A3700_UART config DEBUG_UART_ZYNQ bool "Xilinx Zynq" + select ZYNQ_SERIAL help Select this to enable a debug UART using the serial_zynq driver. You will need to provide parameters to make this work. The driver will