1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-27 07:21:18 +01:00

Merge pull request #17317 from gschorcht/sys/benchmark/kconfig/cleanup_ztimer_dependency

sys/benchmark/kconfig: cleanup ztimer dependency
This commit is contained in:
Leandro Lanzieri 2021-12-02 08:57:08 +01:00 committed by GitHub
commit 58b3c07423
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 4 deletions

View File

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

View File

@ -8,7 +8,6 @@ FEATURES_OPTIONAL += periph_gpio_tamper_wake
USEMODULE += shell
USEMODULE += shell_commands
USEMODULE += benchmark
USEMODULE += ztimer_usec
# disable native GPIOs for automatic test
ifeq (native,$(BOARD))

View File

@ -5,5 +5,3 @@ CONFIG_MODULE_PERIPH_GPIO=y
CONFIG_MODULE_BENCHMARK=y
CONFIG_MODULE_SHELL=y
CONFIG_MODULE_SHELL_COMMANDS=y
CONFIG_MODULE_ZTIMER=y
CONFIG_ZTIMER_USEC=y