summaryrefslogtreecommitdiffstats
path: root/arch/Kconfig
blob: 8620a4f94b0a8f57564f4869a7e350c4d4335e2e (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
choice
	prompt "Architecture select"
	default SANDBOX

config ARC
	bool "ARC architecture"

config ARM
	bool "ARM architecture"

config AVR32
	bool "AVR32 architecture"

config BLACKFIN
	bool "Blackfin architecture"

config M68K
	bool "M68000 architecture"

config MICROBLAZE
	bool "MicroBlaze architecture"

config MIPS
	bool "MIPS architecture"

config NDS32
	bool "NDS32 architecture"

config NIOS2
	bool "Nios II architecture"

config OPENRISC
	bool "OpenRISC architecture"

config PPC
	bool "PowerPC architecture"

config SANDBOX
	bool "Sandbox"

config SH
	bool "SuperH architecture"

config SPARC
	bool "SPARC architecture"

config X86
	bool "x86 architecture"

endchoice

source "arch/arc/Kconfig"
source "arch/arm/Kconfig"
source "arch/avr32/Kconfig"
source "arch/blackfin/Kconfig"
source "arch/m68k/Kconfig"
source "arch/microblaze/Kconfig"
source "arch/mips/Kconfig"
source "arch/nds32/Kconfig"
source "arch/nios2/Kconfig"
source "arch/openrisc/Kconfig"
source "arch/powerpc/Kconfig"
source "arch/sandbox/Kconfig"
source "arch/sh/Kconfig"
source "arch/sparc/Kconfig"
source "arch/x86/Kconfig"
OpenPOWER on IntegriCloud