summaryrefslogtreecommitdiff
path: root/config/debug/dmalloc.in
diff options
context:
space:
mode:
Diffstat (limited to 'config/debug/dmalloc.in')
-rw-r--r--config/debug/dmalloc.in9
1 files changed, 1 insertions, 8 deletions
diff --git a/config/debug/dmalloc.in b/config/debug/dmalloc.in
index 692c229..7f4751f 100644
--- a/config/debug/dmalloc.in
+++ b/config/debug/dmalloc.in
@@ -1,12 +1,7 @@
# dmalloc debug facility
-menuconfig DMALLOC
+config DEBUG_dmalloc
bool
- prompt "dmalloc"
- default n
- depends on ! BARE_METAL
-
-if DMALLOC
choice
bool
@@ -31,5 +26,3 @@ config DMALLOC_VERSION
default "5.5.2" if DMALLOC_V_5_5_2
# CT_INSERT_VERSION_STRING_ABOVE
# Don't remove above line!
-
-endif