config/debug/dmalloc.in
changeset 916 68af6b83ff7e
parent 850 ef8549b58b6f
child 1534 d4ddf19a1968
     1.1 --- a/config/debug/dmalloc.in	Sun Sep 14 16:21:07 2008 +0000
     1.2 +++ b/config/debug/dmalloc.in	Fri Oct 10 14:30:44 2008 +0000
     1.3 @@ -1,12 +1,7 @@
     1.4  # dmalloc debug facility
     1.5  
     1.6 -menuconfig DMALLOC
     1.7 +config DEBUG_dmalloc
     1.8      bool
     1.9 -    prompt "dmalloc"
    1.10 -    default n
    1.11 -    depends on ! BARE_METAL
    1.12 -
    1.13 -if DMALLOC
    1.14  
    1.15  choice
    1.16      bool
    1.17 @@ -31,5 +26,3 @@
    1.18      default "5.5.2" if DMALLOC_V_5_5_2
    1.19  # CT_INSERT_VERSION_STRING_ABOVE
    1.20  # Don't remove above line!
    1.21 -
    1.22 -endif