1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

sys/ztimer: add ZTIMER_SEC to Kconfig

This commit is contained in:
Karl Fessel 2021-04-01 12:01:05 +02:00
parent 0b5709a853
commit 9e7f1d0097

View File

@ -44,6 +44,10 @@ config MODULE_ZTIMER_MSEC
bool "Milliseconds"
depends on MODULE_ZTIMER_PERIPH_TIMER || MODULE_ZTIMER_PERIPH_RTT
config MODULE_ZTIMER_SEC
bool "Seconds"
depends on MODULE_ZTIMER_PERIPH_TIMER || MODULE_ZTIMER_PERIPH_RTT || MODULE_ZTIMER_PERIPH_RTC
endmenu # Clocks