summaryrefslogtreecommitdiff
path: root/config/debug/duma.in
diff options
context:
space:
mode:
Diffstat (limited to 'config/debug/duma.in')
-rw-r--r--config/debug/duma.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/config/debug/duma.in b/config/debug/duma.in
index 374339d..5f08087 100644
--- a/config/debug/duma.in
+++ b/config/debug/duma.in
@@ -1,6 +1,7 @@
# D.U.M.A. - Detect Unintended Memory Access - Memory checker
## depends on ! BACKEND
+## depends on ! BARE_METAL
## help D.U.M.A. - Detect Unintended Memory Access
## help A memory bound checker, with additional features.
@@ -14,7 +15,8 @@ config DUMA_A
config DUMA_SO
bool
prompt "Build a shared library"
- default y if SHARED_LIBS
+ depends on SHARED_LIBS
+ default y
choice
bool