summaryrefslogtreecommitdiffstats
path: root/target/device/Atmel/AT91_Config.in
blob: 02f1471b697914937137a667f53522eb3ba38579 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
comment "Atmel AT91 Specific Device Support"
	depends on BR2_arm

config BR2_TARGET_AT91
	bool "Board support for the Atmel AT91 range of microprocessors"
	depends on BR2_arm
	help
	  Atmel AT91 ARM based systems

comment	"Selection criteria"

config	BR2_TARGET_ATMEL_ALL
	bool "Allow all ARM targets"
	depends on BR2_arm
	default y

config	BR2_TARGET_ATMEL_NET
	bool "With network controller"
	depends on !BR2_TARGET_ATMEL_ALL
	default y

config	BR2_TARGET_ATMEL_LCD
	bool "With LCD controller"
	depends on !BR2_TARGET_ATMEL_ALL

config	BR2_TARGET_ATMEL_FPDSP
	bool "With Floating Point DSP"
	depends on !BR2_TARGET_ATMEL_ALL

config	BR2_TARGET_ATMEL_MPB
	bool "With customizable MP-Block"
	depends on !BR2_TARGET_ATMEL_ALL

comment "Device Selection"

choice
	prompt "AT91 device"
	depends on BR2_TARGET_AT91
	default BR2_TARGET_AT91SAM9260
	help
	  Select the specific AT91 chip you wish to use.

config BR2_TARGET_AT91RM9200
	bool "Atmel AT91RM9200 Microprocessor"
	depends on BR2_TARGET_AT91
	depends on !BR2_TARGET_ATMEL_LCD
	depends on !BR2_TARGET_ATMEL_FPDSP
	depends on !BR2_TARGET_ATMEL_MPB
	help
	  Atmel AT91RM9200 ARM based systems

config BR2_TARGET_AT91SAM9260
	bool "Atmel AT91SAM9260 Microprocessor"
	depends on BR2_TARGET_AT91
	depends on !BR2_TARGET_ATMEL_LCD
	depends on !BR2_TARGET_ATMEL_FPDSP
	depends on !BR2_TARGET_ATMEL_MPB
	help
	  Atmel AT91SAM9260 ARM based systems

config BR2_TARGET_AT91SAM9G20
	bool "Atmel AT91SAM9G20 Microprocessor"
	depends on BR2_TARGET_AT91
	depends on !BR2_TARGET_ATMEL_LCD
	depends on !BR2_TARGET_ATMEL_FPDSP
	depends on !BR2_TARGET_ATMEL_MPB
	depends on ! BR2_TARGET_AT91_ADVANCED_INFO
	help
	  Atmel AT91SAM9G20 ARM based systems (Not Yet Implemented)

config BR2_TARGET_AT91SAM9261
	bool "Atmel AT91SAM9261 Microprocessor"
	depends on BR2_TARGET_AT91
	depends on !BR2_TARGET_ATMEL_NET
	depends on !BR2_TARGET_ATMEL_FPDSP
	depends on !BR2_TARGET_ATMEL_MPB
	help
	  Atmel AT91SAM9261 ARM based systems

config BR2_TARGET_AT91SAM9261S
	bool "Atmel AT91SAM9261S Microprocessor"
	depends on BR2_TARGET_AT91
	depends on !BR2_TARGET_ATMEL_NET
	depends on !BR2_TARGET_ATMEL_FPDSP
	depends on !BR2_TARGET_ATMEL_MPB
	depends on ! BR2_TARGET_AT91_ADVANCED_INFO
	help
	  Atmel AT91SAM9261 ARM based systems (Not Yet Implemented)

config BR2_TARGET_AT91SAM9RL64
	bool "Atmel AT91SAM9RL64 Microprocessor"
	depends on BR2_TARGET_AT91
	depends on !BR2_TARGET_ATMEL_NET
	depends on !BR2_TARGET_ATMEL_FPDSP
	depends on !BR2_TARGET_ATMEL_MPB
	depends on ! BR2_TARGET_AT91_ADVANCED_INFO
	help
	  Atmel AT91SAM9RL64 ARM based systems (Not Yet Implemented)

