diff options
Diffstat (limited to 'src/soc/lowrisc')
-rw-r--r-- | src/soc/lowrisc/lowrisc/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/soc/lowrisc/lowrisc/Kconfig b/src/soc/lowrisc/lowrisc/Kconfig index 71078b5c25..8b35231642 100644 --- a/src/soc/lowrisc/lowrisc/Kconfig +++ b/src/soc/lowrisc/lowrisc/Kconfig @@ -6,6 +6,9 @@ config SOC_LOWRISC_LOWRISC select ARCH_RAMSTAGE_RISCV select BOOTBLOCK_CONSOLE select DRIVERS_UART_8250MEM_32 + select GENERIC_UDELAY + select HAVE_MONOTONIC_TIMER + select RISCV_USE_ARCH_TIMER bool default n |