2 prompt "Architecture select"
6 bool "ARC architecture"
9 bool "ARM architecture"
10 select HAVE_PRIVATE_LIBGCC
11 select SUPPORT_OF_CONTROL
14 bool "AVR32 architecture"
17 bool "Blackfin architecture"
20 bool "M68000 architecture"
23 bool "MicroBlaze architecture"
24 select SUPPORT_OF_CONTROL
27 bool "MIPS architecture"
28 select HAVE_PRIVATE_LIBGCC
31 bool "NDS32 architecture"
34 bool "Nios II architecture"
37 bool "OpenRISC architecture"
40 bool "PowerPC architecture"
41 select HAVE_PRIVATE_LIBGCC
45 select SUPPORT_OF_CONTROL
48 bool "SuperH architecture"
49 select HAVE_PRIVATE_LIBGCC
52 bool "SPARC architecture"
55 bool "x86 architecture"
56 select HAVE_PRIVATE_LIBGCC
57 select SUPPORT_OF_CONTROL
64 This option should contain the architecture name to build the
65 appropriate arch/<CONFIG_SYS_ARCH> directory.
66 All the architectures should specify this option correctly.
71 This option should contain the CPU name to build the correct
72 arch/<CONFIG_SYS_ARCH>/cpu/<CONFIG_SYS_CPU> directory.
74 This is optional. For those targets without the CPU directory,
75 leave this option empty.
80 This option should contain the SoC name to build the directory
81 arch/<CONFIG_SYS_ARCH>/cpu/<CONFIG_SYS_CPU>/<CONFIG_SYS_SOC>.
83 This is optional. For those targets without the SoC directory,
84 leave this option empty.
89 This option should contain the vendor name of the target board.
91 board/<CONFIG_SYS_VENDOR>/common/Makefile exists, the vendor common
92 directory is compiled.
93 If CONFIG_SYS_BOARD is also set, the sources under
94 board/<CONFIG_SYS_VENDOR>/<CONFIG_SYS_BOARD> directory are compiled.
96 This is optional. For those targets without the vendor directory,
97 leave this option empty.
102 This option should contain the name of the target board.
103 If it is set, either board/<CONFIG_SYS_VENDOR>/<CONFIG_SYS_BOARD>
104 or board/<CONFIG_SYS_BOARD> directory is compiled depending on
105 whether CONFIG_SYS_VENDOR is set or not.
107 This is optional. For those targets without the board directory,
108 leave this option empty.
110 config SYS_CONFIG_NAME
113 This option should contain the base name of board header file.
114 The header file include/configs/<CONFIG_SYS_CONFIG_NAME>.h
115 should be included from include/config.h.
117 source "arch/arc/Kconfig"
118 source "arch/arm/Kconfig"
119 source "arch/avr32/Kconfig"
120 source "arch/blackfin/Kconfig"
121 source "arch/m68k/Kconfig"
122 source "arch/microblaze/Kconfig"
123 source "arch/mips/Kconfig"
124 source "arch/nds32/Kconfig"
125 source "arch/nios2/Kconfig"
126 source "arch/openrisc/Kconfig"
127 source "arch/powerpc/Kconfig"
128 source "arch/sandbox/Kconfig"
129 source "arch/sh/Kconfig"
130 source "arch/sparc/Kconfig"
131 source "arch/x86/Kconfig"