summaryrefslogtreecommitdiffstats
path: root/arch/Config.in.sparc
blob: e1f72cc7b33bd7587ee613bd83a3cab5498ad528 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
choice
	prompt "Target Architecture Variant"
	depends on BR2_sparc
	default BR2_sparc_v7
	help
	  Specific CPU variant to use

config BR2_sparc_v7
	bool "v7"
config BR2_sparc_cypress
	bool "cypress"
config BR2_sparc_v8
	bool "v8"
config BR2_sparc_sparchfleon
	bool "hfleon"
config BR2_sparc_sparchfleonv8
	bool "hfleonv8"
config BR2_sparc_sparcsfleon
	bool "sfleon"
config BR2_sparc_sparcsfleonv8
	bool "sfleonv8"
config BR2_sparc_supersparc
	bool "supersparc"
config BR2_sparc_sparclite
	bool "sparclite"
config BR2_sparc_f930
	bool "f930"
config BR2_sparc_f934
	bool "f934"
config BR2_sparc_hypersparc
	bool "hypersparc"
config BR2_sparc_sparclite86x
	bool "sparclite86x"
config BR2_sparc_sparclet
	bool "sparclet"
config BR2_sparc_tsc701
	bool "tsc701"
endchoice

config BR2_ARCH
	default "sparc"	if BR2_sparc

config BR2_ENDIAN
	default "BIG"

config BR2_GCC_TARGET_TUNE
	default "v7"		if BR2_sparc_v7
	default "cypress"	if BR2_sparc_cypress
	default "v8"		if BR2_sparc_v8
	default "supersparc"	if BR2_sparc_supersparc
	default "hypersparc"	if BR2_sparc_hypersparc
	default "sparclite"	if BR2_sparc_sparclite
	default "f930"		if BR2_sparc_f930
	default "f934"		if BR2_sparc_f934
	default "sparclite86x"	if BR2_sparc_sparclite86x
	default "sparclet"	if BR2_sparc_sparclet
	default "tsc701"	if BR2_sparc_tsc701
	default "v9"		if BR2_sparc_v9
	default "v9"		if BR2_sparc_v9a
	default "v9"		if BR2_sparc_v9b
	default "ultrasparc"	if BR2_sparc_ultrasparc
	default "ultrasparc3"	if BR2_sparc_ultrasparc3
	default "niagara"	if BR2_sparc_niagara

config BR2_GCC_TARGET_CPU
	default "sparchfleon"	if BR2_sparc_sparchfleon
	default "sparchfleonv8"	if BR2_sparc_sparchfleonv8
	default "sparcsfleon"	if BR2_sparc_sparcsfleon
	default "sparcsfleonv8"	if BR2_sparc_sparcsfleonv8