summaryrefslogtreecommitdiff
path: root/test/Kconfig
diff options
context:
space:
mode:
authorRichard Braun <rbraun@sceen.net>2018-01-07 00:35:46 +0100
committerRichard Braun <rbraun@sceen.net>2018-01-07 00:35:46 +0100
commit2396ae7dc601c9159ce1a86274133a7f90bf3aca (patch)
treed352cb9978e4c43693972235cb4c1a9dd8c5ebe9 /test/Kconfig
parenta97a2bc6f1c24851ef19600a7bd15b211137abfe (diff)
kern/Kconfig: new MUTEX_DEBUG option
Diffstat (limited to 'test/Kconfig')
-rw-r--r--test/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Kconfig b/test/Kconfig
index 7a71f4fb..8f3ae8ba 100644
--- a/test/Kconfig
+++ b/test/Kconfig
@@ -14,6 +14,7 @@ config TEST_MODULE_LLSYNC_DEFER
config TEST_MODULE_MUTEX
bool "mutex"
+ select MUTEX_DEBUG
config TEST_MODULE_MUTEX_PI
bool "mutex_pi"