summaryrefslogtreecommitdiffstats
path: root/target/device/Atmel/Config.in.at91
blob: 3d96f6f25dfdd01624cb4a088b3fc5ecc5de470a (plain) (blame)
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
comment "Atmel AT91 Specific Device Support"
	depends BR2_arm

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

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

config BR2_TARGET_AT91RM9200
	bool "Atmel AT91RM9200 Microprocessor"
	depends BR2_TARGET_AT91
	help
	  Atmel AT91RM9200 ARM based systems

config BR2_TARGET_AT91SAM9260
	bool "AT91SAM9260 Microprocessor"
	depends BR2_TARGET_AT91
	help
	  Atmel AT91SAM9260 ARM based systems

config BR2_TARGET_AT91SAM9260A
	bool "AT91SAM9260A Microprocessor"
	depends BR2_TARGET_AT91 &&  ! BR2_TARGET_AT91_ADVANCED_INFO
	help
	  Atmel AT91SAM9260A ARM based systems (Not Yet Implemented)

config BR2_TARGET_AT91SAM9261
	bool "AT91SAM9261 Microprocessor"
	depends BR2_TARGET_AT91
	help
	  Atmel AT91SAM9261 ARM based systems

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

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

config BR2_TARGET_AT91SAM9263
	bool "Atmel AT91SAM9263 Microprocessor"
	depends BR2_TARGET_AT91
	help
	  Atmel AT91SAM9263 ARM based systems

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

endchoice


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

config BR2_TARGET_AT91RM9200DF
	bool "Atmel AT91RM9200 Generic Dataflash(Card) Board Support"
	depends 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 BR2_TARGET_AT91RM9200
	help
	  The Atmel AT91RM9200EK Development Board using Dataflashcard (SE)

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

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

config BR2_TARGET_AT91SAM9260DFC
	bool "Atmel AT91SAM9260DFC"
	depends BR2_TARGET_AT91SAM9260 || BR2_TARGET_AT91SAM9260A || BR2_TARGET_AT91SAM9XE
	help
	  The Atmel AT91SAM9260 Development Board Booting from Dataflash

config BR2_TARGET_AT91SAM9260EK
	bool "Atmel AT91SAM9260EK"
	depends BR2_TARGET_AT91SAM9260 || BR2_TARGET_AT91SAM9260A || BR2_TARGET_AT91SAM9XE
	help
	  The Atmel AT91SAM9260 Development Board

config BR2_TARGET_AT91SAM9260PF
	bool "Atmel AT91SAM9260 running from parallel flash"
	depends BR2_TARGET_AT91SAM9260 || BR2_TARGET_AT91SAM9260A || BR2_TARGET_AT91SAM9XE
	help
	  Generic support for the Atmel AT91SAM9260 running from parallel flash

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

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

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

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

endchoice

choice
	prompt "SPI Mode"
	depends 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 BR2_TARGET_AT91SAM9261EK
	help
	  Use SPI Mode 0, Required for AT45DB642D chips

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

endchoice