3 menu "Atmel AT91 System-on-Chip"
6 prompt "Atmel AT91 Processor"
11 config ARCH_AT91SAM9260
14 config ARCH_AT91SAM9261
19 # ----------------------------------------------------------
23 comment "AT91RM9200 Board Type"
26 bool "Ajeco 1ARM Single Board Computer"
27 depends on ARCH_AT91RM9200
29 Select this if you are using Ajeco's 1ARM Single Board Computer.
30 <http://www.ajeco.fi/products.htm>
32 config ARCH_AT91RM9200DK
33 bool "Atmel AT91RM9200-DK Development board"
34 depends on ARCH_AT91RM9200
36 Select this if you are using Atmel's AT91RM9200-DK Development board.
39 config MACH_AT91RM9200EK
40 bool "Atmel AT91RM9200-EK Evaluation Kit"
41 depends on ARCH_AT91RM9200
43 Select this if you are using Atmel's AT91RM9200-EK Evaluation Kit.
44 <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3507>
48 depends on ARCH_AT91RM9200
50 Select this if you are using Cogent's CSB337 board.
51 <http://www.cogcomp.com/csb_csb337.htm>
55 depends on ARCH_AT91RM9200
57 Select this if you are using Cogent's CSB637 board.
58 <http://www.cogcomp.com/csb_csb637.htm>
61 bool "Conitec ARM&EVA"
62 depends on ARCH_AT91RM9200
64 Select this if you are using Conitec's AT91RM9200-MCU-Module.
65 <http://www.conitec.net/english/linuxboard.htm>
68 bool "Embest ATEB9200"
69 depends on ARCH_AT91RM9200
71 Select this if you are using Embest's ATEB9200 board.
72 <http://www.embedinfo.com/english/product/ATEB9200.asp>
75 bool "KwikByte KB920x"
76 depends on ARCH_AT91RM9200
78 Select this if you are using KwikByte's KB920x board.
79 <http://kwikbyte.com/KB9202_description_new.htm>
82 bool "Sperry-Sun KAFA board"
83 depends on ARCH_AT91RM9200
85 Select this if you are using Sperry-Sun's KAFA board.
89 # ----------------------------------------------------------
93 comment "AT91SAM9260 Board Type"
95 config MACH_AT91SAM9260EK
96 bool "Atmel AT91SAM9260-EK Evaluation Kit"
97 depends on ARCH_AT91SAM9260
99 Select this if you are using Atmel's AT91SAM9260-EK Evaluation Kit.
100 <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3933>
104 # ----------------------------------------------------------
108 comment "AT91SAM9261 Board Type"
110 config MACH_AT91SAM9261EK
111 bool "Atmel AT91SAM9261-EK Evaluation Kit"
112 depends on ARCH_AT91SAM9261
114 Select this if you are using Atmel's AT91SAM9261-EK Evaluation Kit.
115 <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3820>
119 # ----------------------------------------------------------
121 comment "AT91 Board Options"
123 config MTD_AT91_DATAFLASH_CARD
124 bool "Enable DataFlash Card support"
125 depends on (ARCH_AT91RM9200DK || MACH_AT91RM9200EK || MACH_AT91SAM9260EK || MACH_AT91SAM9261EK)
127 Enable support for the DataFlash card.
129 config MTD_NAND_AT91_BUSWIDTH_16
130 bool "Enable 16-bit data bus interface to NAND flash"
131 depends on (MACH_AT91SAM9261EK || MACH_AT91SAM9260EK)
133 On AT91SAM926x boards both types of NAND flash can be present
134 (8 and 16 bit data bus width).
136 # ----------------------------------------------------------
138 comment "AT91 Feature Selections"
140 config AT91_PROGRAMMABLE_CLOCKS
141 bool "Programmable Clocks"
143 Select this if you need to program one or more of the PCK0..PCK3
144 programmable clock outputs.