From f1d4cc09245014451e4edd25cacf70f3dae21ee8 Mon Sep 17 00:00:00 2001 From: Francisco Molina Date: Wed, 2 Mar 2022 08:28:07 +0100 Subject: [PATCH] sys/ztimer/Kconfig: remv dep between ztimer64_compat and ztimer_compat This is done to avoid circular dependency, it will currently allow for ztimer64_xtimer_compat beeing selected as well as xtimer_on_ztimer. This altough incorrect mimics make, and will be fixed when making ztimer_xtimer_compat the default xtimer backend --- sys/ztimer/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/ztimer/Kconfig b/sys/ztimer/Kconfig index 7483b1b230..c68a070378 100644 --- a/sys/ztimer/Kconfig +++ b/sys/ztimer/Kconfig @@ -166,7 +166,6 @@ config MODULE_ZTIMER64_XTIMER_COMPAT select MODULE_DIV select MODULE_ZTIMER64 select MODULE_ZTIMER64_USEC - depends on MODULE_ZTIMER_XTIMER_COMPAT help This is a wrapper of xtimer API on ztimer64_usec.