Merge branch 'master' of /home/sam/kernel/linux-2.6/
[pandora-kernel.git] / arch / arm / mach-at91rm9200 / Kconfig
1 if ARCH_AT91
2
3 menu "Atmel AT91 System-on-Chip"
4
5 comment "Atmel AT91 Processors"
6
7 config ARCH_AT91RM9200
8         bool "AT91RM9200"
9
10 config ARCH_AT91SAM9260
11         bool "AT91SAM9260"
12
13 config ARCH_AT91SAM9261
14         bool "AT91SAM9261"
15
16 # ----------------------------------------------------------
17
18 if ARCH_AT91RM9200
19
20 comment "AT91RM9200 Board Type"
21
22 config MACH_ONEARM
23         bool "Ajeco 1ARM Single Board Computer"
24         depends on ARCH_AT91RM9200
25         help
26           Select this if you are using Ajeco's 1ARM Single Board Computer.
27           <http://www.ajeco.fi/products.htm>
28
29 config ARCH_AT91RM9200DK
30         bool "Atmel AT91RM9200-DK Development board"
31         depends on ARCH_AT91RM9200
32         help
33           Select this if you are using Atmel's AT91RM9200-DK Development board.
34           (Discontinued)
35
36
37 config MACH_AT91RM9200EK
38         bool "Atmel AT91RM9200-EK Evaluation Kit"
39         depends on ARCH_AT91RM9200
40         help
41           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>
43
44 config MACH_CSB337
45         bool "Cogent CSB337"
46         depends on ARCH_AT91RM9200
47         help
48           Select this if you are using Cogent's CSB337 board.
49           <http://www.cogcomp.com/csb_csb337.htm>
50
51 config MACH_CSB637
52         bool "Cogent CSB637"
53         depends on ARCH_AT91RM9200
54         help
55           Select this if you are using Cogent's CSB637 board.
56           <http://www.cogcomp.com/csb_csb637.htm>
57
58 config MACH_CARMEVA
59         bool "Conitec ARM&EVA"
60         depends on ARCH_AT91RM9200
61         help
62           Select this if you are using Conitec's AT91RM9200-MCU-Module.
63           <http://www.conitec.net/english/linuxboard.htm>
64
65 config MACH_ATEB9200
66         bool "Embest ATEB9200"
67         depends on ARCH_AT91RM9200
68         help
69           Select this if you are using Embest's ATEB9200 board.
70           <http://www.embedinfo.com/english/product/ATEB9200.asp>
71
72 config 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>
78
79 config MACH_KAFA
80         bool "Sperry-Sun KAFA board"
81         depends on ARCH_AT91RM9200
82         help
83           Select this if you are using Sperry-Sun's KAFA board.
84
85 endif
86
87 # ----------------------------------------------------------
88
89 if ARCH_AT91SAM9260
90
91 comment "AT91SAM9260 Board Type"
92
93 endif
94
95 # ----------------------------------------------------------
96
97 if ARCH_AT91SAM9261
98
99 comment "AT91SAM9261 Board Type"
100
101 endif
102
103
104 # ----------------------------------------------------------
105
106 comment "AT91 Feature Selections"
107
108 config 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
114 endmenu
115
116 endif