summaryrefslogtreecommitdiff
path: root/config/tools
diff options
context:
space:
mode:
Diffstat (limited to 'config/tools')
-rw-r--r--config/tools/libelf.in12
-rw-r--r--config/tools/sstrip.in10
2 files changed, 3 insertions, 19 deletions
diff --git a/config/tools/libelf.in b/config/tools/libelf.in
index 213fdc5..91579f7 100644
--- a/config/tools/libelf.in
+++ b/config/tools/libelf.in
@@ -1,11 +1,7 @@
+# EXPERIMENTAL
# libelf config file
-menuconfig LIBELF
- bool
- prompt "libelf (BROKEN)"
- default n
- depends on EXPERIMENTAL
- depends on ! BARE_METAL
+config TOOL_libelf
help
libelf lets you read, modify or create ELF files in an
architecture-independent way.
@@ -14,8 +10,6 @@ menuconfig LIBELF
please be so kind as to tell me. (By working, I mean it is
useable at least by ltrace.) Thank you!
-if LIBELF
-
choice
bool
prompt "libelf version"
@@ -44,5 +38,3 @@ config LIBELF_VERSION
default "0.8.10" if LIBELF_V_0_8_10
# CT_INSERT_VERSION_STRING_ABOVE
# Don't remove above line!
-
-endif
diff --git a/config/tools/sstrip.in b/config/tools/sstrip.in
index 9b7d9d6..f78330f 100644
--- a/config/tools/sstrip.in
+++ b/config/tools/sstrip.in
@@ -1,16 +1,10 @@
# Configuration file for sstrip tool facility
-menuconfig SSTRIP
- bool
- prompt "sstrip"
- depends on ! BARE_METAL
- default n
+config TOOL_sstrip
help
The sstrip utility, to maximise the striping of ELF binaries
(executables and libraries).
-if SSTRIP
-
choice
bool
prompt "Use sstrip from:"
@@ -44,5 +38,3 @@ config SSTRIP_ELFKICKERS_VERSION
default "2.0a"
endif
-
-endif