summaryrefslogtreecommitdiffstats
path: root/arch/Config.in.sparc
blob: cd845b2da3fe790b2bad22a4645eab1cadc4a073 (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
choice
	prompt "Target Architecture Variant"
	depends on BR2_sparc
	default BR2_sparc_v8
	help
	  Specific CPU variant to use

config BR2_sparc_v8
	bool "v8"
config BR2_sparc_leon3
	bool "leon3"
endchoice

config BR2_ARCH
	default "sparc"	if BR2_sparc

config BR2_ENDIAN
	default "BIG"

config BR2_ARCH_HAS_ATOMICS
	default y

config BR2_GCC_TARGET_TUNE
	default "v8"		if BR2_sparc_v8

config BR2_GCC_TARGET_CPU
	default "leon3"		if BR2_sparc_leon3
OpenPOWER on IntegriCloud