blob: bbf422836c26a3d9fccb787601dd249a32442762 [file] [log] [blame]
Masahiro Yamada4614b892015-02-20 17:04:01 +09001if ARCH_AT91
2
3choice
4 prompt "Atmel AT91 board select"
Joe Hershbergera26cd042015-05-12 14:46:23 -05005 optional
Masahiro Yamada4614b892015-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 Yamada4614b892015-02-20 17:04:01 +090027config TARGET_SNAPPER9260
28 bool "Support snapper9260"
29 select CPU_ARM926EJS
Masahiro Yamadaab7b8852015-03-31 12:47:57 +090030 select DM
31 select DM_SERIAL
32 select DM_GPIO
Masahiro Yamada4614b892015-02-20 17:04:01 +090033
Masahiro Yamada4614b892015-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 Yamada4614b892015-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 Shen41d41a92015-03-27 14:23:34 +080061 select SUPPORT_SPL
Masahiro Yamada4614b892015-02-20 17:04:01 +090062
63config TARGET_PM9G45
64 bool "Ronetix pm9g45 board"
65 select CPU_ARM926EJS
66
67config TARGET_AT91SAM9N12EK
68 bool "Atmel AT91SAM9N12-EK board"
69 select CPU_ARM926EJS
Bo Shenff255e82015-03-27 14:23:36 +080070 select SUPPORT_SPL
Masahiro Yamada4614b892015-02-20 17:04:01 +090071
72config TARGET_AT91SAM9RLEK
73 bool "Atmel at91sam9rl reference board"
74 select CPU_ARM926EJS
75
76config TARGET_AT91SAM9X5EK
77 bool "Atmel AT91SAM9X5-EK board"
78 select CPU_ARM926EJS
Bo Shend85e8912015-03-27 14:23:35 +080079 select SUPPORT_SPL
Masahiro Yamada4614b892015-02-20 17:04:01 +090080
81config TARGET_SAMA5D3_XPLAINED
82 bool "SAMA5D3 Xplained board"
83 select CPU_V7
84 select SUPPORT_SPL
85
86config TARGET_SAMA5D3XEK
87 bool "SAMA5D3X-EK board"
88 select CPU_V7
89 select SUPPORT_SPL
90
91config TARGET_SAMA5D4_XPLAINED
92 bool "SAMA5D4 Xplained board"
93 select CPU_V7
94 select SUPPORT_SPL
95
96config TARGET_SAMA5D4EK
97 bool "SAMA5D4 Evaluation Kit"
98 select CPU_V7
99 select SUPPORT_SPL
100
101config TARGET_VL_MA2SC
102 bool "Support vl_ma2sc"
103 select CPU_ARM926EJS
104
105config TARGET_MEESC
106 bool "Support meesc"
107 select CPU_ARM926EJS
108
109config TARGET_OTC570
110 bool "Support otc570"
111 select CPU_ARM926EJS
112
113config TARGET_CPU9260
114 bool "Support cpu9260"
115 select CPU_ARM926EJS
116
117config TARGET_CORVUS
118 bool "Support corvus"
119 select CPU_ARM926EJS
120 select SUPPORT_SPL
121
122config TARGET_TAURUS
123 bool "Support taurus"
124 select CPU_ARM926EJS
125 select SUPPORT_SPL
126
127endchoice
128
129config SYS_SOC
130 default "at91"
131
132source "board/atmel/at91rm9200ek/Kconfig"
133source "board/atmel/at91sam9260ek/Kconfig"
134source "board/atmel/at91sam9261ek/Kconfig"
135source "board/atmel/at91sam9263ek/Kconfig"
136source "board/atmel/at91sam9m10g45ek/Kconfig"
137source "board/atmel/at91sam9n12ek/Kconfig"
138source "board/atmel/at91sam9rlek/Kconfig"
139source "board/atmel/at91sam9x5ek/Kconfig"
140source "board/atmel/sama5d3_xplained/Kconfig"
141source "board/atmel/sama5d3xek/Kconfig"
142source "board/atmel/sama5d4_xplained/Kconfig"
143source "board/atmel/sama5d4ek/Kconfig"
144source "board/BuS/eb_cpux9k2/Kconfig"
145source "board/eukrea/cpuat91/Kconfig"
Masahiro Yamada4614b892015-02-20 17:04:01 +0900146source "board/bluewater/snapper9260/Kconfig"
147source "board/BuS/vl_ma2sc/Kconfig"
Masahiro Yamada4614b892015-02-20 17:04:01 +0900148source "board/calao/usb_a9263/Kconfig"
149source "board/egnite/ethernut5/Kconfig"
150source "board/esd/meesc/Kconfig"
151source "board/esd/otc570/Kconfig"
152source "board/eukrea/cpu9260/Kconfig"
153source "board/ronetix/pm9261/Kconfig"
154source "board/ronetix/pm9263/Kconfig"
155source "board/ronetix/pm9g45/Kconfig"
156source "board/siemens/corvus/Kconfig"
157source "board/siemens/taurus/Kconfig"
158source "board/taskit/stamp9g20/Kconfig"
159
160endif