blob: fd956f1299d162dc0b3de717af9b9d932644ef1e [file] [log] [blame]
Andrew Victor8fc5ffa2006-06-29 16:06:33 +01001if ARCH_AT91
SAN People73a59c12006-01-09 17:05:41 +00002
Andrew Victor8fc5ffa2006-06-29 16:06:33 +01003menu "Atmel AT91 System-on-Chip"
4
Andrew Victor05043d02006-12-01 11:51:19 +01005choice
6 prompt "Atmel AT91 Processor"
Andrew Victor8fc5ffa2006-06-29 16:06:33 +01007
8config ARCH_AT91RM9200
9 bool "AT91RM9200"
10
11config ARCH_AT91SAM9260
Andrew Victorf7eee892007-02-15 08:17:38 +010012 bool "AT91SAM9260 or AT91SAM9XE"
Andrew Victor8fc5ffa2006-06-29 16:06:33 +010013
14config ARCH_AT91SAM9261
15 bool "AT91SAM9261"
16
Andrew Victorb2c65612007-02-08 09:42:40 +010017config ARCH_AT91SAM9263
18 bool "AT91SAM9263"
19
Andrew Victor877d7722007-05-11 20:49:56 +010020config ARCH_AT91SAM9RL
21 bool "AT91SAM9RL"
22
Greg Ungerer9f1ccef2007-07-30 02:39:21 +010023config ARCH_AT91X40
24 bool "AT91x40"
25
Andrew Victor05043d02006-12-01 11:51:19 +010026endchoice
27
Greg Ungerer9f1ccef2007-07-30 02:39:21 +010028config AT91_PMC_UNIT
29 bool
30 default !ARCH_AT91X40
31
Andrew Victor8fc5ffa2006-06-29 16:06:33 +010032# ----------------------------------------------------------
33
34if ARCH_AT91RM9200
SAN People73a59c12006-01-09 17:05:41 +000035
36comment "AT91RM9200 Board Type"
37
Lennert Buytenhekb184a4c2006-06-26 17:48:29 +010038config MACH_ONEARM
39 bool "Ajeco 1ARM Single Board Computer"
40 depends on ARCH_AT91RM9200
41 help
Andrew Victor8fc5ffa2006-06-29 16:06:33 +010042 Select this if you are using Ajeco's 1ARM Single Board Computer.
43 <http://www.ajeco.fi/products.htm>
Lennert Buytenhekb184a4c2006-06-26 17:48:29 +010044
SAN People73a59c12006-01-09 17:05:41 +000045config ARCH_AT91RM9200DK
46 bool "Atmel AT91RM9200-DK Development board"
47 depends on ARCH_AT91RM9200
48 help
Andrew Victor8fc5ffa2006-06-29 16:06:33 +010049 Select this if you are using Atmel's AT91RM9200-DK Development board.
50 (Discontinued)
51
SAN People73a59c12006-01-09 17:05:41 +000052config MACH_AT91RM9200EK
53 bool "Atmel AT91RM9200-EK Evaluation Kit"
54 depends on ARCH_AT91RM9200
55 help
Andrew Victor8fc5ffa2006-06-29 16:06:33 +010056 Select this if you are using Atmel's AT91RM9200-EK Evaluation Kit.
57 <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3507>
SAN People73a59c12006-01-09 17:05:41 +000058
59config MACH_CSB337
Andrew Victor8fc5ffa2006-06-29 16:06:33 +010060 bool "Cogent CSB337"
SAN People73a59c12006-01-09 17:05:41 +000061 depends on ARCH_AT91RM9200
62 help
Andrew Victor8fc5ffa2006-06-29 16:06:33 +010063 Select this if you are using Cogent's CSB337 board.
64 <http://www.cogcomp.com/csb_csb337.htm>
SAN People73a59c12006-01-09 17:05:41 +000065
66config MACH_CSB637
Andrew Victor8fc5ffa2006-06-29 16:06:33 +010067 bool "Cogent CSB637"
SAN People73a59c12006-01-09 17:05:41 +000068 depends on ARCH_AT91RM9200
69 help
Andrew Victor8fc5ffa2006-06-29 16:06:33 +010070 Select this if you are using Cogent's CSB637 board.
71 <http://www.cogcomp.com/csb_csb637.htm>
SAN People73a59c12006-01-09 17:05:41 +000072
73config MACH_CARMEVA
Andrew Victor8fc5ffa2006-06-29 16:06:33 +010074 bool "Conitec ARM&EVA"
SAN People73a59c12006-01-09 17:05:41 +000075 depends on ARCH_AT91RM9200
76 help
Andrew Victor8fc5ffa2006-06-29 16:06:33 +010077 Select this if you are using Conitec's AT91RM9200-MCU-Module.
78 <http://www.conitec.net/english/linuxboard.htm>
SAN People73a59c12006-01-09 17:05:41 +000079
Andrew Victor6902f522006-06-20 19:30:18 +010080config MACH_ATEB9200
Andrew Victor8fc5ffa2006-06-29 16:06:33 +010081 bool "Embest ATEB9200"
Andrew Victor6902f522006-06-20 19:30:18 +010082 depends on ARCH_AT91RM9200
83 help
Andrew Victor8fc5ffa2006-06-29 16:06:33 +010084 Select this if you are using Embest's ATEB9200 board.
85 <http://www.embedinfo.com/english/product/ATEB9200.asp>
86
87config MACH_KB9200
88 bool "KwikByte KB920x"
89 depends on ARCH_AT91RM9200
90 help
91 Select this if you are using KwikByte's KB920x board.
92 <http://kwikbyte.com/KB9202_description_new.htm>
Andrew Victor6902f522006-06-20 19:30:18 +010093
Simon Richter5d01f132007-04-02 14:06:29 +010094config MACH_PICOTUX2XX
95 bool "picotux 200"
96 depends on ARCH_AT91RM9200
97 help
98 Select this if you are using a picotux 200.
99 <http://www.picotux.com/>
100
Andrew Victor6902f522006-06-20 19:30:18 +0100101config MACH_KAFA
102 bool "Sperry-Sun KAFA board"
103 depends on ARCH_AT91RM9200
104 help
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100105 Select this if you are using Sperry-Sun's KAFA board.
106
107endif
108
109# ----------------------------------------------------------
110
111if ARCH_AT91SAM9260
112
Andrew Victorf7eee892007-02-15 08:17:38 +0100113comment "AT91SAM9260 Variants"
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100114
Andrew Victorf7eee892007-02-15 08:17:38 +0100115config ARCH_AT91SAM9260_SAM9XE
116 bool "AT91SAM9XE"
Andrew Victor58a0cd72006-12-01 14:51:13 +0100117 depends on ARCH_AT91SAM9260
118 help
Andrew Victorf7eee892007-02-15 08:17:38 +0100119 Select this if you are using Atmel's AT91SAM9XE System-on-Chip.
Matt LaPlantea982ac02007-05-09 07:35:06 +0200120 They are basically AT91SAM9260s with various sizes of embedded Flash.
Andrew Victorf7eee892007-02-15 08:17:38 +0100121
122comment "AT91SAM9260 / AT91SAM9XE Board Type"
123
124config MACH_AT91SAM9260EK
125 bool "Atmel AT91SAM9260-EK / AT91SAM9XE Evaluation Kit"
126 depends on ARCH_AT91SAM9260
127 help
128 Select this if you are using Atmel's AT91SAM9260-EK or AT91SAM9XE Evaluation Kit
Andrew Victor58a0cd72006-12-01 14:51:13 +0100129 <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3933>
130
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100131endif
132
133# ----------------------------------------------------------
134
135if ARCH_AT91SAM9261
136
137comment "AT91SAM9261 Board Type"
138
Andrew Victor58a0cd72006-12-01 14:51:13 +0100139config MACH_AT91SAM9261EK
140 bool "Atmel AT91SAM9261-EK Evaluation Kit"
141 depends on ARCH_AT91SAM9261
142 help
143 Select this if you are using Atmel's AT91SAM9261-EK Evaluation Kit.
144 <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3820>
145
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100146endif
Andrew Victor6902f522006-06-20 19:30:18 +0100147
Andrew Victor58a0cd72006-12-01 14:51:13 +0100148# ----------------------------------------------------------
149
Andrew Victore6d92e62007-02-08 10:22:16 +0100150if ARCH_AT91SAM9263
151
152comment "AT91SAM9263 Board Type"
153
154config MACH_AT91SAM9263EK
155 bool "Atmel AT91SAM9263-EK Evaluation Kit"
156 depends on ARCH_AT91SAM9263
157 help
158 Select this if you are using Atmel's AT91SAM9263-EK Evaluation Kit.
159 <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=4057>
160
161endif
162
163# ----------------------------------------------------------
164
Andrew Victorc42dcb32007-05-11 19:24:18 +0100165if ARCH_AT91SAM9RL
166
167comment "AT91SAM9RL Board Type"
168
169config MACH_AT91SAM9RLEK
170 bool "Atmel AT91SAM9RL-EK Evaluation Kit"
171 depends on ARCH_AT91SAM9RL
172 help
173 Select this if you are using Atmel's AT91SAM9RL-EK Evaluation Kit.
174
175endif
176
177# ----------------------------------------------------------
178
Greg Ungerer9f1ccef2007-07-30 02:39:21 +0100179if ARCH_AT91X40
180
181comment "AT91X40 Board Type"
182
183config MACH_AT91EB01
184 bool "Atmel AT91EB01 Evaluation Kit"
185 help
186 Select this if you are using Atmel's AT91EB01 Evaluation Kit.
187 It is also a popular target for simulators such as GDB's
188 ARM simulator (commonly known as the ARMulator) and the
189 Skyeye simulator.
190
191endif
192
193# ----------------------------------------------------------
194
Andrew Victor58a0cd72006-12-01 14:51:13 +0100195comment "AT91 Board Options"
196
197config MTD_AT91_DATAFLASH_CARD
198 bool "Enable DataFlash Card support"
Andrew Victore6d92e62007-02-08 10:22:16 +0100199 depends on (ARCH_AT91RM9200DK || MACH_AT91RM9200EK || MACH_AT91SAM9260EK || MACH_AT91SAM9261EK || MACH_AT91SAM9263EK)
Andrew Victor58a0cd72006-12-01 14:51:13 +0100200 help
201 Enable support for the DataFlash card.
202
203config MTD_NAND_AT91_BUSWIDTH_16
204 bool "Enable 16-bit data bus interface to NAND flash"
Andrew Victore6d92e62007-02-08 10:22:16 +0100205 depends on (MACH_AT91SAM9260EK || MACH_AT91SAM9261EK || MACH_AT91SAM9263EK)
Andrew Victor58a0cd72006-12-01 14:51:13 +0100206 help
207 On AT91SAM926x boards both types of NAND flash can be present
208 (8 and 16 bit data bus width).
SAN People73a59c12006-01-09 17:05:41 +0000209
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100210# ----------------------------------------------------------
211
212comment "AT91 Feature Selections"
SAN People73a59c12006-01-09 17:05:41 +0000213
214config AT91_PROGRAMMABLE_CLOCKS
215 bool "Programmable Clocks"
216 help
217 Select this if you need to program one or more of the PCK0..PCK3
218 programmable clock outputs.
219
220endmenu
221
222endif