crosstool-ng/config/debug/duma.in
Alexey Neyman 2f286ce5ab Retire BACKEND stuff
... it is possible to just not set it in the configuration, why force
it? It just increases the complexity in Kconfig.

Signed-off-by: Alexey Neyman <stilor@att.net>
2017-04-23 00:24:41 -07:00

38 lines
750 B
Plaintext

# D.U.M.A. - Detect Unintended Memory Access - Memory checker
## depends on ! BARE_METAL
## help D.U.M.A. - Detect Unintended Memory Access
## help A memory bound checker, with additional features.
## help Formerly known as Electric Fence.
config DUMA_SO
bool
prompt "Build a shared library"
depends on SHARED_LIBS
default y
config DUMA_CUSTOM_WRAPPER
bool
prompt "Install custom D.U.M.A wrapper"
default y
depends on DUMA_SO
choice
bool
prompt "D.U.M.A. version"
# Don't remove next line
# CT_INSERT_VERSION_BELOW
config DUMA_V_2_5_15
bool
prompt "2_5_15"
endchoice
config DUMA_VERSION
string
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
default "2_5_15" if DUMA_V_2_5_15