From 2ec6a0073470416fbcb357b53554dab430039105 Mon Sep 17 00:00:00 2001 From: Francisco Molina Date: Thu, 25 Nov 2021 12:03:40 +0100 Subject: [PATCH] tests/saul: add Kconfig --- tests/saul/app.config.test | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/saul/app.config.test diff --git a/tests/saul/app.config.test b/tests/saul/app.config.test new file mode 100644 index 0000000000..88777efd99 --- /dev/null +++ b/tests/saul/app.config.test @@ -0,0 +1,3 @@ +CONFIG_MODULE_SAUL_DEFAULT=y +CONFIG_MODULE_SAUL=y +CONFIG_MODULE_XTIMER=y