From 7cf93cb78bc15a8c9b6bb0688b6a0b76774ab45c Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Sat, 4 Dec 2021 12:00:25 +0100 Subject: [PATCH] tests/trace: add Kconfig --- tests/trace/app.config.test | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/trace/app.config.test diff --git a/tests/trace/app.config.test b/tests/trace/app.config.test new file mode 100644 index 0000000000..19114841f9 --- /dev/null +++ b/tests/trace/app.config.test @@ -0,0 +1,3 @@ +# this file enables modules defined in Kconfig. Do not use this file for +# application configuration. This is only needed during migration. +CONFIG_MODULE_TRACE=y