[ARM] 3960/1: AT91: Final SAM9 intergration patches.
[linux-2.6/linux-mips.git] / arch / arm / mach-at91rm9200 / Kconfig
blob8d44326478941233c71b1681fe2a4b083ac6a13e
1 if ARCH_AT91
3 menu "Atmel AT91 System-on-Chip"
5 choice
6         prompt "Atmel AT91 Processor"
8 config ARCH_AT91RM9200
9         bool "AT91RM9200"
11 config ARCH_AT91SAM9260
12         bool "AT91SAM9260"
14 config ARCH_AT91SAM9261
15         bool "AT91SAM9261"
17 endchoice
19 # ----------------------------------------------------------
21 if ARCH_AT91RM9200
23 comment "AT91RM9200 Board Type"
25 config MACH_ONEARM
26         bool "Ajeco 1ARM Single Board Computer"
27         depends on ARCH_AT91RM9200
28         help
29           Select this if you are using Ajeco's 1ARM Single Board Computer.
30           <http://www.ajeco.fi/products.htm>
32 config ARCH_AT91RM9200DK
33         bool "Atmel AT91RM9200-DK Development board"
34         depends on ARCH_AT91RM9200
35         help
36           Select this if you are using Atmel's AT91RM9200-DK Development board.
37           (Discontinued)
39 config MACH_AT91RM9200EK
40         bool "Atmel AT91RM9200-EK Evaluation Kit"
41         depends on ARCH_AT91RM9200
42         help
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>
46 config MACH_CSB337
47         bool "Cogent CSB337"
48         depends on ARCH_AT91RM9200
49         help
50           Select this if you are using Cogent's CSB337 board.
51           <http://www.cogcomp.com/csb_csb337.htm>
53 config MACH_CSB637
54         bool "Cogent CSB637"
55         depends on ARCH_AT91RM9200
56         help
57           Select this if you are using Cogent's CSB637 board.
58           <http://www.cogcomp.com/csb_csb637.htm>
60 config MACH_CARMEVA
61         bool "Conitec ARM&EVA"
62         depends on ARCH_AT91RM9200
63         help
64           Select this if you are using Conitec's AT91RM9200-MCU-Module.
65           <http://www.conitec.net/english/linuxboard.htm>
67 config MACH_ATEB9200
68         bool "Embest ATEB9200"
69         depends on ARCH_AT91RM9200
70         help
71           Select this if you are using Embest's ATEB9200 board.
72           <http://www.embedinfo.com/english/product/ATEB9200.asp>
74 config 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>
81 config MACH_KAFA
82         bool "Sperry-Sun KAFA board"
83         depends on ARCH_AT91RM9200
84         help
85           Select this if you are using Sperry-Sun's KAFA board.
87 endif
89 # ----------------------------------------------------------
91 if ARCH_AT91SAM9260
93 comment "AT91SAM9260 Board Type"
95 endif
97 # ----------------------------------------------------------
99 if ARCH_AT91SAM9261
101 comment "AT91SAM9261 Board Type"
103 endif
106 # ----------------------------------------------------------
108 comment "AT91 Feature Selections"
110 config 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.
116 endmenu
118 endif