summaryrefslogtreecommitdiff
path: root/extra/Configs/Config.sparc
blob: 47c8ac2898b9f30e74e5dde3377a6b3da3b3326d (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
#
# For a description of the syntax of this configuration file,
# see extra/config/Kconfig-language.txt
#

config TARGET_ARCH
	string
	default "sparc"

config FORCE_OPTIONS_FOR_ARCH
	bool
	default y
	select ARCH_BIG_ENDIAN
	select ARCH_HAS_DEPRECATED_SYSCALLS

choice
	prompt "Target Processor Type"
	default CONFIG_SPARC_V8
	help
	  This is the processor type of your CPU. This information is used for
	  optimizing purposes.  Building for a v8 SPARC is pretty safe nowadays.

config CONFIG_SPARC_V7
	bool "SPARC v7"

config CONFIG_SPARC_V8
	bool "SPARC v8"

endchoice