2 prompt "Architecture select"
6 bool "ARC architecture"
7 select HAVE_PRIVATE_LIBGCC
10 bool "ARM architecture"
11 select HAVE_PRIVATE_LIBGCC
12 select SUPPORT_OF_CONTROL
15 bool "AVR32 architecture"
18 bool "Blackfin architecture"
21 bool "M68000 architecture"
24 bool "MicroBlaze architecture"
25 select SUPPORT_OF_CONTROL
28 bool "MIPS architecture"
29 select HAVE_PRIVATE_LIBGCC
32 bool "NDS32 architecture"
35 bool "Nios II architecture"
38 bool "OpenRISC architecture"
41 bool "PowerPC architecture"
42 select HAVE_PRIVATE_LIBGCC
46 select SUPPORT_OF_CONTROL
49 bool "SuperH architecture"
50 select HAVE_PRIVATE_LIBGCC
53 bool "SPARC architecture"
56 bool "x86 architecture"
57 select HAVE_PRIVATE_LIBGCC
58 select SUPPORT_OF_CONTROL
65 This option should contain the architecture name to build the
66 appropriate arch/<CONFIG_SYS_ARCH> directory.
67 All the architectures should specify this option correctly.
72 This option should contain the CPU name to build the correct
73 arch/<CONFIG_SYS_ARCH>/cpu/<CONFIG_SYS_CPU> directory.
75 This is optional. For those targets without the CPU directory,
76 leave this option empty.
81 This option should contain the SoC name to build the directory
82 arch/<CONFIG_SYS_ARCH>/cpu/<CONFIG_SYS_CPU>/<CONFIG_SYS_SOC>.
84 This is optional. For those targets without the SoC directory,
85 leave this option empty.
90 This option should contain the vendor name of the target board.
92 board/<CONFIG_SYS_VENDOR>/common/Makefile exists, the vendor common
93 directory is compiled.
94 If CONFIG_SYS_BOARD is also set, the sources under
95 board/<CONFIG_SYS_VENDOR>/<CONFIG_SYS_BOARD> directory are compiled.
97 This is optional. For those targets without the vendor directory,
98 leave this option empty.
103 This option should contain the name of the target board.
104 If it is set, either board/<CONFIG_SYS_VENDOR>/<CONFIG_SYS_BOARD>
105 or board/<CONFIG_SYS_BOARD> directory is compiled depending on
106 whether CONFIG_SYS_VENDOR is set or not.
108 This is optional. For those targets without the board directory,
109 leave this option empty.
111 config SYS_CONFIG_NAME
114 This option should contain the base name of board header file.
115 The header file include/configs/<CONFIG_SYS_CONFIG_NAME>.h
116 should be included from include/config.h.
118 source "arch/arc/Kconfig"
119 source "arch/arm/Kconfig"
120 source "arch/avr32/Kconfig"
121 source "arch/blackfin/Kconfig"
122 source "arch/m68k/Kconfig"
123 source "arch/microblaze/Kconfig"
124 source "arch/mips/Kconfig"
125 source "arch/nds32/Kconfig"
126 source "arch/nios2/Kconfig"
127 source "arch/openrisc/Kconfig"
128 source "arch/powerpc/Kconfig"
129 source "arch/sandbox/Kconfig"
130 source "arch/sh/Kconfig"
131 source "arch/sparc/Kconfig"
132 source "arch/x86/Kconfig"