]> git.ipfire.org Git - people/ms/u-boot.git/blob - arch/arm/mach-at91/Kconfig
Convert CONFIG_BOARD_EARLY_INIT_F to Kconfig
[people/ms/u-boot.git] / arch / arm / mach-at91 / Kconfig
1 if ARCH_AT91
2
3 choice
4 prompt "Atmel AT91 board select"
5 optional
6
7 config TARGET_AT91RM9200EK
8 bool "Atmel AT91RM9200 evaluation kit"
9 select CPU_ARM920T
10
11 config TARGET_AT91SAM9260EK
12 bool "Atmel at91sam9260 reference board"
13 select CPU_ARM926EJS
14 select BOARD_EARLY_INIT_F
15
16 config TARGET_ETHERNUT5
17 bool "Ethernut5 board"
18 select CPU_ARM926EJS
19
20 config TARGET_SNAPPER9260
21 bool "Support snapper9260"
22 select CPU_ARM926EJS
23 select DM
24 select DM_SERIAL
25 select DM_GPIO
26
27 config TARGET_GURNARD
28 bool "Support gurnard"
29 select BOARD_LATE_INIT
30 select CPU_ARM926EJS
31 select DM
32 select DM_SERIAL
33 select DM_GPIO
34 select DM_ETH
35
36 config TARGET_AT91SAM9261EK
37 bool "Atmel at91sam9261 reference board"
38 select CPU_ARM926EJS
39
40 config TARGET_PM9261
41 bool "Ronetix pm9261 board"
42 select CPU_ARM926EJS
43
44 config TARGET_AT91SAM9263EK
45 bool "Atmel at91sam9263 reference board"
46 select CPU_ARM926EJS
47 select BOARD_EARLY_INIT_F
48
49 config TARGET_USB_A9263
50 bool "Caloa USB A9260 board"
51 select CPU_ARM926EJS
52
53 config TARGET_PM9263
54 bool "Ronetix pm9263 board"
55 select CPU_ARM926EJS
56
57 config TARGET_AT91SAM9M10G45EK
58 bool "Atmel AT91SAM9M10G45-EK board"
59 select CPU_ARM926EJS
60 select SUPPORT_SPL
61 select BOARD_EARLY_INIT_F
62
63 config TARGET_PM9G45
64 bool "Ronetix pm9g45 board"
65 select CPU_ARM926EJS
66
67 config TARGET_PICOSAM9G45
68 bool "Mini-box picosam9g45 board"
69 select CPU_ARM926EJS
70 select SUPPORT_SPL
71
72 config TARGET_AT91SAM9N12EK
73 bool "Atmel AT91SAM9N12-EK board"
74 select CPU_ARM926EJS
75 select SUPPORT_SPL
76 select BOARD_EARLY_INIT_F
77
78 config TARGET_AT91SAM9RLEK
79 bool "Atmel at91sam9rl reference board"
80 select CPU_ARM926EJS
81 select BOARD_EARLY_INIT_F
82
83 config TARGET_AT91SAM9X5EK
84 bool "Atmel AT91SAM9X5-EK board"
85 select CPU_ARM926EJS
86 select SUPPORT_SPL
87 select BOARD_EARLY_INIT_F
88
89 config TARGET_SAMA5D2_PTC
90 bool "SAMA5D2 PTC board"
91 select CPU_V7
92 select SUPPORT_SPL
93 select BOARD_EARLY_INIT_F
94
95 config TARGET_SAMA5D2_XPLAINED
96 bool "SAMA5D2 Xplained board"
97 select CPU_V7
98 select SUPPORT_SPL
99 select BOARD_EARLY_INIT_F
100
101 config TARGET_SAMA5D3_XPLAINED
102 bool "SAMA5D3 Xplained board"
103 select CPU_V7
104 select SUPPORT_SPL
105 select BOARD_EARLY_INIT_F
106
107 config TARGET_SAMA5D3XEK
108 bool "SAMA5D3X-EK board"
109 select BOARD_LATE_INIT
110 select CPU_V7
111 select SUPPORT_SPL
112 select BOARD_EARLY_INIT_F
113
114 config TARGET_SAMA5D4_XPLAINED
115 bool "SAMA5D4 Xplained board"
116 select CPU_V7
117 select SUPPORT_SPL
118 select BOARD_EARLY_INIT_F
119
120 config TARGET_SAMA5D4EK
121 bool "SAMA5D4 Evaluation Kit"
122 select CPU_V7
123 select SUPPORT_SPL
124 select BOARD_EARLY_INIT_F
125
126 config TARGET_MA5D4EVK
127 bool "DENX MA5D4EVK Evaluation Kit"
128 select CPU_V7
129 select SUPPORT_SPL
130
131 config TARGET_MEESC
132 bool "Support meesc"
133 select CPU_ARM926EJS
134
135 config TARGET_CORVUS
136 bool "Support corvus"
137 select CPU_ARM926EJS
138 select SUPPORT_SPL
139 select DM
140 select DM_SERIAL
141 select DM_GPIO
142 select DM_ETH
143
144 config TARGET_TAURUS
145 bool "Support taurus"
146 select CPU_ARM926EJS
147 select SUPPORT_SPL
148 select DM
149 select DM_SERIAL
150 select DM_GPIO
151 select DM_ETH
152
153 config TARGET_SMARTWEB
154 bool "Support smartweb"
155 select CPU_ARM926EJS
156 select SUPPORT_SPL
157 select DM
158 select DM_SERIAL
159 select DM_GPIO
160 select DM_ETH
161
162 config TARGET_VINCO
163 bool "Support VINCO"
164 select CPU_V7
165 select SUPPORT_SPL
166
167 endchoice
168
169 config SYS_SOC
170 default "at91"
171
172 source "board/atmel/at91rm9200ek/Kconfig"
173 source "board/atmel/at91sam9260ek/Kconfig"
174 source "board/atmel/at91sam9261ek/Kconfig"
175 source "board/atmel/at91sam9263ek/Kconfig"
176 source "board/atmel/at91sam9m10g45ek/Kconfig"
177 source "board/atmel/at91sam9n12ek/Kconfig"
178 source "board/atmel/at91sam9rlek/Kconfig"
179 source "board/atmel/at91sam9x5ek/Kconfig"
180 source "board/atmel/sama5d2_ptc/Kconfig"
181 source "board/atmel/sama5d2_xplained/Kconfig"
182 source "board/atmel/sama5d3_xplained/Kconfig"
183 source "board/atmel/sama5d3xek/Kconfig"
184 source "board/atmel/sama5d4_xplained/Kconfig"
185 source "board/atmel/sama5d4ek/Kconfig"
186 source "board/bluewater/gurnard/Kconfig"
187 source "board/bluewater/snapper9260/Kconfig"
188 source "board/calao/usb_a9263/Kconfig"
189 source "board/denx/ma5d4evk/Kconfig"
190 source "board/egnite/ethernut5/Kconfig"
191 source "board/esd/meesc/Kconfig"
192 source "board/l+g/vinco/Kconfig"
193 source "board/mini-box/picosam9g45/Kconfig"
194 source "board/ronetix/pm9261/Kconfig"
195 source "board/ronetix/pm9263/Kconfig"
196 source "board/ronetix/pm9g45/Kconfig"
197 source "board/siemens/corvus/Kconfig"
198 source "board/siemens/taurus/Kconfig"
199 source "board/siemens/smartweb/Kconfig"
200
201 endif