diff -r 194c03ec22c3 -r 8508ec77df4c config/tools/sstrip.in --- a/config/tools/sstrip.in Thu Oct 09 19:13:37 2008 +0000 +++ b/config/tools/sstrip.in Thu Jan 29 22:09:55 2009 +0000 @@ -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 @@ default "2.0a" endif - -endif