3 menu "Atmel AT91 System-on-Chip"
6 prompt "Atmel AT91 Processor"
11 config ARCH_AT91SAM9260
12 bool "AT91SAM9260 or AT91SAM9XE"
14 config ARCH_AT91SAM9261
17 config ARCH_AT91SAM9263
20 config ARCH_AT91SAM9RL
25 # ----------------------------------------------------------
29 comment "AT91RM9200 Board Type"
32 bool "Ajeco 1ARM Single Board Computer"
33 depends on ARCH_AT91RM9200
35 Select this if you are using Ajeco's 1ARM Single Board Computer.
36 <http://www.ajeco.fi/products.htm>
38 config ARCH_AT91RM9200DK
39 bool "Atmel AT91RM9200-DK Development board"
40 depends on ARCH_AT91RM9200
42 Select this if you are using Atmel's AT91RM9200-DK Development board.
45 config MACH_AT91RM9200EK
46 bool "Atmel AT91RM9200-EK Evaluation Kit"
47 depends on ARCH_AT91RM9200
49 Select this if you are using Atmel's AT91RM9200-EK Evaluation Kit.
50 <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3507>
54 depends on ARCH_AT91RM9200
56 Select this if you are using Cogent's CSB337 board.
57 <http://www.cogcomp.com/csb_csb337.htm>
61 depends on ARCH_AT91RM9200
63 Select this if you are using Cogent's CSB637 board.
64 <http://www.cogcomp.com/csb_csb637.htm>
67 bool "Conitec ARM&EVA"
68 depends on ARCH_AT91RM9200
70 Select this if you are using Conitec's AT91RM9200-MCU-Module.
71 <http://www.conitec.net/english/linuxboard.htm>
74 bool "Embest ATEB9200"
75 depends on ARCH_AT91RM9200
77 Select this if you are using Embest's ATEB9200 board.
78 <http://www.embedinfo.com/english/product/ATEB9200.asp>
81 bool "KwikByte KB920x"
82 depends on ARCH_AT91RM9200
84 Select this if you are using KwikByte's KB920x board.
85 <http://kwikbyte.com/KB9202_description_new.htm>
87 config MACH_PICOTUX2XX
89 depends on ARCH_AT91RM9200
91 Select this if you are using a picotux 200.
92 <http://www.picotux.com/>
95 bool "Sperry-Sun KAFA board"
96 depends on ARCH_AT91RM9200
98 Select this if you are using Sperry-Sun's KAFA board.
102 # ----------------------------------------------------------
106 comment "AT91SAM9260 Variants"
108 config ARCH_AT91SAM9260_SAM9XE
110 depends on ARCH_AT91SAM9260
112 Select this if you are using Atmel's AT91SAM9XE System-on-Chip.
113 They are basically AT91SAM9260s with various sizes of embedded Flash.
115 comment "AT91SAM9260 / AT91SAM9XE Board Type"
117 config MACH_AT91SAM9260EK
118 bool "Atmel AT91SAM9260-EK / AT91SAM9XE Evaluation Kit"
119 depends on ARCH_AT91SAM9260
121 Select this if you are using Atmel's AT91SAM9260-EK or AT91SAM9XE Evaluation Kit
122 <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3933>
126 # ----------------------------------------------------------
130 comment "AT91SAM9261 Board Type"
132 config MACH_AT91SAM9261EK
133 bool "Atmel AT91SAM9261-EK Evaluation Kit"
134 depends on ARCH_AT91SAM9261
136 Select this if you are using Atmel's AT91SAM9261-EK Evaluation Kit.
137 <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3820>
141 # ----------------------------------------------------------
145 comment "AT91SAM9263 Board Type"
147 config MACH_AT91SAM9263EK
148 bool "Atmel AT91SAM9263-EK Evaluation Kit"
149 depends on ARCH_AT91SAM9263
151 Select this if you are using Atmel's AT91SAM9263-EK Evaluation Kit.
152 <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=4057>
156 # ----------------------------------------------------------
160 comment "AT91SAM9RL Board Type"
162 config MACH_AT91SAM9RLEK
163 bool "Atmel AT91SAM9RL-EK Evaluation Kit"
164 depends on ARCH_AT91SAM9RL
166 Select this if you are using Atmel's AT91SAM9RL-EK Evaluation Kit.
170 # ----------------------------------------------------------
172 comment "AT91 Board Options"
174 config MTD_AT91_DATAFLASH_CARD
175 bool "Enable DataFlash Card support"
176 depends on (ARCH_AT91RM9200DK || MACH_AT91RM9200EK || MACH_AT91SAM9260EK || MACH_AT91SAM9261EK || MACH_AT91SAM9263EK)
178 Enable support for the DataFlash card.
180 config MTD_NAND_AT91_BUSWIDTH_16
181 bool "Enable 16-bit data bus interface to NAND flash"
182 depends on (MACH_AT91SAM9260EK || MACH_AT91SAM9261EK || MACH_AT91SAM9263EK)
184 On AT91SAM926x boards both types of NAND flash can be present
185 (8 and 16 bit data bus width).
187 # ----------------------------------------------------------
189 comment "AT91 Feature Selections"
191 config AT91_PROGRAMMABLE_CLOCKS
192 bool "Programmable Clocks"
194 Select this if you need to program one or more of the PCK0..PCK3
195 programmable clock outputs.