arch/sim: Implement arch rtc interface on top of rtc driver

This commit is contained in:
Xiang Xiao
2020-02-13 01:53:05 +08:00
committed by Gregory Nutt
parent d0d4b7a531
commit 8b5658b918
4 changed files with 134 additions and 3 deletions
+1
View File
@@ -67,6 +67,7 @@ config ARCH_RISCV
config ARCH_SIM
bool "Simulation"
select ARCH_HAVE_MULTICPU
select ARCH_HAVE_RTC_SUBSECONDS
select ARCH_HAVE_TLS
select ARCH_HAVE_TICKLESS
select ARCH_HAVE_POWEROFF