remove obstack support
[uclibc-ng.git] / extra / Configs / Config.sparc
blob8b5da330ff911a159060627d7e74708c82be0130
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 "sparc"
10 config FORCE_OPTIONS_FOR_ARCH
11         bool
12         default y
13         select ARCH_BIG_ENDIAN
14         select ARCH_HAS_UCONTEXT
15         select ARCH_HAS_DEPRECATED_SYSCALLS
17 choice
18         prompt "Target Processor Type"
19         default CONFIG_SPARC_V8
20         help
21           This is the processor type of your CPU. This information is used for
22           optimizing purposes.  Building for a v8 SPARC is pretty safe nowadays.
24 config CONFIG_SPARC_V7
25         bool "SPARC v7"
27 config CONFIG_SPARC_V8
28         bool "SPARC v8"
30 endchoice