blob: 8d44326478941233c71b1681fe2a4b083ac6a13e [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
Andrew Victor05043d02006-12-01 11:51:19 +01005choice
6 prompt "Atmel AT91 Processor"
Andrew Victor8fc5ffa2006-06-29 16:06:33 +01007
8config ARCH_AT91RM9200
9 bool "AT91RM9200"
10
11config ARCH_AT91SAM9260
12 bool "AT91SAM9260"
13
14config ARCH_AT91SAM9261
15 bool "AT91SAM9261"
16
Andrew Victor05043d02006-12-01 11:51:19 +010017endchoice
18
Andrew Victor8fc5ffa2006-06-29 16:06:33 +010019# ----------------------------------------------------------
20
21if ARCH_AT91RM9200
SAN People73a59c12006-01-09 17:05:41 +000022
23comment "AT91RM9200 Board Type"
24
Lennert Buytenhekb184a4c2006-06-26 17:48:29 +010025config MACH_ONEARM
26 bool "Ajeco 1ARM Single Board Computer"
27 depends on ARCH_AT91RM9200
28 help
Andrew Victor8fc5ffa2006-06-29 16:06:33 +010029 Select this if you are using Ajeco's 1ARM Single Board Computer.
30 <http://www.ajeco.fi/products.htm>
Lennert Buytenhekb184a4c2006-06-26 17:48:29 +010031
SAN People73a59c12006-01-09 17:05:41 +000032config ARCH_AT91RM9200DK
33 bool "Atmel AT91RM9200-DK Development board"
34 depends on ARCH_AT91RM9200
35 help
Andrew Victor8fc5ffa2006-06-29 16:06:33 +010036 Select this if you are using Atmel's AT91RM9200-DK Development board.
37 (Discontinued)
38
SAN People73a59c12006-01-09 17:05:41 +000039config MACH_AT91RM9200EK
40 bool "Atmel AT91RM9200-EK Evaluation Kit"
41 depends on ARCH_AT91RM9200
42 help
Andrew Victor8fc5ffa2006-06-29 16:06:33 +010043 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>
SAN People73a59c12006-01-09 17:05:41 +000045
46config MACH_CSB337
Andrew Victor8fc5ffa2006-06-29 16:06:33 +010047 bool "Cogent CSB337"
SAN People73a59c12006-01-09 17:05:41 +000048 depends on ARCH_AT91RM9200
49 help
Andrew Victor8fc5ffa2006-06-29 16:06:33 +010050 Select this if you are using Cogent's CSB337 board.
51 <http://www.cogcomp.com/csb_csb337.htm>
SAN People73a59c12006-01-09 17:05:41 +000052
53config MACH_CSB637
Andrew Victor8fc5ffa2006-06-29 16:06:33 +010054 bool "Cogent CSB637"
SAN People73a59c12006-01-09 17:05:41 +000055 depends on ARCH_AT91RM9200
56 help
Andrew Victor8fc5ffa2006-06-29 16:06:33 +010057 Select this if you are using Cogent's CSB637 board.
58 <http://www.cogcomp.com/csb_csb637.htm>
SAN People73a59c12006-01-09 17:05:41 +000059
60config MACH_CARMEVA
Andrew Victor8fc5ffa2006-06-29 16:06:33 +010061 bool "Conitec ARM&EVA"
SAN People73a59c12006-01-09 17:05:41 +000062 depends on ARCH_AT91RM9200
63 help
Andrew Victor8fc5ffa2006-06-29 16:06:33 +010064 Select this if you are using Conitec's AT91RM9200-MCU-Module.
65 <http://www.conitec.net/english/linuxboard.htm>
SAN People73a59c12006-01-09 17:05:41 +000066
Andrew Victor6902f522006-06-20 19:30:18 +010067config MACH_ATEB9200
Andrew Victor8fc5ffa2006-06-29 16:06:33 +010068 bool "Embest ATEB9200"
Andrew Victor6902f522006-06-20 19:30:18 +010069 depends on ARCH_AT91RM9200
70 help
Andrew Victor8fc5ffa2006-06-29 16:06:33 +010071 Select this if you are using Embest's ATEB9200 board.
72 <http://www.embedinfo.com/english/product/ATEB9200.asp>
73
74config MACH_KB9200
75 bool "KwikByte KB920x"
76 depends on ARCH_AT91RM9200
77 help
78 Select this if you are using KwikByte's KB920x board.
79 <http://kwikbyte.com/KB9202_description_new.htm>
Andrew Victor6902f522006-06-20 19:30:18 +010080
81config MACH_KAFA
82 bool "Sperry-Sun KAFA board"
83 depends on ARCH_AT91RM9200
84 help
Andrew Victor8fc5ffa2006-06-29 16:06:33 +010085 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
Andrew Victor6902f522006-06-20 19:30:18 +0100104
SAN People73a59c12006-01-09 17:05:41 +0000105
Andrew Victor8fc5ffa2006-06-29 16:06:33 +0100106# ----------------------------------------------------------
107
108comment "AT91 Feature Selections"
SAN People73a59c12006-01-09 17:05:41 +0000109
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