[ARM] 3961/2: AT91: Support for Atmel AT91SAM9261-EK board
[deliverable/linux.git] / arch / arm / mach-at91rm9200 / 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
AV
11config ARCH_AT91SAM9260
12 bool "AT91SAM9260"
13
14config ARCH_AT91SAM9261
15 bool "AT91SAM9261"
16
05043d08
AV
17endchoice
18
8fc5ffa0
AV
19# ----------------------------------------------------------
20
21if ARCH_AT91RM9200
73a59c1c
SP
22
23comment "AT91RM9200 Board Type"
24
b184a4c9
LB
25config MACH_ONEARM
26 bool "Ajeco 1ARM Single Board Computer"
27 depends on ARCH_AT91RM9200
28 help
8fc5ffa0
AV
29 Select this if you are using Ajeco's 1ARM Single Board Computer.
30 <http://www.ajeco.fi/products.htm>
b184a4c9 31
73a59c1c
SP
32config ARCH_AT91RM9200DK
33 bool "Atmel AT91RM9200-DK Development board"
34 depends on ARCH_AT91RM9200
35 help
8fc5ffa0
AV
36 Select this if you are using Atmel's AT91RM9200-DK Development board.
37 (Discontinued)
38
73a59c1c
SP
39config MACH_AT91RM9200EK
40 bool "Atmel AT91RM9200-EK Evaluation Kit"
41 depends on ARCH_AT91RM9200
42 help
8fc5ffa0
AV
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>
73a59c1c
SP
45
46config MACH_CSB337
8fc5ffa0 47 bool "Cogent CSB337"
73a59c1c
SP
48 depends on ARCH_AT91RM9200
49 help
8fc5ffa0
AV
50 Select this if you are using Cogent's CSB337 board.
51 <http://www.cogcomp.com/csb_csb337.htm>
73a59c1c
SP
52
53config MACH_CSB637
8fc5ffa0 54 bool "Cogent CSB637"
73a59c1c
SP
55 depends on ARCH_AT91RM9200
56 help
8fc5ffa0
AV
57 Select this if you are using Cogent's CSB637 board.
58 <http://www.cogcomp.com/csb_csb637.htm>
73a59c1c
SP
59
60config MACH_CARMEVA
8fc5ffa0 61 bool "Conitec ARM&EVA"
73a59c1c
SP
62 depends on ARCH_AT91RM9200
63 help
8fc5ffa0
AV
64 Select this if you are using Conitec's AT91RM9200-MCU-Module.
65 <http://www.conitec.net/english/linuxboard.htm>
73a59c1c 66
8fc5ffa0
AV
67config MACH_ATEB9200
68 bool "Embest ATEB9200"
73a59c1c
SP
69 depends on ARCH_AT91RM9200
70 help
8fc5ffa0
AV
71 Select this if you are using Embest's ATEB9200 board.
72 <http://www.embedinfo.com/english/product/ATEB9200.asp>
73a59c1c 73
8fc5ffa0
AV
74config MACH_KB9200
75 bool "KwikByte KB920x"
6902f523
AV
76 depends on ARCH_AT91RM9200
77 help
8fc5ffa0
AV
78 Select this if you are using KwikByte's KB920x board.
79 <http://kwikbyte.com/KB9202_description_new.htm>
6902f523
AV
80
81config MACH_KAFA
82 bool "Sperry-Sun KAFA board"
83 depends on ARCH_AT91RM9200
84 help
8fc5ffa0
AV
85 Select this if you are using Sperry-Sun's KAFA board.
86
87endif
88
89# ----------------------------------------------------------
90
91if ARCH_AT91SAM9260
92
93comment "AT91SAM9260 Board Type"
94
95endif
96
97# ----------------------------------------------------------
98
99if ARCH_AT91SAM9261
100
101comment "AT91SAM9261 Board Type"
102
103endif
104
6902f523 105
8fc5ffa0 106# ----------------------------------------------------------
73a59c1c 107
8fc5ffa0 108comment "AT91 Feature Selections"
73a59c1c
SP
109
110config AT91_PROGRAMMABLE_CLOCKS
111 bool "Programmable Clocks"
112 help
113 Select this if you need to program one or more of the PCK0..PCK3
114 programmable clock outputs.
115
116endmenu
117
118endif
This page took 0.151691 seconds and 5 git commands to generate.