mgl@1371: # newlib options mgl@1371: # depends on EXPERIMENTAL mgl@1371: mgl@1371: config LIBC_newlib mgl@1371: help mgl@1371: Newlib is a C library intended for use on embedded systems. It is a mgl@1371: conglomeration of several library parts, all under free software mgl@1371: licenses that make them easily usable on embedded products. Newlib mgl@1371: is only available in source form. It can be compiled for a wide mgl@1371: array of processors, and will usually work on any architecture with mgl@1371: the addition of a few low-level routines. mgl@1371: mgl@1371: choice mgl@1371: bool mgl@1371: prompt "newlib version" mgl@1371: mgl@1371: config NEWLIB_V_1_17_0 mgl@1371: bool mgl@1371: prompt "1.17.0" mgl@1371: mgl@1371: # CT_INSERT_VERSION_ABOVE mgl@1371: # Don't remove above line! mgl@1371: mgl@1371: endchoice mgl@1371: mgl@1371: config LIBC_VERSION mgl@1371: string mgl@1371: default "1.17.0" if NEWLIB_V_1_17_0 mgl@1371: mgl@1371: # CT_INSERT_VERSION_STRING_ABOVE mgl@1371: # Don't remove above line! mgl@1373: mgl@1373: config ATMEL_AVR32_HEADERS mgl@1373: bool mgl@1373: prompt "Install Atmel AVR32 headers" mgl@1373: default y mgl@1373: help mgl@1373: Install Atmel AVR32 headers for native AVR32 development. Most mgl@1373: AVR32 MCU devices are supported. mgl@1373: mgl@1373: If you do native AVR32 development you want to say 'Y' here. mgl@1373: