blob: 2f85e8693b1ba1e3984f93fa4e83b53fdb38a468 [file] [log] [blame]
Andrew Victor8fc5ffa2006-06-29 16:06:33 +01001if ARCH_AT91
SAN People73a59c12006-01-09 17:05:41 +00002
Andrew Victor8fc5ffa2006-06-29 16:06:33 +01003menu "Atmel AT91 System-on-Chip"
4
5comment "Atmel AT91 Processors"
6
7config ARCH_AT91RM9200
8 bool "AT91RM9200"
9
10config ARCH_AT91SAM9260
11 bool "AT91SAM9260"
12
13config ARCH_AT91SAM9261
14 bool "AT91SAM9261"
15
16# ----------------------------------------------------------
17
18if ARCH_AT91RM9200
SAN People73a59c12006-01-09 17:05:41 +000019
20comment "AT91RM9200 Board Type"
21
Lennert Buytenhekb184a4c2006-06-26 17:48:29 +010022config MACH_ONEARM
23 bool "Ajeco 1ARM Single Board Computer"
24 depends on ARCH_AT91RM9200
25 help
Andrew Victor8fc5ffa2006-06-29 16:06:33 +010026 Select this if you are using Ajeco's 1ARM Single Board Computer.
27 <http://www.ajeco.fi/products.htm>
Lennert Buytenhekb184a4c2006-06-26 17:48:29 +010028
SAN People73a59c12006-01-09 17:05:41 +000029config ARCH_AT91RM9200DK
30 bool "Atmel AT91RM9200-DK Development board"
31 depends on ARCH_AT91RM9200
32 help
Andrew Victor8fc5ffa2006-06-29 16:06:33 +010033 Select this if you are using Atmel's AT91RM9200-DK Development board.
34 (Discontinued)
35
SAN People73a59c12006-01-09 17:05:41 +000036
37config MACH_AT91RM9200EK
38 bool "Atmel AT91RM9200-EK Evaluation Kit"
39 depends on ARCH_AT91RM9200
40 help
Andrew Victor8fc5ffa2006-06-29 16:06:33 +010041 Select this if you are using Atmel's AT91RM9200-EK Evaluation Kit.
42 <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3507>
SAN People73a59c12006-01-09 17:05:41 +000043
44config MACH_CSB337
Andrew Victor8fc5ffa2006-06-29 16:06:33 +010045 bool "Cogent CSB337"
SAN People73a59c12006-01-09 17:05:41 +000046 depends on ARCH_AT91RM9200
47 help
Andrew Victor8fc5ffa2006-06-29 16:06:33 +010048 Select this if you are using Cogent's CSB337 board.
49 <http://www.cogcomp.com/csb_csb337.htm>
SAN People73a59c12006-01-09 17:05:41 +000050
51config MACH_CSB637
Andrew Victor8fc5ffa2006-06-29 16:06:33 +010052 bool "Cogent CSB637"
SAN People73a59c12006-01-09 17:05:41 +000053 depends on ARCH_AT91RM9200
54 help
Andrew Victor8fc5ffa2006-06-29 16:06:33 +010055 Select this if you are using Cogent's CSB637 board.
56 <http://www.cogcomp.com/csb_csb637.htm>
SAN People73a59c12006-01-09 17:05:41 +000057
58config MACH_CARMEVA
Andrew Victor8fc5ffa2006-06-29 16:06:33 +010059 bool "Conitec ARM&EVA"
SAN People73a59c12006-01-09 17:05:41 +000060 depends on ARCH_AT91RM9200
61 help
Andrew Victor8fc5ffa2006-06-29 16:06:33 +010062 Select this if you are using Conitec's AT91RM9200-MCU-Module.
63 <http://www.conitec.net/english/linuxboard.htm>
SAN People73a59c12006-01-09 17:05:41 +000064
Andrew Victor6902f522006-06-20 19:30:18 +010065config MACH_ATEB9200
Andrew Victor8fc5ffa2006-06-29 16:06:33 +010066 bool "Embest ATEB9200"
Andrew Victor6902f522006-06-20 19:30:18 +010067 depends on ARCH_AT91RM9200
68 help
Andrew Victor8fc5ffa2006-06-29 16:06:33 +010069 Select this if you are using Embest's ATEB9200 board.
70 <http://www.embedinfo.com/english/product/ATEB9200.asp>
71
72config MACH_KB9200
73 bool "KwikByte KB920x"
74 depends on ARCH_AT91RM9200
75 help
76 Select this if you are using KwikByte's KB920x board.
77 <http://kwikbyte.com/KB9202_description_new.htm>
Andrew Victor6902f522006-06-20 19:30:18 +010078
79config MACH_KAFA
80 bool "Sperry-Sun KAFA board"
81 depends on ARCH_AT91RM9200
82 help
Andrew Victor8fc5ffa2006-06-29 16:06:33 +010083 Select this if you are using Sperry-Sun's KAFA board.
84
85endif
86
87# ----------------------------------------------------------
88
89if ARCH_AT91SAM9260
90
91comment "AT91SAM9260 Board Type"
92
93endif
94
95# ----------------------------------------------------------
96
97if ARCH_AT91SAM9261
98
99comment "AT91SAM9261 Board Type"
100
101endif
Andrew Victor6902f522006-06-20 19:30:18 +0100102
SAN People73a59c12006-01-09 17:05:41 +0000103
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100104# ----------------------------------------------------------
105
106comment "AT91 Feature Selections"
SAN People73a59c12006-01-09 17:05:41 +0000107
108config AT91_PROGRAMMABLE_CLOCKS
109 bool "Programmable Clocks"
110 help
111 Select this if you need to program one or more of the PCK0..PCK3
112 programmable clock outputs.
113
114endmenu
115
116endif