config/debug/duma.in
changeset 916 68af6b83ff7e
parent 850 ef8549b58b6f
child 1436 3cfa075e88b3
     1.1 --- a/config/debug/duma.in	Sun Sep 14 16:21:07 2008 +0000
     1.2 +++ b/config/debug/duma.in	Fri Oct 10 14:30:44 2008 +0000
     1.3 @@ -1,17 +1,11 @@
     1.4  # D.U.M.A. - Detect Unintended Memory Access - Memory checker
     1.5  
     1.6 -menuconfig DUMA
     1.7 -    bool
     1.8 -    prompt "D.U.M.A."
     1.9 -    default n
    1.10 -    depends on ! BARE_METAL
    1.11 +config DEBUG_duma
    1.12      help
    1.13        D.U.M.A. - Detect Unintended Memory Access
    1.14        A memory bound checker, with additional features.
    1.15        Formerly known as Electric Fence.
    1.16  
    1.17 -if DUMA
    1.18 -
    1.19  config DUMA_A
    1.20      bool
    1.21      prompt "Build a static library"
    1.22 @@ -55,5 +49,3 @@
    1.23      default "2_5_14" if DUMA_V_2_5_14
    1.24  # CT_INSERT_VERSION_STRING_ABOVE
    1.25  # Don't remove above line!
    1.26 -
    1.27 -endif