config/tools/sstrip.in
changeset 916 68af6b83ff7e
parent 913 194c03ec22c3
child 1242 470541ef2b72
     1.1 --- a/config/tools/sstrip.in	Thu Oct 09 19:13:37 2008 +0000
     1.2 +++ b/config/tools/sstrip.in	Fri Oct 10 14:30:44 2008 +0000
     1.3 @@ -1,16 +1,10 @@
     1.4  # Configuration file for sstrip tool facility
     1.5  
     1.6 -menuconfig SSTRIP
     1.7 -    bool
     1.8 -    prompt "sstrip"
     1.9 -    depends on ! BARE_METAL
    1.10 -    default n
    1.11 +config TOOL_sstrip
    1.12      help
    1.13        The sstrip utility, to maximise the striping of ELF binaries
    1.14        (executables and libraries).
    1.15  
    1.16 -if SSTRIP
    1.17 -
    1.18  choice
    1.19      bool
    1.20      prompt "Use sstrip from:"
    1.21 @@ -44,5 +38,3 @@
    1.22      default "2.0a"
    1.23  
    1.24  endif
    1.25 -
    1.26 -endif