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.in10
1 files changed, 1 insertions, 9 deletions
diff --git a/config/debug/duma.in b/config/debug/duma.in
index 5de4e7c..eebb621 100644
--- a/config/debug/duma.in
+++ b/config/debug/duma.in
@@ -1,17 +1,11 @@
# D.U.M.A. - Detect Unintended Memory Access - Memory checker
-menuconfig DUMA
- bool
- prompt "D.U.M.A."
- default n
- depends on ! BARE_METAL
+config DEBUG_duma
help
D.U.M.A. - Detect Unintended Memory Access
A memory bound checker, with additional features.
Formerly known as Electric Fence.
-if DUMA
-
config DUMA_A
bool
prompt "Build a static library"
@@ -55,5 +49,3 @@ config DUMA_VERSION
default "2_5_14" if DUMA_V_2_5_14
# CT_INSERT_VERSION_STRING_ABOVE
# Don't remove above line!
-
-endif