aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/uart/Kconfig
diff options
context:
space:
mode:
authorJonathan Neuschäfer <j.neuschaefer@gmx.net>2018-04-19 16:23:54 +0200
committerPatrick Georgi <pgeorgi@google.com>2018-04-25 11:42:52 +0000
commit894e3a9ec807661a99dff426b3e07188d3507d2e (patch)
tree190e3c125322002b3f441058982217db91b6e5dc /src/drivers/uart/Kconfig
parentf35cc4d60ff86f1f0d7a5f423e0a092e9c45990e (diff)
drivers/uart: Add a driver for SiFive's UART
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 <j.neuschaefer@gmx.net> Reviewed-on: https://review.coreboot.org/25768 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Diffstat (limited to 'src/drivers/uart/Kconfig')
-rw-r--r--src/drivers/uart/Kconfig5
1 files changed, 5 insertions, 0 deletions
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