blob: 70d402f76ce5f985fcc568c7e49615ea84991a6a [file] [log] [blame]
SAN People73a59c12006-01-09 17:05:41 +00001if ARCH_AT91RM9200
2
3menu "AT91RM9200 Implementations"
4
5comment "AT91RM9200 Board Type"
6
Lennert Buytenhekb184a4c2006-06-26 17:48:29 +01007config MACH_ONEARM
8 bool "Ajeco 1ARM Single Board Computer"
9 depends on ARCH_AT91RM9200
10 help
11 Select this if you are using Ajeco's 1ARM Single Board Computer
12
SAN People73a59c12006-01-09 17:05:41 +000013config ARCH_AT91RM9200DK
14 bool "Atmel AT91RM9200-DK Development board"
15 depends on ARCH_AT91RM9200
16 help
17 Select this if you are using Atmel's AT91RM9200-DK Development board
18
19config MACH_AT91RM9200EK
20 bool "Atmel AT91RM9200-EK Evaluation Kit"
21 depends on ARCH_AT91RM9200
22 help
23 Select this if you are using Atmel's AT91RM9200-EK Evaluation Kit
24
25config MACH_CSB337
26 bool "Cogent CSB337 board"
27 depends on ARCH_AT91RM9200
28 help
29 Select this if you are using Cogent's CSB337 board
30
31config MACH_CSB637
32 bool "Cogent CSB637 board"
33 depends on ARCH_AT91RM9200
34 help
35 Select this if you are using Cogent's CSB637 board
36
37config MACH_CARMEVA
38 bool "Conitec's ARM&EVA"
39 depends on ARCH_AT91RM9200
40 help
41 Select this if you are using Conitec's AT91RM9200-MCU-Module
42
43config MACH_KB9200
44 bool "KwikByte's KB920x"
45 depends on ARCH_AT91RM9200
46 help
47 Select this if you are using KwikByte's KB920x board
48
Andrew Victor6902f522006-06-20 19:30:18 +010049config MACH_ATEB9200
50 bool "Embest's ATEB9200"
51 depends on ARCH_AT91RM9200
52 help
53 Select this if you are using Embest's ATEB9200 board
54
55config MACH_KAFA
56 bool "Sperry-Sun KAFA board"
57 depends on ARCH_AT91RM9200
58 help
59 Select this if you are using Sperry-Sun's KAFA board
60
SAN People73a59c12006-01-09 17:05:41 +000061
62comment "AT91RM9200 Feature Selections"
63
64config AT91_PROGRAMMABLE_CLOCKS
65 bool "Programmable Clocks"
66 help
67 Select this if you need to program one or more of the PCK0..PCK3
68 programmable clock outputs.
69
70endmenu
71
72endif