blob: 1102346220086a8245ea3786fc44d29fdf58930a [file] [log] [blame]
Masahiro Yamada0a12e682015-03-19 19:42:51 +09001config HAVE_GENERIC_BOARD
2 bool
3
Masahiro Yamada0a9e7ee2015-03-19 19:42:52 +09004config SYS_GENERIC_BOARD
5 bool
6 depends on HAVE_GENERIC_BOARD
7
Masahiro Yamada51631252014-07-30 14:08:15 +09008choice
9 prompt "Architecture select"
10 default SANDBOX
11
12config ARC
13 bool "ARC architecture"
Alexey Brodkina67ef282015-02-03 13:58:20 +030014 select HAVE_PRIVATE_LIBGCC
Masahiro Yamada0a12e682015-03-19 19:42:51 +090015 select HAVE_GENERIC_BOARD
Masahiro Yamada0a9e7ee2015-03-19 19:42:52 +090016 select SYS_GENERIC_BOARD
Alexey Brodkin01496c42015-03-17 14:55:14 +030017 select SUPPORT_OF_CONTROL
Masahiro Yamada51631252014-07-30 14:08:15 +090018
19config ARM
20 bool "ARM architecture"
Masahiro Yamada45ccec82014-10-24 01:30:43 +090021 select HAVE_PRIVATE_LIBGCC
Masahiro Yamada0a12e682015-03-19 19:42:51 +090022 select HAVE_GENERIC_BOARD
Masahiro Yamada783e6a72014-09-22 19:59:05 +090023 select SUPPORT_OF_CONTROL
Masahiro Yamada51631252014-07-30 14:08:15 +090024
25config AVR32
26 bool "AVR32 architecture"
Masahiro Yamada0a12e682015-03-19 19:42:51 +090027 select HAVE_GENERIC_BOARD
Masahiro Yamada51631252014-07-30 14:08:15 +090028
29config BLACKFIN
30 bool "Blackfin architecture"
Masahiro Yamada0a12e682015-03-19 19:42:51 +090031 select HAVE_GENERIC_BOARD
Masahiro Yamada0a9e7ee2015-03-19 19:42:52 +090032 select SYS_GENERIC_BOARD
Masahiro Yamada51631252014-07-30 14:08:15 +090033
34config M68K
35 bool "M68000 architecture"
Masahiro Yamada0a12e682015-03-19 19:42:51 +090036 select HAVE_GENERIC_BOARD
Masahiro Yamada0a9e7ee2015-03-19 19:42:52 +090037 select SYS_GENERIC_BOARD
Masahiro Yamada51631252014-07-30 14:08:15 +090038
39config MICROBLAZE
40 bool "MicroBlaze architecture"
Masahiro Yamada0a12e682015-03-19 19:42:51 +090041 select HAVE_GENERIC_BOARD
Masahiro Yamada0a9e7ee2015-03-19 19:42:52 +090042 select SYS_GENERIC_BOARD
Masahiro Yamada783e6a72014-09-22 19:59:05 +090043 select SUPPORT_OF_CONTROL
Masahiro Yamada51631252014-07-30 14:08:15 +090044
45config MIPS
46 bool "MIPS architecture"
Masahiro Yamada45ccec82014-10-24 01:30:43 +090047 select HAVE_PRIVATE_LIBGCC
Masahiro Yamada0a12e682015-03-19 19:42:51 +090048 select HAVE_GENERIC_BOARD
Masahiro Yamada0a9e7ee2015-03-19 19:42:52 +090049 select SYS_GENERIC_BOARD
Masahiro Yamada51631252014-07-30 14:08:15 +090050
51config NDS32
52 bool "NDS32 architecture"
53
54config NIOS2
55 bool "Nios II architecture"
Masahiro Yamada0a12e682015-03-19 19:42:51 +090056 select HAVE_GENERIC_BOARD
Masahiro Yamada0a9e7ee2015-03-19 19:42:52 +090057 select SYS_GENERIC_BOARD
Masahiro Yamada51631252014-07-30 14:08:15 +090058
59config OPENRISC
60 bool "OpenRISC architecture"
61
62config PPC
63 bool "PowerPC architecture"
Masahiro Yamada45ccec82014-10-24 01:30:43 +090064 select HAVE_PRIVATE_LIBGCC
Masahiro Yamada0a12e682015-03-19 19:42:51 +090065 select HAVE_GENERIC_BOARD
Simon Glassc1c61572015-02-07 11:51:35 -070066 select SUPPORT_OF_CONTROL
Masahiro Yamada51631252014-07-30 14:08:15 +090067
68config SANDBOX
69 bool "Sandbox"
Masahiro Yamada0a12e682015-03-19 19:42:51 +090070 select HAVE_GENERIC_BOARD
Masahiro Yamada0a9e7ee2015-03-19 19:42:52 +090071 select SYS_GENERIC_BOARD
Masahiro Yamada783e6a72014-09-22 19:59:05 +090072 select SUPPORT_OF_CONTROL
Masahiro Yamada58d423b2015-03-31 12:47:53 +090073 select DM
74 select DM_SPI_FLASH
75 select DM_SERIAL
76 select DM_I2C
77 select DM_SPI
78 select DM_GPIO
Masahiro Yamada51631252014-07-30 14:08:15 +090079
80config SH
81 bool "SuperH architecture"
Masahiro Yamada45ccec82014-10-24 01:30:43 +090082 select HAVE_PRIVATE_LIBGCC
Masahiro Yamada51631252014-07-30 14:08:15 +090083
84config SPARC
85 bool "SPARC architecture"
86
87config X86
88 bool "x86 architecture"
Masahiro Yamada45ccec82014-10-24 01:30:43 +090089 select HAVE_PRIVATE_LIBGCC
Masahiro Yamada0a12e682015-03-19 19:42:51 +090090 select HAVE_GENERIC_BOARD
Masahiro Yamada0a9e7ee2015-03-19 19:42:52 +090091 select SYS_GENERIC_BOARD
Masahiro Yamada783e6a72014-09-22 19:59:05 +090092 select SUPPORT_OF_CONTROL
Masahiro Yamada58d423b2015-03-31 12:47:53 +090093 select DM
94 select DM_SERIAL
95 select DM_GPIO
Masahiro Yamada51631252014-07-30 14:08:15 +090096
97endchoice
98
Masahiro Yamada3174e4e2014-09-14 03:01:48 +090099config SYS_ARCH
100 string
101 help
102 This option should contain the architecture name to build the
103 appropriate arch/<CONFIG_SYS_ARCH> directory.
104 All the architectures should specify this option correctly.
105
106config SYS_CPU
107 string
108 help
109 This option should contain the CPU name to build the correct
110 arch/<CONFIG_SYS_ARCH>/cpu/<CONFIG_SYS_CPU> directory.
111
112 This is optional. For those targets without the CPU directory,
113 leave this option empty.
114
115config SYS_SOC
116 string
117 help
118 This option should contain the SoC name to build the directory
119 arch/<CONFIG_SYS_ARCH>/cpu/<CONFIG_SYS_CPU>/<CONFIG_SYS_SOC>.
120
121 This is optional. For those targets without the SoC directory,
122 leave this option empty.
123
124config SYS_VENDOR
125 string
126 help
127 This option should contain the vendor name of the target board.
128 If it is set and
129 board/<CONFIG_SYS_VENDOR>/common/Makefile exists, the vendor common
130 directory is compiled.
131 If CONFIG_SYS_BOARD is also set, the sources under
132 board/<CONFIG_SYS_VENDOR>/<CONFIG_SYS_BOARD> directory are compiled.
133
134 This is optional. For those targets without the vendor directory,
135 leave this option empty.
136
137config SYS_BOARD
138 string
139 help
140 This option should contain the name of the target board.
141 If it is set, either board/<CONFIG_SYS_VENDOR>/<CONFIG_SYS_BOARD>
142 or board/<CONFIG_SYS_BOARD> directory is compiled depending on
143 whether CONFIG_SYS_VENDOR is set or not.
144
145 This is optional. For those targets without the board directory,
146 leave this option empty.
147
148config SYS_CONFIG_NAME
149 string
150 help
151 This option should contain the base name of board header file.
152 The header file include/configs/<CONFIG_SYS_CONFIG_NAME>.h
153 should be included from include/config.h.
154
Masahiro Yamada51631252014-07-30 14:08:15 +0900155source "arch/arc/Kconfig"
156source "arch/arm/Kconfig"
157source "arch/avr32/Kconfig"
158source "arch/blackfin/Kconfig"
159source "arch/m68k/Kconfig"
160source "arch/microblaze/Kconfig"
161source "arch/mips/Kconfig"
162source "arch/nds32/Kconfig"
163source "arch/nios2/Kconfig"
164source "arch/openrisc/Kconfig"
165source "arch/powerpc/Kconfig"
166source "arch/sandbox/Kconfig"
167source "arch/sh/Kconfig"
168source "arch/sparc/Kconfig"
169source "arch/x86/Kconfig"