2007-07-12 08:47:15 +00:00
|
|
|
# D.U.M.A. - Detect Unintended Memory Access - Memory checker
|
|
|
|
|
2016-11-28 23:40:37 -08:00
|
|
|
## depends on ! BARE_METAL
|
2011-05-08 19:02:44 +02:00
|
|
|
|
|
|
|
## help D.U.M.A. - Detect Unintended Memory Access
|
|
|
|
## help A memory bound checker, with additional features.
|
|
|
|
## help Formerly known as Electric Fence.
|
2007-07-12 08:47:15 +00:00
|
|
|
|
|
|
|
config DUMA_SO
|
|
|
|
bool
|
|
|
|
prompt "Build a shared library"
|
2016-09-07 17:24:22 +03:00
|
|
|
depends on SHARED_LIBS
|
|
|
|
default y
|
2007-07-12 08:47:15 +00:00
|
|
|
|
2017-01-29 18:54:13 -08:00
|
|
|
config DUMA_CUSTOM_WRAPPER
|
|
|
|
bool
|
|
|
|
prompt "Install custom D.U.M.A wrapper"
|
|
|
|
default y
|
|
|
|
depends on DUMA_SO
|