config BR2_TARGET_AT91SAM9263
	bool "Atmel AT91SAM9263 Microprocessor"
	depends on BR2_TARGET_AT91
	depends on !BR2_TARGET_ATMEL_FPDSP
	depends on !BR2_TARGET_ATMEL_MPB
	help
	  Atmel AT91SAM9263 ARM based systems

config BR2_TARGET_AT91SAM9G41
	bool "Atmel AT91SAM9G41 Microprocessor"
	depends on BR2_TARGET_AT91
	depends on !BR2_TARGET_ATMEL_FPDSP
	depends on !BR2_TARGET_ATMEL_MPB
	depends on ! BR2_TARGET_AT91_ADVANCED_INFO
	help
	  Atmel AT91SAM9G41 ARM based systems

config BR2_TARGET_AT91SAM9M10
	bool "Atmel AT91SAM9M10 Microprocessor"
	depends on BR2_TARGET_AT91
	depends on !BR2_TARGET_ATMEL_FPDSP
	depends on !BR2_TARGET_ATMEL_MPB
	depends on ! BR2_TARGET_AT91_ADVANCED_INFO
	help
	  Atmel AT91SAM9M10 ARM based systems

config BR2_TARGET_AT91SAM9M11
	bool "Atmel AT91SAM9M11 Microprocessor"
	depends on BR2_TARGET_AT91
	depends on !BR2_TARGET_ATMEL_FPDSP
	depends on !BR2_TARGET_ATMEL_MPB
	depends on ! BR2_TARGET_AT91_ADVANCED_INFO
	help
	  Atmel AT91SAM9M11 ARM based systems

config BR2_TARGET_AT91SAM9XE
	bool "Atmel AT91SAM9XE Microprocessors"
	depends on BR2_TARGET_AT91
	depends on !BR2_TARGET_ATMEL_LCD
	depends on !BR2_TARGET_ATMEL_FPDSP
	depends on !BR2_TARGET_ATMEL_MPB
	depends on ! BR2_TARGET_AT91_ADVANCED_INFO
	help
	  Atmel AT91SAM9263 ARM based systems (Not Yet Implemented)

config BR2_TARGET_AT572D940HF
	bool "Atmel AT572D940HF Microprocessor"
	depends on BR2_TARGET_AT91
	depends on !BR2_TARGET_ATMEL_LCD
	depends on !BR2_TARGET_ATMEL_MPB
	depends on ! BR2_TARGET_AT91_ADVANCED_INFO
	help
	  Atmel AT572D940 ARM based systems

config BR2_TARGET_AT91CAP9
	bool "Atmel AT91CAP9 Microprocessor"
	depends on BR2_TARGET_AT91
	depends on !BR2_TARGET_ATMEL_FPDSP
	depends on ! BR2_TARGET_AT91_ADVANCED_INFO
	help
	  Atmel AT91CAP9 ARM based systems

config BR2_TARGET_AT91SAM9262
	bool "Atmel ATR0663 Microprocessor"
	depends on BR2_TARGET_AT91
	depends on !BR2_TARGET_ATMEL_FPDSP
	depends on !BR2_TARGET_ATMEL_MPB
	depends on ! BR2_TARGET_AT91_ADVANCED_INFO
	help
	  Atmel ATR0663 ARM based systems (Not Yet Implemented)

endchoice

comment "Development Board Selection"

choice
	prompt "Development Board support"
	depends on BR2_TARGET_AT91
	default BR2_TARGET_AT91SAM9260DFC
	help
	  Select the specific AT91 development board you wish to use.

config BR2_TARGET_AT91RM9200DF
	bool "Atmel AT91RM9200 Generic Dataflash(Card) Board Support"
	depends on BR2_TARGET_AT91RM9200
	help
	  The Atmel AT91RM9200EK Development Board using Dataflashcard

config BR2_TARGET_AT91RM9200SE
	bool "Atmel AT91RM9200 Generic Dataflash(Card) Board Support (SE)"
	depends on BR2_TARGET_AT91RM9200
	help
	  The Atmel AT91RM9200EK Development Board using Dataflashcard (SE)

