diff options
Diffstat (limited to 'src/drivers/uart/Kconfig')
-rw-r--r-- | src/drivers/uart/Kconfig | 5 |
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 |