1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-18 02:53:52 +01:00

sys/benchmark/kconfig: cleanup ztimer dependency

This commit is contained in:
Gunar Schorcht 2021-12-01 18:35:17 +01:00
parent 8056eafffd
commit 83e9fdce7c

View File

@ -7,5 +7,6 @@
config MODULE_BENCHMARK config MODULE_BENCHMARK
bool "Simple benchmarks support" bool "Simple benchmarks support"
depends on MODULE_ZTIMER_USEC select MODULE_ZTIMER
select MODULE_ZTIMER_USEC
depends on TEST_KCONFIG depends on TEST_KCONFIG