Skip to content

Commit

Permalink
fixup! fixup! sys/*timer: rework dependecies to ease backend switch
Browse files Browse the repository at this point in the history
  • Loading branch information
fjmolinas committed Mar 17, 2022
1 parent 0ae8a9c commit 87d658e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions sys/xtimer/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,13 @@ menuconfig MODULE_XTIMER
when MODULE_XTIMER_ON_ZTIMER is enabled.

if MODULE_XTIMER

config MODULE_XTIMER_NO_ZTIMER_DEFAULT
bool "xtimer does not select ztimer"
default y
endif

config MODULE_AUTO_INIT_XTIMER
bool "Auto-init xtimer"
default y if MODULE_AUTO_INIT && !MODULE_ZTIMER_XTIMER_COMPAT
depends on MODULE_XTIMER

endif # MODULE_XTIMER

0 comments on commit 87d658e

Please sign in to comment.