config/libc/newlib.in
changeset 1591 11460fc587e6
parent 1590 b51724d5250d
child 1593 66b2463743af
     1.1 --- a/config/libc/newlib.in	Mon Oct 26 18:47:11 2009 +0100
     1.2 +++ b/config/libc/newlib.in	Wed Oct 21 22:51:39 2009 +0200
     1.3 @@ -1,14 +1,14 @@
     1.4  # newlib options
     1.5 -# depends on EXPERIMENTAL
     1.6 +# depends on EXPERIMENTAL && BARE_METAL
     1.7  
     1.8  config LIBC_newlib
     1.9      help
    1.10 -    Newlib is a C library intended for use on embedded systems. It is a 
    1.11 -    conglomeration of several library parts, all under free software 
    1.12 -    licenses that make them easily usable on embedded products. Newlib 
    1.13 -    is only available in source form. It can be compiled for a wide 
    1.14 -    array of processors, and will usually work on any architecture with
    1.15 -    the addition of a few low-level routines. 
    1.16 +      Newlib is a C library intended for use on embedded systems. It is a
    1.17 +      conglomeration of several library parts, all under free software
    1.18 +      licenses that make them easily usable on embedded products. Newlib
    1.19 +      is only available in source form. It can be compiled for a wide
    1.20 +      array of processors, and will usually work on any architecture with
    1.21 +      the addition of a few low-level routines.
    1.22  
    1.23  choice
    1.24      bool
    1.25 @@ -31,10 +31,10 @@
    1.26  config ATMEL_AVR32_HEADERS
    1.27      bool
    1.28      prompt "Install Atmel AVR32 headers"
    1.29 +    depends on ARCH_avr32
    1.30      default y
    1.31      help
    1.32        Install Atmel AVR32 headers for native AVR32 development. Most
    1.33        AVR32 MCU devices are supported.
    1.34        
    1.35        If you do native AVR32 development you want to say 'Y' here.
    1.36 -