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
34 # ----------------------------------------------------------
38 comment "AT91RM9200 Board Type"
41 bool "Ajeco 1ARM Single Board Computer"
42 depends on ARCH_AT91RM9200
44 Select this if you are using Ajeco's 1ARM Single Board Computer.
45 <http://www.ajeco.fi/products.htm>
47 config ARCH_AT91RM9200DK
48 bool "Atmel AT91RM9200-DK Development board"
49 depends on ARCH_AT91RM9200
51 Select this if you are using Atmel's AT91RM9200-DK Development board.
54 config MACH_AT91RM9200EK
55 bool "Atmel AT91RM9200-EK Evaluation Kit"
56 depends on ARCH_AT91RM9200
58 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>
63 depends on ARCH_AT91RM9200
65 Select this if you are using Cogent's CSB337 board.
66 <http://www.cogcomp.com/csb_csb337.htm>
70 depends on ARCH_AT91RM9200
72 Select this if you are using Cogent's CSB637 board.
73 <http://www.cogcomp.com/csb_csb637.htm>
76 bool "Conitec ARM&EVA"
77 depends on ARCH_AT91RM9200
79 Select this if you are using Conitec's AT91RM9200-MCU-Module.
80 <http://www.conitec.net/english/linuxboard.htm>
83 bool "Embest ATEB9200"
84 depends on ARCH_AT91RM9200
86 Select this if you are using Embest's ATEB9200 board.
87 <http://www.embedinfo.com/english/product/ATEB9200.asp>
90 bool "KwikByte KB920x"
91 depends on ARCH_AT91RM9200
93 Select this if you are using KwikByte's KB920x board.
94 <http://kwikbyte.com/KB9202_description_new.htm>
96 config MACH_PICOTUX2XX
98 depends on ARCH_AT91RM9200
100 Select this if you are using a picotux 200.
101 <http://www.picotux.com/>
104 bool "Sperry-Sun KAFA board"
105 depends on ARCH_AT91RM9200
107 Select this if you are using Sperry-Sun's KAFA board.
111 # ----------------------------------------------------------
115 comment "AT91SAM9260 Variants"
117 config ARCH_AT91SAM9260_SAM9XE
119 depends on ARCH_AT91SAM9260
121 Select this if you are using Atmel's AT91SAM9XE System-on-Chip.
122 They are basically AT91SAM9260s with various sizes of embedded Flash.
124 comment "AT91SAM9260 / AT91SAM9XE Board Type"
126 config MACH_AT91SAM9260EK
127 bool "Atmel AT91SAM9260-EK / AT91SAM9XE Evaluation Kit"
128 depends on ARCH_AT91SAM9260
130 Select this if you are using Atmel's AT91SAM9260-EK or AT91SAM9XE Evaluation Kit
131 <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3933>
135 # ----------------------------------------------------------
139 comment "AT91SAM9261 Board Type"
141 config MACH_AT91SAM9261EK
142 bool "Atmel AT91SAM9261-EK Evaluation Kit"
143 depends on ARCH_AT91SAM9261
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>
150 # ----------------------------------------------------------
154 comment "AT91SAM9263 Board Type"
156 config MACH_AT91SAM9263EK
157 bool "Atmel AT91SAM9263-EK Evaluation Kit"
158 depends on ARCH_AT91SAM9263
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>
165 # ----------------------------------------------------------
169 comment "AT91SAM9RL Board Type"
171 config MACH_AT91SAM9RLEK
172 bool "Atmel AT91SAM9RL-EK Evaluation Kit"
173 depends on ARCH_AT91SAM9RL
175 Select this if you are using Atmel's AT91SAM9RL-EK Evaluation Kit.
179 # ----------------------------------------------------------
183 comment "AT91X40 Board Type"
186 bool "Atmel AT91EB01 Evaluation Kit"
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
195 # ----------------------------------------------------------
197 comment "AT91 Board Options"
199 config MTD_AT91_DATAFLASH_CARD
200 bool "Enable DataFlash Card support"
201 depends on (ARCH_AT91RM9200DK || MACH_AT91RM9200EK || MACH_AT91SAM9260EK || MACH_AT91SAM9261EK || MACH_AT91SAM9263EK)
203 Enable support for the DataFlash card.
205 config MTD_NAND_AT91_BUSWIDTH_16
206 bool "Enable 16-bit data bus interface to NAND flash"
207 depends on (MACH_AT91SAM9260EK || MACH_AT91SAM9261EK || MACH_AT91SAM9263EK)
209 On AT91SAM926x boards both types of NAND flash can be present
210 (8 and 16 bit data bus width).
212 # ----------------------------------------------------------
214 comment "AT91 Feature Selections"
216 config AT91_PROGRAMMABLE_CLOCKS
217 bool "Programmable Clocks"
219 Select this if you need to program one or more of the PCK0..PCK3
220 programmable clock outputs.