2007-05-18 15:57:16 +00:00
|
|
|
# dmalloc debug facility
|
|
|
|
|
2008-10-10 14:30:44 +00:00
|
|
|
config DEBUG_dmalloc
|
2007-05-18 15:57:16 +00:00
|
|
|
bool
|
|
|
|
|
|
|
|
choice
|
|
|
|
bool
|
|
|
|
prompt "dmalloc version"
|
2009-09-13 18:38:06 +02:00
|
|
|
# Don't remove next line
|
|
|
|
# CT_INSERT_VERSION_BELOW
|
2007-05-18 15:57:16 +00:00
|
|
|
|
2009-09-13 17:51:33 +02:00
|
|
|
config DMALLOC_V_5_5_2
|
|
|
|
bool
|
|
|
|
prompt "5.5.2"
|
|
|
|
|
2007-05-18 15:57:16 +00:00
|
|
|
config DMALLOC_V_5_4_3
|
|
|
|
bool
|
2007-08-14 20:11:44 +00:00
|
|
|
prompt "5.4.3 (OBSOLETE)"
|
2007-05-18 15:57:16 +00:00
|
|
|
depends on OBSOLETE
|
|
|
|
|
|
|
|
endchoice
|
|
|
|
|
|
|
|
config DMALLOC_VERSION
|
|
|
|
string
|
2009-09-13 18:38:06 +02:00
|
|
|
# Don't remove next line
|
|
|
|
# CT_INSERT_VERSION_STRING_BELOW
|
2007-05-18 15:57:16 +00:00
|
|
|
default "5.5.2" if DMALLOC_V_5_5_2
|
2009-09-13 17:51:33 +02:00
|
|
|
default "5.4.3" if DMALLOC_V_5_4_3
|