From 87d658e085e1d5d16a336e461e3fb2a98f0fd2c0 Mon Sep 17 00:00:00 2001 From: Francisco Molina Date: Thu, 17 Mar 2022 14:24:22 +0100 Subject: [PATCH] fixup! fixup! sys/*timer: rework dependecies to ease backend switch --- sys/xtimer/Kconfig | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sys/xtimer/Kconfig b/sys/xtimer/Kconfig index 228586c986659..b4de1eb6e5827 100644 --- a/sys/xtimer/Kconfig +++ b/sys/xtimer/Kconfig @@ -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