Masahiro Yamada | 5163125 | 2014-07-30 14:08:15 +0900 | [diff] [blame] | 1 | choice |
| 2 | prompt "Architecture select" |
| 3 | default SANDBOX |
| 4 | |
| 5 | config ARC |
| 6 | bool "ARC architecture" |
| 7 | |
| 8 | config ARM |
| 9 | bool "ARM architecture" |
| 10 | |
| 11 | config AVR32 |
| 12 | bool "AVR32 architecture" |
| 13 | |
| 14 | config BLACKFIN |
| 15 | bool "Blackfin architecture" |
| 16 | |
| 17 | config M68K |
| 18 | bool "M68000 architecture" |
| 19 | |
| 20 | config MICROBLAZE |
| 21 | bool "MicroBlaze architecture" |
| 22 | |
| 23 | config MIPS |
| 24 | bool "MIPS architecture" |
| 25 | |
| 26 | config NDS32 |
| 27 | bool "NDS32 architecture" |
| 28 | |
| 29 | config NIOS2 |
| 30 | bool "Nios II architecture" |
| 31 | |
| 32 | config OPENRISC |
| 33 | bool "OpenRISC architecture" |
| 34 | |
| 35 | config PPC |
| 36 | bool "PowerPC architecture" |
| 37 | |
| 38 | config SANDBOX |
| 39 | bool "Sandbox" |
| 40 | |
| 41 | config SH |
| 42 | bool "SuperH architecture" |
| 43 | |
| 44 | config SPARC |
| 45 | bool "SPARC architecture" |
| 46 | |
| 47 | config X86 |
| 48 | bool "x86 architecture" |
| 49 | |
| 50 | endchoice |
| 51 | |
| 52 | source "arch/arc/Kconfig" |
| 53 | source "arch/arm/Kconfig" |
| 54 | source "arch/avr32/Kconfig" |
| 55 | source "arch/blackfin/Kconfig" |
| 56 | source "arch/m68k/Kconfig" |
| 57 | source "arch/microblaze/Kconfig" |
| 58 | source "arch/mips/Kconfig" |
| 59 | source "arch/nds32/Kconfig" |
| 60 | source "arch/nios2/Kconfig" |
| 61 | source "arch/openrisc/Kconfig" |
| 62 | source "arch/powerpc/Kconfig" |
| 63 | source "arch/sandbox/Kconfig" |
| 64 | source "arch/sh/Kconfig" |
| 65 | source "arch/sparc/Kconfig" |
| 66 | source "arch/x86/Kconfig" |