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
22 # ----------------------------------------------------------
26 comment "AT91RM9200 Board Type"
29 bool "Ajeco 1ARM Single Board Computer"
30 depends on ARCH_AT91RM9200
32 Select this if you are using Ajeco's 1ARM Single Board Computer.
33 <http://www.ajeco.fi/products.htm>
35 config ARCH_AT91RM9200DK
36 bool "Atmel AT91RM9200-DK Development board"
37 depends on ARCH_AT91RM9200
39 Select this if you are using Atmel's AT91RM9200-DK Development board.
42 config MACH_AT91RM9200EK
43 bool "Atmel AT91RM9200-EK Evaluation Kit"
44 depends on ARCH_AT91RM9200
46 Select this if you are using Atmel's AT91RM9200-EK Evaluation Kit.
47 <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3507>
51 depends on ARCH_AT91RM9200
53 Select this if you are using Cogent's CSB337 board.
54 <http://www.cogcomp.com/csb_csb337.htm>
58 depends on ARCH_AT91RM9200
60 Select this if you are using Cogent's CSB637 board.
61 <http://www.cogcomp.com/csb_csb637.htm>
64 bool "Conitec ARM&EVA"
65 depends on ARCH_AT91RM9200
67 Select this if you are using Conitec's AT91RM9200-MCU-Module.
68 <http://www.conitec.net/english/linuxboard.htm>
71 bool "Embest ATEB9200"
72 depends on ARCH_AT91RM9200
74 Select this if you are using Embest's ATEB9200 board.
75 <http://www.embedinfo.com/english/product/ATEB9200.asp>
78 bool "KwikByte KB920x"
79 depends on ARCH_AT91RM9200
81 Select this if you are using KwikByte's KB920x board.
82 <http://kwikbyte.com/KB9202_description_new.htm>
84 config MACH_PICOTUX2XX
86 depends on ARCH_AT91RM9200
88 Select this if you are using a picotux 200.
89 <http://www.picotux.com/>
92 bool "Sperry-Sun KAFA board"
93 depends on ARCH_AT91RM9200
95 Select this if you are using Sperry-Sun's KAFA board.
99 # ----------------------------------------------------------
103 comment "AT91SAM9260 Variants"
105 config ARCH_AT91SAM9260_SAM9XE
107 depends on ARCH_AT91SAM9260
109 Select this if you are using Atmel's AT91SAM9XE System-on-Chip.
110 They are basicaly AT91SAM9260s with various sizes of embedded Flash.
112 comment "AT91SAM9260 / AT91SAM9XE Board Type"
114 config MACH_AT91SAM9260EK
115 bool "Atmel AT91SAM9260-EK / AT91SAM9XE Evaluation Kit"
116 depends on ARCH_AT91SAM9260
118 Select this if you are using Atmel's AT91SAM9260-EK or AT91SAM9XE Evaluation Kit
119 <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3933>
123 # ----------------------------------------------------------
127 comment "AT91SAM9261 Board Type"
129 config MACH_AT91SAM9261EK
130 bool "Atmel AT91SAM9261-EK Evaluation Kit"
131 depends on ARCH_AT91SAM9261
133 Select this if you are using Atmel's AT91SAM9261-EK Evaluation Kit.
134 <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3820>
138 # ----------------------------------------------------------
142 comment "AT91SAM9263 Board Type"
144 config MACH_AT91SAM9263EK
145 bool "Atmel AT91SAM9263-EK Evaluation Kit"
146 depends on ARCH_AT91SAM9263
148 Select this if you are using Atmel's AT91SAM9263-EK Evaluation Kit.
149 <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=4057>
153 # ----------------------------------------------------------
155 comment "AT91 Board Options"
157 config MTD_AT91_DATAFLASH_CARD
158 bool "Enable DataFlash Card support"
159 depends on (ARCH_AT91RM9200DK || MACH_AT91RM9200EK || MACH_AT91SAM9260EK || MACH_AT91SAM9261EK || MACH_AT91SAM9263EK)
161 Enable support for the DataFlash card.
163 config MTD_NAND_AT91_BUSWIDTH_16
164 bool "Enable 16-bit data bus interface to NAND flash"
165 depends on (MACH_AT91SAM9260EK || MACH_AT91SAM9261EK || MACH_AT91SAM9263EK)
167 On AT91SAM926x boards both types of NAND flash can be present
168 (8 and 16 bit data bus width).
170 # ----------------------------------------------------------
172 comment "AT91 Feature Selections"
174 config AT91_PROGRAMMABLE_CLOCKS
175 bool "Programmable Clocks"
177 Select this if you need to program one or more of the PCK0..PCK3
178 programmable clock outputs.