config BR2_TARGET_AT91RM9200EK
	bool "Atmel AT91RM9200EK Development Board Support"
	depends on BR2_TARGET_AT91RM9200
	help
	  The Atmel AT91RM9200EK Development Board

config BR2_TARGET_AT91RM9200DK
	bool "Atmel AT91RM9200DK Development Board Support"
	depends on BR2_TARGET_AT91RM9200
	help
	  The Atmel AT91RM9200DK Development Board

config BR2_TARGET_AT91SAM9260DFC
	bool "Atmel AT91SAM9260DFC"
	depends on BR2_TARGET_AT91SAM9260 || BR2_TARGET_AT91SAM9G20 || BR2_TARGET_AT91SAM9XE
	help
	  The Atmel AT91SAM9260 Development Board booting from Dataflashcard

config BR2_TARGET_AT91SAM9260EK
	bool "Atmel AT91SAM9260EK"
	depends on BR2_TARGET_AT91SAM9260 || BR2_TARGET_AT91SAM9G20 || BR2_TARGET_AT91SAM9XE
	help
	  The Atmel AT91SAM9260 Development Board booting from dataflash

config BR2_TARGET_AT91SAM9XEEK
	bool "Atmel AT91SAM9XE-EK"
	depends on BR2_TARGET_AT91SAM9260 || BR2_TARGET_AT91SAM9G20 || BR2_TARGET_AT91SAM9XE
	help
	  The Atmel AT91SAM9xe Development Board (Not Yet Implemented)

config BR2_TARGET_AT91SAM9261EK
	bool "Atmel AT91SAM9261EK"
	depends on BR2_TARGET_AT91SAM9261 || BR2_TARGET_AT91SAM9261S
	help
	  The Atmel AT91SAM9261 Development Board

config BR2_TARGET_AT91SAM9RL64EK
	bool "Atmel AT91SAM9RL64EK"
	depends on BR2_TARGET_AT91SAM9RL64
	help
	  The Atmel AT91SAM9RL64 Development Board

config BR2_TARGET_AT91SAM9262EK
	bool "Atmel AT91SAM9262EK"
	depends on BR2_TARGET_AT91SAM9262
	help
	  The Atmel AT91SAM9262 Development Board (Not Yet Implemented)

config BR2_TARGET_AT91SAM9263EK
	bool "Atmel AT91SAM9263EK"
	depends on BR2_TARGET_AT91SAM9263
	help
	  The Atmel AT91SAM9263 Development Board (Not Yet Implemented)

config BR2_TARGET_AT572D940DCM
	bool "Atmel AT572D940 Diopsis Computer Module"
	depends on BR2_TARGET_AT572D940HF
	help
	  The Atmel Diopsis CPU Module (Not Yet Implemented)

config BR2_TARGET_AT91CAP9DK
	bool "Atmel AT91CAP9DK"
	depends on BR2_TARGET_AT91CAP9
	help
	  The Atmel AT91CAP9 Development Kit (Not Yet Implemented)

config BR2_TARGET_AT91CAP9STK
	bool "Atmel AT91CAP9STK"
	depends on BR2_TARGET_AT91CAP9
	help
	  The Atmel AT91CAP9 Starter Kit (Not Yet Implemented)

endchoice

choice
	prompt "SPI Mode"
	depends on BR2_TARGET_AT91SAM9261EK
	default BR2_TARGET_AT91SAM9261EK_SPIMODE0
	help
	  Select SPI Mode 0 or 3

config BR2_TARGET_AT91SAM9261EK_SPIMODE0
	bool "SPI Mode 0"
	depends on BR2_TARGET_AT91SAM9261EK
	help
	  Use SPI Mode 0, Required for AT45DB642D chips

config BR2_TARGET_AT91SAM9261EK_SPIMODE3
	bool "SPI Mode 3"
	depends on BR2_TARGET_AT91SAM9261EK
	help
	  Use SPI Mode 3

endchoice