Remove obsolete fat_cvf help text
[linux-2.6-block.git] / arch / arm / mach-at91 / Kconfig
CommitLineData
8fc5ffa0
AV
1if ARCH_AT91
2
3menu "Atmel AT91 System-on-Chip"
4
05043d08
AV
5choice
6 prompt "Atmel AT91 Processor"
8fc5ffa0
AV
7
8config ARCH_AT91RM9200
9 bool "AT91RM9200"
73a59c1c 10
8fc5ffa0 11config ARCH_AT91SAM9260
f7eee89b 12 bool "AT91SAM9260 or AT91SAM9XE"
8fc5ffa0
AV
13
14config ARCH_AT91SAM9261
15 bool "AT91SAM9261"
16
b2c65616
AV
17config ARCH_AT91SAM9263
18 bool "AT91SAM9263"
19
05043d08
AV
20endchoice
21
8fc5ffa0
AV
22# ----------------------------------------------------------
23
24if ARCH_AT91RM9200
73a59c1c
SP
25
26comment "AT91RM9200 Board Type"
27
b184a4c9
LB
28config MACH_ONEARM
29 bool "Ajeco 1ARM Single Board Computer"
30 depends on ARCH_AT91RM9200
31 help
8fc5ffa0
AV
32 Select this if you are using Ajeco's 1ARM Single Board Computer.
33 <http://www.ajeco.fi/products.htm>
b184a4c9 34
73a59c1c
SP
35config ARCH_AT91RM9200DK
36 bool "Atmel AT91RM9200-DK Development board"
37 depends on ARCH_AT91RM9200
38 help
8fc5ffa0
AV
39 Select this if you are using Atmel's AT91RM9200-DK Development board.
40 (Discontinued)
41
73a59c1c
SP
42config MACH_AT91RM9200EK
43 bool "Atmel AT91RM9200-EK Evaluation Kit"
44 depends on ARCH_AT91RM9200
45 help
8fc5ffa0
AV
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>
73a59c1c
SP
48
49config MACH_CSB337
8fc5ffa0 50 bool "Cogent CSB337"
73a59c1c
SP
51 depends on ARCH_AT91RM9200
52 help
8fc5ffa0
AV
53 Select this if you are using Cogent's CSB337 board.
54 <http://www.cogcomp.com/csb_csb337.htm>
73a59c1c
SP
55
56config MACH_CSB637
8fc5ffa0 57 bool "Cogent CSB637"
73a59c1c
SP
58 depends on ARCH_AT91RM9200
59 help
8fc5ffa0
AV
60 Select this if you are using Cogent's CSB637 board.
61 <http://www.cogcomp.com/csb_csb637.htm>
73a59c1c
SP
62
63config MACH_CARMEVA
8fc5ffa0 64 bool "Conitec ARM&EVA"
73a59c1c
SP
65 depends on ARCH_AT91RM9200
66 help
8fc5ffa0
AV
67 Select this if you are using Conitec's AT91RM9200-MCU-Module.
68 <http://www.conitec.net/english/linuxboard.htm>
73a59c1c 69
8fc5ffa0
AV
70config MACH_ATEB9200
71 bool "Embest ATEB9200"
73a59c1c
SP
72 depends on ARCH_AT91RM9200
73 help
8fc5ffa0
AV
74 Select this if you are using Embest's ATEB9200 board.
75 <http://www.embedinfo.com/english/product/ATEB9200.asp>
73a59c1c 76
8fc5ffa0
AV
77config MACH_KB9200
78 bool "KwikByte KB920x"
6902f523
AV
79 depends on ARCH_AT91RM9200
80 help
8fc5ffa0
AV
81 Select this if you are using KwikByte's KB920x board.
82 <http://kwikbyte.com/KB9202_description_new.htm>
6902f523 83
5d01f133
SR
84config MACH_PICOTUX2XX
85 bool "picotux 200"
86 depends on ARCH_AT91RM9200
87 help
88 Select this if you are using a picotux 200.
89 <http://www.picotux.com/>
90
6902f523
AV
91config MACH_KAFA
92 bool "Sperry-Sun KAFA board"
93 depends on ARCH_AT91RM9200
94 help
8fc5ffa0
AV
95 Select this if you are using Sperry-Sun's KAFA board.
96
97endif
98
99# ----------------------------------------------------------
100
101if ARCH_AT91SAM9260
102
f7eee89b
AV
103comment "AT91SAM9260 Variants"
104
105config ARCH_AT91SAM9260_SAM9XE
106 bool "AT91SAM9XE"
107 depends on ARCH_AT91SAM9260
108 help
109 Select this if you are using Atmel's AT91SAM9XE System-on-Chip.
110 They are basicaly AT91SAM9260s with various sizes of embedded Flash.
111
112comment "AT91SAM9260 / AT91SAM9XE Board Type"
8fc5ffa0 113
58a0cd78 114config MACH_AT91SAM9260EK
f7eee89b 115 bool "Atmel AT91SAM9260-EK / AT91SAM9XE Evaluation Kit"
58a0cd78
AV
116 depends on ARCH_AT91SAM9260
117 help
f7eee89b 118 Select this if you are using Atmel's AT91SAM9260-EK or AT91SAM9XE Evaluation Kit
58a0cd78
AV
119 <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3933>
120
8fc5ffa0
AV
121endif
122
123# ----------------------------------------------------------
124
125if ARCH_AT91SAM9261
126
127comment "AT91SAM9261 Board Type"
128
58a0cd78
AV
129config MACH_AT91SAM9261EK
130 bool "Atmel AT91SAM9261-EK Evaluation Kit"
131 depends on ARCH_AT91SAM9261
132 help
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>
135
8fc5ffa0
AV
136endif
137
58a0cd78
AV
138# ----------------------------------------------------------
139
e6d92e63
AV
140if ARCH_AT91SAM9263
141
142comment "AT91SAM9263 Board Type"
143
144config MACH_AT91SAM9263EK
145 bool "Atmel AT91SAM9263-EK Evaluation Kit"
146 depends on ARCH_AT91SAM9263
147 help
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>
150
151endif
152
153# ----------------------------------------------------------
154
58a0cd78
AV
155comment "AT91 Board Options"
156
157config MTD_AT91_DATAFLASH_CARD
158 bool "Enable DataFlash Card support"
e6d92e63 159 depends on (ARCH_AT91RM9200DK || MACH_AT91RM9200EK || MACH_AT91SAM9260EK || MACH_AT91SAM9261EK || MACH_AT91SAM9263EK)
58a0cd78
AV
160 help
161 Enable support for the DataFlash card.
162
163config MTD_NAND_AT91_BUSWIDTH_16
164 bool "Enable 16-bit data bus interface to NAND flash"
e6d92e63 165 depends on (MACH_AT91SAM9260EK || MACH_AT91SAM9261EK || MACH_AT91SAM9263EK)
58a0cd78
AV
166 help
167 On AT91SAM926x boards both types of NAND flash can be present
168 (8 and 16 bit data bus width).
6902f523 169
8fc5ffa0 170# ----------------------------------------------------------
73a59c1c 171
8fc5ffa0 172comment "AT91 Feature Selections"
73a59c1c
SP
173
174config AT91_PROGRAMMABLE_CLOCKS
175 bool "Programmable Clocks"
176 help
177 Select this if you need to program one or more of the PCK0..PCK3
178 programmable clock outputs.
179
180endmenu
181
182endif