config/tools/libelf.in
changeset 916 68af6b83ff7e
parent 914 0b164a321177
child 975 c43713a3bf7e
     1.1 --- a/config/tools/libelf.in	Thu Oct 09 19:17:49 2008 +0000
     1.2 +++ b/config/tools/libelf.in	Fri Oct 10 14:30:44 2008 +0000
     1.3 @@ -1,11 +1,7 @@
     1.4 +# EXPERIMENTAL
     1.5  # libelf config file
     1.6  
     1.7 -menuconfig LIBELF
     1.8 -    bool
     1.9 -    prompt "libelf (BROKEN)"
    1.10 -    default n
    1.11 -    depends on EXPERIMENTAL
    1.12 -    depends on ! BARE_METAL
    1.13 +config TOOL_libelf
    1.14      help
    1.15        libelf lets you read, modify or create ELF files in an
    1.16        architecture-independent way.
    1.17 @@ -14,8 +10,6 @@
    1.18        please be so kind as to tell me. (By working, I mean it is
    1.19        useable at least by ltrace.) Thank you!
    1.20  
    1.21 -if LIBELF
    1.22 -
    1.23  choice
    1.24      bool
    1.25      prompt "libelf version"
    1.26 @@ -44,5 +38,3 @@
    1.27      default "0.8.10" if LIBELF_V_0_8_10
    1.28  # CT_INSERT_VERSION_STRING_ABOVE
    1.29  # Don't remove above line!
    1.30 -
    1.31 -endif