OSDN Git Service

0797720475416de2a6ba47ed97cac87aa9918040
[uclinux-h8/linux.git] / arch / arm / mach-at91 / Kconfig.non_dt
1 menu "Atmel Non-DT world"
2
3 config HAVE_AT91_DATAFLASH_CARD
4         bool
5
6 choice
7         prompt "Atmel AT91 Processor Devices for non DT boards"
8
9 config ARCH_AT91_NONE
10         bool "None"
11
12 config ARCH_AT91RM9200
13         bool "AT91RM9200"
14         select SOC_AT91RM9200
15         select AT91_USE_OLD_CLK
16         select OLD_IRQ_AT91
17
18 config ARCH_AT91SAM9261
19         bool "AT91SAM9261 or AT91SAM9G10"
20         select SOC_AT91SAM9261
21         select AT91_USE_OLD_CLK
22         select OLD_IRQ_AT91
23
24 endchoice
25
26 config ARCH_AT91SAM9G10
27         bool
28         select ARCH_AT91SAM9261
29
30 # ----------------------------------------------------------
31
32 if ARCH_AT91RM9200
33
34 comment "AT91RM9200 Board Type"
35
36 config MACH_ONEARM
37         bool "Ajeco 1ARM Single Board Computer"
38         help
39           Select this if you are using Ajeco's 1ARM Single Board Computer.
40           <http://www.ajeco.fi/>
41
42 config MACH_AT91RM9200EK
43         bool "Atmel AT91RM9200-EK Evaluation Kit"
44         select HAVE_AT91_DATAFLASH_CARD
45         help
46           Select this if you are using Atmel's AT91RM9200-EK Evaluation Kit.
47           <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3507>
48
49 config MACH_CSB337
50         bool "Cogent CSB337"
51         help
52           Select this if you are using Cogent's CSB337 board.
53           <http://www.cogcomp.com/csb_csb337.htm>
54
55 config MACH_CSB637
56         bool "Cogent CSB637"
57         help
58           Select this if you are using Cogent's CSB637 board.
59           <http://www.cogcomp.com/csb_csb637.htm>
60
61 config MACH_CARMEVA
62         bool "Conitec ARM&EVA"
63         help
64           Select this if you are using Conitec's AT91RM9200-MCU-Module.
65           <http://www.conitec.net/english/linuxboard.php>
66
67 config MACH_ATEB9200
68         bool "Embest ATEB9200"
69         help
70           Select this if you are using Embest's ATEB9200 board.
71           <http://www.embedinfo.com/english/product/ATEB9200.asp>
72
73 config MACH_KB9200
74         bool "KwikByte KB920x"
75         help
76           Select this if you are using KwikByte's KB920x board.
77           <http://www.kwikbyte.com/KB9202.html>
78
79 config MACH_PICOTUX2XX
80         bool "picotux 200"
81         help
82           Select this if you are using a picotux 200.
83           <http://www.picotux.com/>
84
85 config MACH_KAFA
86         bool "Sperry-Sun KAFA board"
87         help
88           Select this if you are using Sperry-Sun's KAFA board.
89
90 config MACH_ECBAT91
91         bool "emQbit ECB_AT91 SBC"
92         select HAVE_AT91_DATAFLASH_CARD
93         help
94           Select this if you are using emQbit's ECB_AT91 board.
95           <http://wiki.emqbit.com/free-ecb-at91>
96
97 config MACH_YL9200
98         bool "ucDragon YL-9200"
99         help
100           Select this if you are using the ucDragon YL-9200 board.
101
102 config MACH_CPUAT91
103         bool "Eukrea CPUAT91"
104         help
105           Select this if you are using the Eukrea Electromatique's
106           CPUAT91 board <http://www.eukrea.com/>.
107
108 config MACH_ECO920
109         bool "eco920"
110         help
111           Select this if you are using the eco920 board
112 endif
113
114 # ----------------------------------------------------------
115
116 if ARCH_AT91SAM9261
117
118 comment "AT91SAM9261 Board Type"
119
120 config MACH_AT91SAM9261EK
121         bool "Atmel AT91SAM9261-EK Evaluation Kit"
122         select HAVE_AT91_DATAFLASH_CARD
123         help
124           Select this if you are using Atmel's AT91SAM9261-EK Evaluation Kit.
125           <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3820>
126
127 comment "AT91SAM9G10 Board Type"
128
129 config MACH_AT91SAM9G10EK
130         bool "Atmel AT91SAM9G10-EK Evaluation Kit"
131         select HAVE_AT91_DATAFLASH_CARD
132         help
133           Select this if you are using Atmel's AT91SAM9G10-EK Evaluation Kit.
134           <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=4588>
135
136 endif
137
138 # ----------------------------------------------------------
139
140 comment "AT91 Board Options"
141
142 config MTD_AT91_DATAFLASH_CARD
143         bool "Enable DataFlash Card support"
144         depends on HAVE_AT91_DATAFLASH_CARD
145         help
146           Enable support for the DataFlash card.
147
148 endmenu