diff -r 194c03ec22c3 -r d0e5f04d2e06 config/tools/sstrip.in --- a/config/tools/sstrip.in Thu Oct 09 19:13:37 2008 +0000 +++ b/config/tools/sstrip.in Sat Oct 18 18:37:28 2008 +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