config/tools/libelf.in
changeset 914 0b164a321177
parent 369 9258a7c3b84f
child 916 68af6b83ff7e
     1.1 --- a/config/tools/libelf.in	Fri Sep 07 21:31:01 2007 +0000
     1.2 +++ b/config/tools/libelf.in	Thu Oct 09 19:17:49 2008 +0000
     1.3 @@ -2,9 +2,10 @@
     1.4  
     1.5  menuconfig LIBELF
     1.6      bool
     1.7 -    prompt "libelf"
     1.8 +    prompt "libelf (BROKEN)"
     1.9      default n
    1.10 -    depends on BROKEN
    1.11 +    depends on EXPERIMENTAL
    1.12 +    depends on ! BARE_METAL
    1.13      help
    1.14        libelf lets you read, modify or create ELF files in an
    1.15        architecture-independent way.