diff -r ef8549b58b6f -r 46658e3fc781 config/debug/dmalloc.in --- a/config/debug/dmalloc.in Sun Sep 14 16:21:07 2008 +0000 +++ b/config/debug/dmalloc.in Mon May 25 17:26:21 2009 +0000 @@ -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 @@ default "5.5.2" if DMALLOC_V_5_5_2 # CT_INSERT_VERSION_STRING_ABOVE # Don't remove above line! - -endif