2 prompt "Architecture select"
6 bool "ARC architecture"
9 bool "ARM architecture"
12 bool "AVR32 architecture"
15 bool "Blackfin architecture"
18 bool "M68000 architecture"
21 bool "MicroBlaze architecture"
24 bool "MIPS architecture"
27 bool "NDS32 architecture"
30 bool "Nios II architecture"
33 bool "OpenRISC architecture"
36 bool "PowerPC architecture"
42 bool "SuperH architecture"
45 bool "SPARC architecture"
48 bool "x86 architecture"
55 This option should contain the architecture name to build the
56 appropriate arch/<CONFIG_SYS_ARCH> directory.
57 All the architectures should specify this option correctly.
62 This option should contain the CPU name to build the correct
63 arch/<CONFIG_SYS_ARCH>/cpu/<CONFIG_SYS_CPU> directory.
65 This is optional. For those targets without the CPU directory,
66 leave this option empty.
71 This option should contain the SoC name to build the directory
72 arch/<CONFIG_SYS_ARCH>/cpu/<CONFIG_SYS_CPU>/<CONFIG_SYS_SOC>.
74 This is optional. For those targets without the SoC directory,
75 leave this option empty.
80 This option should contain the vendor name of the target board.
82 board/<CONFIG_SYS_VENDOR>/common/Makefile exists, the vendor common
83 directory is compiled.
84 If CONFIG_SYS_BOARD is also set, the sources under
85 board/<CONFIG_SYS_VENDOR>/<CONFIG_SYS_BOARD> directory are compiled.
87 This is optional. For those targets without the vendor directory,
88 leave this option empty.
93 This option should contain the name of the target board.
94 If it is set, either board/<CONFIG_SYS_VENDOR>/<CONFIG_SYS_BOARD>
95 or board/<CONFIG_SYS_BOARD> directory is compiled depending on
96 whether CONFIG_SYS_VENDOR is set or not.
98 This is optional. For those targets without the board directory,
99 leave this option empty.
101 config SYS_CONFIG_NAME
104 This option should contain the base name of board header file.
105 The header file include/configs/<CONFIG_SYS_CONFIG_NAME>.h
106 should be included from include/config.h.
108 source "arch/arc/Kconfig"
109 source "arch/arm/Kconfig"
110 source "arch/avr32/Kconfig"
111 source "arch/blackfin/Kconfig"
112 source "arch/m68k/Kconfig"
113 source "arch/microblaze/Kconfig"
114 source "arch/mips/Kconfig"
115 source "arch/nds32/Kconfig"
116 source "arch/nios2/Kconfig"
117 source "arch/openrisc/Kconfig"
118 source "arch/powerpc/Kconfig"
119 source "arch/sandbox/Kconfig"
120 source "arch/sh/Kconfig"
121 source "arch/sparc/Kconfig"
122 source "arch/x86/Kconfig"