blob: f9f148d496332495e64b31435d7d5c5cc194a4aa [file] [log] [blame]
Masahiro Yamadaaf908ee2015-02-20 17:04:01 +09001if ARCH_AT91
2
3choice
4 prompt "Atmel AT91 board select"
Joe Hershbergerf0699602015-05-12 14:46:23 -05005 optional
Masahiro Yamadaaf908ee2015-02-20 17:04:01 +09006
7config TARGET_AT91RM9200EK
8 bool "Atmel AT91RM9200 evaluation kit"
9 select CPU_ARM920T
10
11config TARGET_EB_CPUX9K2
12 bool "Support eb_cpux9k2"
13 select CPU_ARM920T
14
15config TARGET_CPUAT91
16 bool "Support cpuat91"
17 select CPU_ARM920T
18
19config TARGET_AT91SAM9260EK
20 bool "Atmel at91sam9260 reference board"
21 select CPU_ARM926EJS
22
23config TARGET_ETHERNUT5
24 bool "Ethernut5 board"
25 select CPU_ARM926EJS
26
Masahiro Yamadaaf908ee2015-02-20 17:04:01 +090027config TARGET_SNAPPER9260
28 bool "Support snapper9260"
29 select CPU_ARM926EJS
Masahiro Yamada4bb8f822015-03-31 12:47:57 +090030 select DM
31 select DM_SERIAL
32 select DM_GPIO
Masahiro Yamadaaf908ee2015-02-20 17:04:01 +090033
Masahiro Yamadaaf908ee2015-02-20 17:04:01 +090034config TARGET_AT91SAM9261EK
35 bool "Atmel at91sam9261 reference board"
36 select CPU_ARM926EJS
37
38config TARGET_PM9261
39 bool "Ronetix pm9261 board"
40 select CPU_ARM926EJS
41
42config TARGET_AT91SAM9263EK
43 bool "Atmel at91sam9263 reference board"
44 select CPU_ARM926EJS
45
46config TARGET_USB_A9263
47 bool "Caloa USB A9260 board"
48 select CPU_ARM926EJS
49
50config TARGET_PM9263
51 bool "Ronetix pm9263 board"
52 select CPU_ARM926EJS
53
Masahiro Yamadaaf908ee2015-02-20 17:04:01 +090054config TARGET_STAMP9G20
55 bool "Support stamp9g20"
56 select CPU_ARM926EJS
57
58config TARGET_AT91SAM9M10G45EK
59 bool "Atmel AT91SAM9M10G45-EK board"
60 select CPU_ARM926EJS
Bo Shenc56e9f42015-03-27 14:23:34 +080061 select SUPPORT_SPL
Masahiro Yamadaaf908ee2015-02-20 17:04:01 +090062
63config TARGET_PM9G45
64 bool "Ronetix pm9g45 board"
65 select CPU_ARM926EJS
66
Erik van Luijk29365df2015-08-17 12:47:34 +020067config TARGET_PICOSAM9G45
68 bool "Mini-box picosam9g45 board"
69 select CPU_ARM926EJS
70 select SUPPORT_SPL
71
Masahiro Yamadaaf908ee2015-02-20 17:04:01 +090072config TARGET_AT91SAM9N12EK
73 bool "Atmel AT91SAM9N12-EK board"
74 select CPU_ARM926EJS
Bo Shen9c709392015-03-27 14:23:36 +080075 select SUPPORT_SPL
Masahiro Yamadaaf908ee2015-02-20 17:04:01 +090076
77config TARGET_AT91SAM9RLEK
78 bool "Atmel at91sam9rl reference board"
79 select CPU_ARM926EJS
80
81config TARGET_AT91SAM9X5EK
82 bool "Atmel AT91SAM9X5-EK board"
83 select CPU_ARM926EJS
Bo Shen9a3b1fe2015-03-27 14:23:35 +080084 select SUPPORT_SPL
Masahiro Yamadaaf908ee2015-02-20 17:04:01 +090085
86config TARGET_SAMA5D3_XPLAINED
87 bool "SAMA5D3 Xplained board"
88 select CPU_V7
89 select SUPPORT_SPL
90
91config TARGET_SAMA5D3XEK
92 bool "SAMA5D3X-EK board"
93 select CPU_V7
94 select SUPPORT_SPL
95
96config TARGET_SAMA5D4_XPLAINED
97 bool "SAMA5D4 Xplained board"
98 select CPU_V7
99 select SUPPORT_SPL
100
101config TARGET_SAMA5D4EK
102 bool "SAMA5D4 Evaluation Kit"
103 select CPU_V7
104 select SUPPORT_SPL
105
106config TARGET_VL_MA2SC
107 bool "Support vl_ma2sc"
108 select CPU_ARM926EJS
109
110config TARGET_MEESC
111 bool "Support meesc"
112 select CPU_ARM926EJS
113
114config TARGET_OTC570
115 bool "Support otc570"
116 select CPU_ARM926EJS
117
118config TARGET_CPU9260
119 bool "Support cpu9260"
120 select CPU_ARM926EJS
121
122config TARGET_CORVUS
123 bool "Support corvus"
124 select CPU_ARM926EJS
125 select SUPPORT_SPL
126
127config TARGET_TAURUS
128 bool "Support taurus"
129 select CPU_ARM926EJS
130 select SUPPORT_SPL
131
Heiko Schocher44a93442015-06-29 09:10:48 +0200132config TARGET_SMARTWEB
133 bool "Support smartweb"
134 select CPU_ARM926EJS
135 select SUPPORT_SPL
136
Masahiro Yamadaaf908ee2015-02-20 17:04:01 +0900137endchoice
138
139config SYS_SOC
140 default "at91"
141
142source "board/atmel/at91rm9200ek/Kconfig"
143source "board/atmel/at91sam9260ek/Kconfig"
144source "board/atmel/at91sam9261ek/Kconfig"
145source "board/atmel/at91sam9263ek/Kconfig"
146source "board/atmel/at91sam9m10g45ek/Kconfig"
147source "board/atmel/at91sam9n12ek/Kconfig"
148source "board/atmel/at91sam9rlek/Kconfig"
149source "board/atmel/at91sam9x5ek/Kconfig"
150source "board/atmel/sama5d3_xplained/Kconfig"
151source "board/atmel/sama5d3xek/Kconfig"
152source "board/atmel/sama5d4_xplained/Kconfig"
153source "board/atmel/sama5d4ek/Kconfig"
154source "board/BuS/eb_cpux9k2/Kconfig"
155source "board/eukrea/cpuat91/Kconfig"
Masahiro Yamadaaf908ee2015-02-20 17:04:01 +0900156source "board/bluewater/snapper9260/Kconfig"
157source "board/BuS/vl_ma2sc/Kconfig"
Masahiro Yamadaaf908ee2015-02-20 17:04:01 +0900158source "board/calao/usb_a9263/Kconfig"
159source "board/egnite/ethernut5/Kconfig"
160source "board/esd/meesc/Kconfig"
161source "board/esd/otc570/Kconfig"
162source "board/eukrea/cpu9260/Kconfig"
Erik van Luijk29365df2015-08-17 12:47:34 +0200163source "board/mini-box/picosam9g45/Kconfig"
Masahiro Yamadaaf908ee2015-02-20 17:04:01 +0900164source "board/ronetix/pm9261/Kconfig"
165source "board/ronetix/pm9263/Kconfig"
166source "board/ronetix/pm9g45/Kconfig"
167source "board/siemens/corvus/Kconfig"
168source "board/siemens/taurus/Kconfig"
Heiko Schocher44a93442015-06-29 09:10:48 +0200169source "board/siemens/smartweb/Kconfig"
Masahiro Yamadaaf908ee2015-02-20 17:04:01 +0900170source "board/taskit/stamp9g20/Kconfig"
171
172endif