From d5a94d79a53aedb701569c17c3aad31dd8cbdecc Mon Sep 17 00:00:00 2001 From: MrKevinWeiss Date: Thu, 11 Feb 2021 16:14:13 +0100 Subject: [PATCH] tests/posix_sleep: add Kconfig configuration file --- tests/posix_sleep/app.config.test | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tests/posix_sleep/app.config.test diff --git a/tests/posix_sleep/app.config.test b/tests/posix_sleep/app.config.test new file mode 100644 index 0000000000..fcf9e41a87 --- /dev/null +++ b/tests/posix_sleep/app.config.test @@ -0,0 +1,5 @@ +CONFIG_MODULE_POSIX_SLEEP=y +CONFIG_MODULE_ZTIMER=y +CONFIG_MODULE_ZTIMER_PERIPH_TIMER=y +CONFIG_MODULE_ZTIMER_USEC=y +CONFIG_MODULE_ZTIMER_MSEC=y