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