OSDN Git Service

mkostemp: fix implementation
[uclinux-h8/uClibc.git] / extra / Configs / Config.sparc
1 #
2 # For a description of the syntax of this configuration file,
3 # see extra/config/Kconfig-language.txt
4 #
5
6 config TARGET_ARCH
7         string
8         default "sparc"
9
10 config FORCE_OPTIONS_FOR_ARCH
11         bool
12         default y
13         select ARCH_BIG_ENDIAN
14         select ARCH_HAS_DEPRECATED_SYSCALLS
15
16 choice
17         prompt "Target Processor Type"
18         default CONFIG_SPARC_V8
19         help
20           This is the processor type of your CPU. This information is used for
21           optimizing purposes.  Building for a v8 SPARC is pretty safe nowadays.
22
23 config CONFIG_SPARC_V7
24         bool "SPARC v7"
25
26 config CONFIG_SPARC_V8
27         bool "SPARC v8"
28
29 endchoice