OSDN Git Service

default ?conf to native arch
[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 source "extra/Configs/Config.in.arches"
11 menu "Target Architecture Features and Options"
12 source "extra/Configs/Config.in.arch"
13
14 config FORCE_OPTIONS_FOR_ARCH
15         bool
16         default y
17         select ARCH_BIG_ENDIAN
18
19 config ARCH_CFLAGS
20         string
21
22 choice
23         prompt "Target Processor Type"
24         default CONFIG_SPARC_V8
25         help
26           This is the processor type of your CPU. This information is used for
27           optimizing purposes.  Building for a v8 SPARC is pretty safe nowadays.
28
29           Warning: shared library support requires v8 or better, so building for 
30           SPARC v7 will give you only static support.
31
32 config CONFIG_SPARC_V7
33         select ARCH_HAS_NO_SHARED
34         bool "SPARC v7"
35
36 config CONFIG_SPARC_V8
37         bool "SPARC v8"
38
39 config CONFIG_SPARC_V9
40         bool "SPARC v9"
41
42 config CONFIG_SPARC_V9B
43         bool "SPARC v9b"
44
45 endchoice
46
47 endmenu
48 source "extra/Configs/Config.in.common"