summaryrefslogtreecommitdiff
path: root/config/tools/sstrip.in
diff options
context:
space:
mode:
Diffstat (limited to 'config/tools/sstrip.in')
-rw-r--r--config/tools/sstrip.in10
1 files changed, 1 insertions, 9 deletions
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