3 menu "Atmel AT91 System-on-Chip"
6 prompt "Atmel AT91 Processor"
11 select GENERIC_CLOCKEVENTS
13 config ARCH_AT91SAM9260
14 bool "AT91SAM9260 or AT91SAM9XE"
16 config ARCH_AT91SAM9261
19 config ARCH_AT91SAM9263
22 config ARCH_AT91SAM9RL
37 # ----------------------------------------------------------
41 comment "AT91RM9200 Board Type"
44 bool "Ajeco 1ARM Single Board Computer"
45 depends on ARCH_AT91RM9200
47 Select this if you are using Ajeco's 1ARM Single Board Computer.
48 <http://www.ajeco.fi/products.htm>
50 config ARCH_AT91RM9200DK
51 bool "Atmel AT91RM9200-DK Development board"
52 depends on ARCH_AT91RM9200
54 Select this if you are using Atmel's AT91RM9200-DK Development board.
57 config MACH_AT91RM9200EK
58 bool "Atmel AT91RM9200-EK Evaluation Kit"
59 depends on ARCH_AT91RM9200
61 Select this if you are using Atmel's AT91RM9200-EK Evaluation Kit.
62 <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3507>
66 depends on ARCH_AT91RM9200
68 Select this if you are using Cogent's CSB337 board.
69 <http://www.cogcomp.com/csb_csb337.htm>
73 depends on ARCH_AT91RM9200
75 Select this if you are using Cogent's CSB637 board.
76 <http://www.cogcomp.com/csb_csb637.htm>
79 bool "Conitec ARM&EVA"
80 depends on ARCH_AT91RM9200
82 Select this if you are using Conitec's AT91RM9200-MCU-Module.
83 <http://www.conitec.net/english/linuxboard.htm>
86 bool "Embest ATEB9200"
87 depends on ARCH_AT91RM9200
89 Select this if you are using Embest's ATEB9200 board.
90 <http://www.embedinfo.com/english/product/ATEB9200.asp>
93 bool "KwikByte KB920x"
94 depends on ARCH_AT91RM9200
96 Select this if you are using KwikByte's KB920x board.
97 <http://kwikbyte.com/KB9202_description_new.htm>
99 config MACH_PICOTUX2XX
101 depends on ARCH_AT91RM9200
103 Select this if you are using a picotux 200.
104 <http://www.picotux.com/>
107 bool "Sperry-Sun KAFA board"
108 depends on ARCH_AT91RM9200
110 Select this if you are using Sperry-Sun's KAFA board.
114 # ----------------------------------------------------------
118 comment "AT91SAM9260 Variants"
120 config ARCH_AT91SAM9260_SAM9XE
122 depends on ARCH_AT91SAM9260
124 Select this if you are using Atmel's AT91SAM9XE System-on-Chip.
125 They are basically AT91SAM9260s with various sizes of embedded Flash.
127 comment "AT91SAM9260 / AT91SAM9XE Board Type"
129 config MACH_AT91SAM9260EK
130 bool "Atmel AT91SAM9260-EK / AT91SAM9XE Evaluation Kit"
131 depends on ARCH_AT91SAM9260
133 Select this if you are using Atmel's AT91SAM9260-EK or AT91SAM9XE Evaluation Kit
134 <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3933>
138 # ----------------------------------------------------------
142 comment "AT91SAM9261 Board Type"
144 config MACH_AT91SAM9261EK
145 bool "Atmel AT91SAM9261-EK Evaluation Kit"
146 depends on ARCH_AT91SAM9261
148 Select this if you are using Atmel's AT91SAM9261-EK Evaluation Kit.
149 <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3820>
153 # ----------------------------------------------------------
157 comment "AT91SAM9263 Board Type"
159 config MACH_AT91SAM9263EK
160 bool "Atmel AT91SAM9263-EK Evaluation Kit"
161 depends on ARCH_AT91SAM9263
163 Select this if you are using Atmel's AT91SAM9263-EK Evaluation Kit.
164 <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=4057>
168 # ----------------------------------------------------------
172 comment "AT91SAM9RL Board Type"
174 config MACH_AT91SAM9RLEK
175 bool "Atmel AT91SAM9RL-EK Evaluation Kit"
176 depends on ARCH_AT91SAM9RL
178 Select this if you are using Atmel's AT91SAM9RL-EK Evaluation Kit.
182 # ----------------------------------------------------------
186 comment "AT91CAP9 Board Type"
188 config MACH_AT91CAP9ADK
189 bool "Atmel AT91CAP9A-DK Evaluation Kit"
190 depends on ARCH_AT91CAP9
192 Select this if you are using Atmel's AT91CAP9A-DK Evaluation Kit.
193 <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=4138>
197 # ----------------------------------------------------------
201 comment "AT91X40 Board Type"
204 bool "Atmel AT91EB01 Evaluation Kit"
206 Select this if you are using Atmel's AT91EB01 Evaluation Kit.
207 It is also a popular target for simulators such as GDB's
208 ARM simulator (commonly known as the ARMulator) and the
213 # ----------------------------------------------------------
215 comment "AT91 Board Options"
217 config MTD_AT91_DATAFLASH_CARD
218 bool "Enable DataFlash Card support"
219 depends on (ARCH_AT91RM9200DK || MACH_AT91RM9200EK || MACH_AT91SAM9260EK || MACH_AT91SAM9261EK || MACH_AT91SAM9263EK || MACH_AT91CAP9ADK)
221 Enable support for the DataFlash card.
223 config MTD_NAND_AT91_BUSWIDTH_16
224 bool "Enable 16-bit data bus interface to NAND flash"
225 depends on (MACH_AT91SAM9260EK || MACH_AT91SAM9261EK || MACH_AT91SAM9263EK || MACH_AT91CAP9ADK)
227 On AT91SAM926x boards both types of NAND flash can be present
228 (8 and 16 bit data bus width).
230 # ----------------------------------------------------------
232 comment "AT91 Feature Selections"
234 config AT91_PROGRAMMABLE_CLOCKS
235 bool "Programmable Clocks"
237 Select this if you need to program one or more of the PCK0..PCK3
238 programmable clock outputs.
241 int "Kernel HZ (jiffies per second)"
244 default "128" if ARCH_AT91RM9200
247 On AT91rm9200 chips where you're using a system clock derived
248 from the 32768 Hz hardware clock, this tick rate should divide
249 it exactly: use a power-of-two value, such as 128 or 256, to
250 reduce timing errors caused by rounding.
252 On AT91sam926x chips, or otherwise when using a higher precision
253 system clock (of at least several MHz), rounding is less of a
254 problem so it can be safer to use a decimal values like 100.