xref: /openbmc/u-boot/arch/arm/mach-at91/Kconfig (revision 704744f8)
1if ARCH_AT91
2
3config AT91FAMILY
4	def_bool y
5
6config AT91SAM9260
7	bool
8	select CPU_ARM926EJS
9
10config AT91SAM9G20
11	bool
12	select CPU_ARM926EJS
13
14config AT91SAM9XE
15	bool
16	select CPU_ARM926EJS
17
18config AT91SAM9261
19	bool
20	select CPU_ARM926EJS
21
22config AT91SAM9263
23	bool
24	select CPU_ARM926EJS
25
26config AT91SAM9G45
27	bool
28	select CPU_ARM926EJS
29
30config AT91SAM9M10G45
31	bool
32	select CPU_ARM926EJS
33
34config AT91SAM9N12
35	bool
36	select CPU_ARM926EJS
37
38config AT91SAM9RL
39	bool
40	select CPU_ARM926EJS
41
42config AT91SAM9X5
43	bool
44	select CPU_ARM926EJS
45
46config SAMA5D2
47	bool
48	select CPU_V7
49
50config SAMA5D3
51	bool
52	select CPU_V7
53
54config SAMA5D4
55	bool
56	select CPU_V7
57
58choice
59	prompt "Atmel AT91 board select"
60	optional
61
62config TARGET_AT91RM9200EK
63	bool "Atmel AT91RM9200 evaluation kit"
64	select CPU_ARM920T
65
66config TARGET_AT91SAM9260EK
67	bool "Atmel at91sam9260 reference board"
68	select AT91SAM9260
69	select BOARD_EARLY_INIT_F
70
71config TARGET_ETHERNUT5
72	bool "Ethernut5 board"
73	select AT91SAM9XE
74
75config TARGET_SNAPPER9260
76	bool "Support snapper9260"
77	select AT91SAM9260
78	select DM
79	select DM_SERIAL
80	select DM_GPIO
81
82config TARGET_GURNARD
83	bool "Support gurnard"
84	select AT91SAM9G45
85	select BOARD_LATE_INIT
86	select DM
87	select DM_SERIAL
88	select DM_SPI
89	select DM_GPIO
90	select DM_ETH
91
92config TARGET_AT91SAM9261EK
93	bool "Atmel at91sam9261 reference board"
94	select AT91SAM9261
95	select BOARD_EARLY_INIT_F
96
97config TARGET_PM9261
98	bool "Ronetix pm9261 board"
99	select AT91SAM9261
100
101config TARGET_AT91SAM9263EK
102	bool "Atmel at91sam9263 reference board"
103	select AT91SAM9263
104	select BOARD_EARLY_INIT_F
105
106config TARGET_USB_A9263
107	bool "Caloa USB A9260 board"
108	select AT91SAM9263
109
110config TARGET_PM9263
111	bool "Ronetix pm9263 board"
112	select AT91SAM9263
113
114config TARGET_AT91SAM9M10G45EK
115	bool "Atmel AT91SAM9M10G45-EK board"
116	select AT91SAM9M10G45
117	select SUPPORT_SPL
118	select BOARD_EARLY_INIT_F
119
120config TARGET_PM9G45
121	bool "Ronetix pm9g45 board"
122	select AT91SAM9G45
123
124config TARGET_PICOSAM9G45
125	bool "Mini-box picosam9g45 board"
126	select AT91SAM9M10G45
127	select SUPPORT_SPL
128
129config TARGET_AT91SAM9N12EK
130	bool "Atmel AT91SAM9N12-EK board"
131	select AT91SAM9N12
132	select SUPPORT_SPL
133	select BOARD_EARLY_INIT_F
134
135config TARGET_AT91SAM9RLEK
136	bool "Atmel at91sam9rl reference board"
137	select AT91SAM9RL
138	select BOARD_EARLY_INIT_F
139
140config TARGET_AT91SAM9X5EK
141	bool "Atmel AT91SAM9X5-EK board"
142	select AT91SAM9X5
143	select SUPPORT_SPL
144	select BOARD_EARLY_INIT_F
145	select BOARD_LATE_INIT
146
147config TARGET_SAMA5D2_PTC_EK
148	bool "SAMA5D2 PTC EK board"
149	select SAMA5D2
150	select BOARD_EARLY_INIT_F
151
152config TARGET_SAMA5D2_XPLAINED
153	bool "SAMA5D2 Xplained board"
154	select SAMA5D2
155	select SUPPORT_SPL
156	select BOARD_EARLY_INIT_F
157	select BOARD_LATE_INIT
158
159config TARGET_SAMA5D27_SOM1_EK
160	bool "SAMA5D27 SOM1 EK board"
161	select CPU_V7
162	select SUPPORT_SPL
163	select BOARD_EARLY_INIT_F
164	select BOARD_LATE_INIT
165	help
166	  The SAMA5D27 SOM1 embeds SAMA5D2 SiP(System in Package),
167	  a 64Mbit QSPI flash, KSZ8081 Phy and a Mac-address EEPROM
168	  24AA02E48. The SAMA5D2 SiP integrates the ARM Cortex-A5
169	  processor-based SAMA5D2 MPU with up to 1 Gbit DDR2-SDRAM
170	  in a single package.
171
172config TARGET_SAMA5D3_XPLAINED
173	bool "SAMA5D3 Xplained board"
174	select SAMA5D3
175	select SUPPORT_SPL
176	select BOARD_EARLY_INIT_F
177
178config TARGET_SAMA5D3XEK
179	bool "SAMA5D3X-EK board"
180	select SAMA5D3
181	select BOARD_LATE_INIT
182	select SUPPORT_SPL
183	select BOARD_EARLY_INIT_F
184
185config TARGET_SAMA5D4_XPLAINED
186	bool "SAMA5D4 Xplained board"
187	select SAMA5D4
188	select SUPPORT_SPL
189	select BOARD_EARLY_INIT_F
190	select BOARD_LATE_INIT
191
192config TARGET_SAMA5D4EK
193	bool "SAMA5D4 Evaluation Kit"
194	select SAMA5D4
195	select SUPPORT_SPL
196	select BOARD_EARLY_INIT_F
197	select BOARD_LATE_INIT
198
199config TARGET_MA5D4EVK
200	bool "Aries MA5D4EVK Evaluation Kit"
201	select SAMA5D4
202	select SUPPORT_SPL
203	select DM
204	select DM_SPI
205
206config TARGET_MEESC
207	bool "Support meesc"
208	select AT91SAM9263
209
210config TARGET_CORVUS
211	bool "Support corvus"
212	select AT91SAM9M10G45
213	select SUPPORT_SPL
214	select DM
215	select DM_SERIAL
216	select DM_GPIO
217	select DM_ETH
218
219config TARGET_TAURUS
220	bool "Support taurus"
221	select AT91SAM9G20
222	select SUPPORT_SPL
223	select DM
224	select DM_SERIAL
225	select DM_SPI
226	select DM_GPIO
227	select DM_ETH
228
229config TARGET_SMARTWEB
230	bool "Support smartweb"
231	select AT91SAM9260
232	select SUPPORT_SPL
233	select DM
234	select DM_SERIAL
235	select DM_GPIO
236	select DM_ETH
237
238config TARGET_VINCO
239	bool "Support VINCO"
240	select SAMA5D4
241	select SUPPORT_SPL
242	select DM
243	select DM_SPI
244
245config TARGET_WB45N
246	bool "Support Laird WB45N"
247	select CPU_ARM926EJS
248	select SUPPORT_SPL
249
250config TARGET_WB50N
251	bool "Support Laird WB50N"
252	select BOARD_LATE_INIT
253	select CPU_V7
254	select SUPPORT_SPL
255	select BOARD_EARLY_INIT_F
256
257endchoice
258
259config SYS_SOC
260	default "at91"
261
262source "board/aries/ma5d4evk/Kconfig"
263source "board/atmel/at91rm9200ek/Kconfig"
264source "board/atmel/at91sam9260ek/Kconfig"
265source "board/atmel/at91sam9261ek/Kconfig"
266source "board/atmel/at91sam9263ek/Kconfig"
267source "board/atmel/at91sam9m10g45ek/Kconfig"
268source "board/atmel/at91sam9n12ek/Kconfig"
269source "board/atmel/at91sam9rlek/Kconfig"
270source "board/atmel/at91sam9x5ek/Kconfig"
271source "board/atmel/sama5d2_ptc_ek/Kconfig"
272source "board/atmel/sama5d2_xplained/Kconfig"
273source "board/atmel/sama5d27_som1_ek/Kconfig"
274source "board/atmel/sama5d3_xplained/Kconfig"
275source "board/atmel/sama5d3xek/Kconfig"
276source "board/atmel/sama5d4_xplained/Kconfig"
277source "board/atmel/sama5d4ek/Kconfig"
278source "board/bluewater/gurnard/Kconfig"
279source "board/bluewater/snapper9260/Kconfig"
280source "board/calao/usb_a9263/Kconfig"
281source "board/egnite/ethernut5/Kconfig"
282source "board/esd/meesc/Kconfig"
283source "board/l+g/vinco/Kconfig"
284source "board/mini-box/picosam9g45/Kconfig"
285source "board/ronetix/pm9261/Kconfig"
286source "board/ronetix/pm9263/Kconfig"
287source "board/ronetix/pm9g45/Kconfig"
288source "board/siemens/corvus/Kconfig"
289source "board/siemens/taurus/Kconfig"
290source "board/siemens/smartweb/Kconfig"
291source "board/laird/wb45n/Kconfig"
292source "board/laird/wb50n/Kconfig"
293
294config SPL_LDSCRIPT
295	default "arch/arm/mach-at91/arm926ejs/u-boot-spl.lds" if CPU_ARM926EJS
296	default "arch/arm/mach-at91/armv7/u-boot-spl.lds" if CPU_V7
297
298endif
299