remove obstack support
[uclibc-ng.git] / extra / Configs / Config.avr32
blob5fcd6f2166c349543af1a019a35fa96af331af2b
2 # For a description of the syntax of this configuration file,
3 # see extra/config/Kconfig-language.txt
6 config TARGET_ARCH
7         string
8         default "avr32"
10 config FORCE_OPTIONS_FOR_ARCH
11         bool
12         default y
13         select ARCH_BIG_ENDIAN
14         select ARCH_HAS_DEPRECATED_SYSCALLS
15         select FORCE_SHAREABLE_TEXT_SEGMENTS
17 choice
18         prompt "Target CPU Type"
19         default CONFIG_AVR32_AP7
21 config CONFIG_AVR32_AP7
22         bool "AVR32 AP7"
23         select ARCH_HAS_MMU
25 endchoice
27 config LINKRELAX
28         bool "Enable linker optimizations"
29         default y