summaryrefslogtreecommitdiff
path: root/config/debug/ltrace.in
diff options
context:
space:
mode:
Diffstat (limited to 'config/debug/ltrace.in')
-rw-r--r--config/debug/ltrace.in14
1 files changed, 3 insertions, 11 deletions
diff --git a/config/debug/ltrace.in b/config/debug/ltrace.in
index dbc90ea..ebe00e8 100644
--- a/config/debug/ltrace.in
+++ b/config/debug/ltrace.in
@@ -1,20 +1,14 @@
+# EXPERIMENTAL
# ltrace
-menuconfig LTRACE
- bool
- prompt "ltrace (EXPERIMENTAL)"
- default n
- depends on EXPERIMENTAL
- depends on ! BARE_METAL
- select LIBELF
+config DEBUG_ltrace
+ select TOOL_libelf
help
ltrace is currently BROKEN! It depends on libelf, and I don't
know how to configure/compile that so that ltrace can successfully
use it. If you manage to build ltrace (and libelf!), please be so
kind as to tell me! Thank you!
-if LTRACE
-
choice
bool
prompt "ltrace version"
@@ -38,5 +32,3 @@ config LTRACE_VERSION
default "0.4" if LTRACE_V_0_4
# CT_INSERT_VERSION_STRING_ABOVE
# # Don't remove above line!
-
-endif