blob: 214733e897e5a382cd62c3841a7275bc0f8747f0 [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"
David Brownell5e802df2007-07-31 01:41:26 +010010 select GENERIC_TIME
11 select GENERIC_CLOCKEVENTS
Andrew Victor8fc5ffa2006-06-29 16:06:33 +010012
13config ARCH_AT91SAM9260
Andrew Victorf7eee892007-02-15 08:17:38 +010014 bool "AT91SAM9260 or AT91SAM9XE"
Andrew Victor8fc5ffa2006-06-29 16:06:33 +010015
16config ARCH_AT91SAM9261
17 bool "AT91SAM9261"
18
Andrew Victorb2c65612007-02-08 09:42:40 +010019config ARCH_AT91SAM9263
20 bool "AT91SAM9263"
21
Andrew Victor877d7722007-05-11 20:49:56 +010022config ARCH_AT91SAM9RL
23 bool "AT91SAM9RL"
24
Greg Ungerer9f1ccef2007-07-30 02:39:21 +010025config ARCH_AT91X40
26 bool "AT91x40"
27
Andrew Victor05043d02006-12-01 11:51:19 +010028endchoice
29
Greg Ungerer9f1ccef2007-07-30 02:39:21 +010030config AT91_PMC_UNIT
31 bool
32 default !ARCH_AT91X40
33
Andrew Victor8fc5ffa2006-06-29 16:06:33 +010034# ----------------------------------------------------------
35
36if ARCH_AT91RM9200
SAN People73a59c12006-01-09 17:05:41 +000037
38comment "AT91RM9200 Board Type"
39
Lennert Buytenhekb184a4c2006-06-26 17:48:29 +010040config MACH_ONEARM
41 bool "Ajeco 1ARM Single Board Computer"
42 depends on ARCH_AT91RM9200
43 help
Andrew Victor8fc5ffa2006-06-29 16:06:33 +010044 Select this if you are using Ajeco's 1ARM Single Board Computer.
45 <http://www.ajeco.fi/products.htm>
Lennert Buytenhekb184a4c2006-06-26 17:48:29 +010046
SAN People73a59c12006-01-09 17:05:41 +000047config ARCH_AT91RM9200DK
48 bool "Atmel AT91RM9200-DK Development board"
49 depends on ARCH_AT91RM9200
50 help
Andrew Victor8fc5ffa2006-06-29 16:06:33 +010051 Select this if you are using Atmel's AT91RM9200-DK Development board.
52 (Discontinued)
53
SAN People73a59c12006-01-09 17:05:41 +000054config MACH_AT91RM9200EK
55 bool "Atmel AT91RM9200-EK Evaluation Kit"
56 depends on ARCH_AT91RM9200
57 help
Andrew Victor8fc5ffa2006-06-29 16:06:33 +010058 Select this if you are using Atmel's AT91RM9200-EK Evaluation Kit.
59 <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3507>
SAN People73a59c12006-01-09 17:05:41 +000060
61config MACH_CSB337
Andrew Victor8fc5ffa2006-06-29 16:06:33 +010062 bool "Cogent CSB337"
SAN People73a59c12006-01-09 17:05:41 +000063 depends on ARCH_AT91RM9200
64 help
Andrew Victor8fc5ffa2006-06-29 16:06:33 +010065 Select this if you are using Cogent's CSB337 board.
66 <http://www.cogcomp.com/csb_csb337.htm>
SAN People73a59c12006-01-09 17:05:41 +000067
68config MACH_CSB637
Andrew Victor8fc5ffa2006-06-29 16:06:33 +010069 bool "Cogent CSB637"
SAN People73a59c12006-01-09 17:05:41 +000070 depends on ARCH_AT91RM9200
71 help
Andrew Victor8fc5ffa2006-06-29 16:06:33 +010072 Select this if you are using Cogent's CSB637 board.
73 <http://www.cogcomp.com/csb_csb637.htm>
SAN People73a59c12006-01-09 17:05:41 +000074
75config MACH_CARMEVA
Andrew Victor8fc5ffa2006-06-29 16:06:33 +010076 bool "Conitec ARM&EVA"
SAN People73a59c12006-01-09 17:05:41 +000077 depends on ARCH_AT91RM9200
78 help
Andrew Victor8fc5ffa2006-06-29 16:06:33 +010079 Select this if you are using Conitec's AT91RM9200-MCU-Module.
80 <http://www.conitec.net/english/linuxboard.htm>
SAN People73a59c12006-01-09 17:05:41 +000081
Andrew Victor6902f522006-06-20 19:30:18 +010082config MACH_ATEB9200
Andrew Victor8fc5ffa2006-06-29 16:06:33 +010083 bool "Embest ATEB9200"
Andrew Victor6902f522006-06-20 19:30:18 +010084 depends on ARCH_AT91RM9200
85 help
Andrew Victor8fc5ffa2006-06-29 16:06:33 +010086 Select this if you are using Embest's ATEB9200 board.
87 <http://www.embedinfo.com/english/product/ATEB9200.asp>
88
89config MACH_KB9200
90 bool "KwikByte KB920x"
91 depends on ARCH_AT91RM9200
92 help
93 Select this if you are using KwikByte's KB920x board.
94 <http://kwikbyte.com/KB9202_description_new.htm>
Andrew Victor6902f522006-06-20 19:30:18 +010095
Simon Richter5d01f132007-04-02 14:06:29 +010096config MACH_PICOTUX2XX
97 bool "picotux 200"
98 depends on ARCH_AT91RM9200
99 help
100 Select this if you are using a picotux 200.
101 <http://www.picotux.com/>
102
Andrew Victor6902f522006-06-20 19:30:18 +0100103config MACH_KAFA
104 bool "Sperry-Sun KAFA board"
105 depends on ARCH_AT91RM9200
106 help
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100107 Select this if you are using Sperry-Sun's KAFA board.
108
109endif
110
111# ----------------------------------------------------------
112
113if ARCH_AT91SAM9260
114
Andrew Victorf7eee892007-02-15 08:17:38 +0100115comment "AT91SAM9260 Variants"
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100116
Andrew Victorf7eee892007-02-15 08:17:38 +0100117config ARCH_AT91SAM9260_SAM9XE
118 bool "AT91SAM9XE"
Andrew Victor58a0cd72006-12-01 14:51:13 +0100119 depends on ARCH_AT91SAM9260
120 help
Andrew Victorf7eee892007-02-15 08:17:38 +0100121 Select this if you are using Atmel's AT91SAM9XE System-on-Chip.
Matt LaPlantea982ac02007-05-09 07:35:06 +0200122 They are basically AT91SAM9260s with various sizes of embedded Flash.
Andrew Victorf7eee892007-02-15 08:17:38 +0100123
124comment "AT91SAM9260 / AT91SAM9XE Board Type"
125
126config MACH_AT91SAM9260EK
127 bool "Atmel AT91SAM9260-EK / AT91SAM9XE Evaluation Kit"
128 depends on ARCH_AT91SAM9260
129 help
130 Select this if you are using Atmel's AT91SAM9260-EK or AT91SAM9XE Evaluation Kit
Andrew Victor58a0cd72006-12-01 14:51:13 +0100131 <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3933>
132
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100133endif
134
135# ----------------------------------------------------------
136
137if ARCH_AT91SAM9261
138
139comment "AT91SAM9261 Board Type"
140
Andrew Victor58a0cd72006-12-01 14:51:13 +0100141config MACH_AT91SAM9261EK
142 bool "Atmel AT91SAM9261-EK Evaluation Kit"
143 depends on ARCH_AT91SAM9261
144 help
145 Select this if you are using Atmel's AT91SAM9261-EK Evaluation Kit.
146 <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3820>
147
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100148endif
Andrew Victor6902f522006-06-20 19:30:18 +0100149
Andrew Victor58a0cd72006-12-01 14:51:13 +0100150# ----------------------------------------------------------
151
Andrew Victore6d92e62007-02-08 10:22:16 +0100152if ARCH_AT91SAM9263
153
154comment "AT91SAM9263 Board Type"
155
156config MACH_AT91SAM9263EK
157 bool "Atmel AT91SAM9263-EK Evaluation Kit"
158 depends on ARCH_AT91SAM9263
159 help
160 Select this if you are using Atmel's AT91SAM9263-EK Evaluation Kit.
161 <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=4057>
162
163endif
164
165# ----------------------------------------------------------
166
Andrew Victorc42dcb32007-05-11 19:24:18 +0100167if ARCH_AT91SAM9RL
168
169comment "AT91SAM9RL Board Type"
170
171config MACH_AT91SAM9RLEK
172 bool "Atmel AT91SAM9RL-EK Evaluation Kit"
173 depends on ARCH_AT91SAM9RL
174 help
175 Select this if you are using Atmel's AT91SAM9RL-EK Evaluation Kit.
176
177endif
178
179# ----------------------------------------------------------
180
Greg Ungerer9f1ccef2007-07-30 02:39:21 +0100181if ARCH_AT91X40
182
183comment "AT91X40 Board Type"
184
185config MACH_AT91EB01
186 bool "Atmel AT91EB01 Evaluation Kit"
187 help
188 Select this if you are using Atmel's AT91EB01 Evaluation Kit.
189 It is also a popular target for simulators such as GDB's
190 ARM simulator (commonly known as the ARMulator) and the
191 Skyeye simulator.
192
193endif
194
195# ----------------------------------------------------------
196
Andrew Victor58a0cd72006-12-01 14:51:13 +0100197comment "AT91 Board Options"
198
199config MTD_AT91_DATAFLASH_CARD
200 bool "Enable DataFlash Card support"
Andrew Victore6d92e62007-02-08 10:22:16 +0100201 depends on (ARCH_AT91RM9200DK || MACH_AT91RM9200EK || MACH_AT91SAM9260EK || MACH_AT91SAM9261EK || MACH_AT91SAM9263EK)
Andrew Victor58a0cd72006-12-01 14:51:13 +0100202 help
203 Enable support for the DataFlash card.
204
205config MTD_NAND_AT91_BUSWIDTH_16
206 bool "Enable 16-bit data bus interface to NAND flash"
Andrew Victore6d92e62007-02-08 10:22:16 +0100207 depends on (MACH_AT91SAM9260EK || MACH_AT91SAM9261EK || MACH_AT91SAM9263EK)
Andrew Victor58a0cd72006-12-01 14:51:13 +0100208 help
209 On AT91SAM926x boards both types of NAND flash can be present
210 (8 and 16 bit data bus width).
SAN People73a59c12006-01-09 17:05:41 +0000211
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100212# ----------------------------------------------------------
213
214comment "AT91 Feature Selections"
SAN People73a59c12006-01-09 17:05:41 +0000215
216config AT91_PROGRAMMABLE_CLOCKS
217 bool "Programmable Clocks"
218 help
219 Select this if you need to program one or more of the PCK0..PCK3
220 programmable clock outputs.
221
David Brownell5248c652007-11-12 17:59:10 +0100222config AT91_TIMER_HZ
223 int "Kernel HZ (jiffies per second)"
224 range 32 1024
225 depends on ARCH_AT91
226 default "128" if ARCH_AT91RM9200
227 default "100"
228 help
229 On AT91rm9200 chips where you're using a system clock derived
230 from the 32768 Hz hardware clock, this tick rate should divide
231 it exactly: use a power-of-two value, such as 128 or 256, to
232 reduce timing errors caused by rounding.
233
234 On AT91sam926x chips, or otherwise when using a higher precision
235 system clock (of at least several MHz), rounding is less of a
236 problem so it can be safer to use a decimal values like 100.
237
SAN People73a59c12006-01-09 17:05:41 +0000238endmenu
239
240endif