sync hh.org
[hh.org.git] / arch / arm / mach-at91rm9200 / Kconfig
blob2f85e8693b1ba1e3984f93fa4e83b53fdb38a468
1 if ARCH_AT91
3 menu "Atmel AT91 System-on-Chip"
5 comment "Atmel AT91 Processors"
7 config ARCH_AT91RM9200
8         bool "AT91RM9200"
10 config ARCH_AT91SAM9260
11         bool "AT91SAM9260"
13 config ARCH_AT91SAM9261
14         bool "AT91SAM9261"
16 # ----------------------------------------------------------
18 if ARCH_AT91RM9200
20 comment "AT91RM9200 Board Type"
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>
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)
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>
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>
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>
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>
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>
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>
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.
85 endif
87 # ----------------------------------------------------------
89 if ARCH_AT91SAM9260
91 comment "AT91SAM9260 Board Type"
93 endif
95 # ----------------------------------------------------------
97 if ARCH_AT91SAM9261
99 comment "AT91SAM9261 Board Type"
101 endif
104 # ----------------------------------------------------------
106 comment "AT91 Feature Selections"
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.
114 endmenu
116 endif