From 894e3a9ec807661a99dff426b3e07188d3507d2e Mon Sep 17 00:00:00 2001 From: Jonathan Neuschäfer Date: Thu, 19 Apr 2018 16:23:54 +0200 Subject: drivers/uart: Add a driver for SiFive's UART MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This UART is used in the SiFive FU540 SoC, and will probably be used in other SoCs in the future. Change-Id: I915edf39666b7a5f9550e3b7e743e97fe3cacfd3 Signed-off-by: Jonathan Neuschäfer Reviewed-on: https://review.coreboot.org/25768 Tested-by: build bot (Jenkins) Reviewed-by: Kyösti Mälkki --- src/drivers/uart/Kconfig | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/drivers/uart/Kconfig') diff --git a/src/drivers/uart/Kconfig b/src/drivers/uart/Kconfig index 54f591d9ad..bfc5ccee61 100644 --- a/src/drivers/uart/Kconfig +++ b/src/drivers/uart/Kconfig @@ -61,6 +61,11 @@ config DRIVERS_UART_PL011 default n select HAVE_UART_SPECIAL +config DRIVERS_UART_SIFIVE + bool + select HAVE_UART_SPECIAL + select UART_OVERRIDE_INPUT_CLOCK_DIVIDER + config UART_USE_REFCLK_AS_INPUT_CLOCK bool default n -- cgit v1.2.3