trim URL
[buildroot.git] / target / device / Atmel / Config.in.at91
blobcee88d956c0be135dd734a9474b2a1ab1e041dcf
1 comment "Atmel AT91 Specific Device Support"
2         depends on BR2_arm
4 config BR2_TARGET_AT91
5         bool "Board support for the Atmel AT91 range of microprocessors"
6         depends on BR2_arm
7         default n
8         help
9           Atmel AT91 ARM based systems
11 choice
12         prompt "AT91 device"
13         depends on BR2_TARGET_AT91
14         default BR2_TARGET_AT91RM9200
15         help
16           Select the specific AT91 chip you wish to use.
18 config BR2_TARGET_AT91RM9200
19         bool "Atmel AT91RM9200 Microprocessor"
20         depends on BR2_TARGET_AT91
21         help
22           Atmel AT91RM9200 ARM based systems
24 config BR2_TARGET_AT91SAM9260
25         bool "AT91SAM9260 Microprocessor"
26         depends on BR2_TARGET_AT91
27         help
28           Atmel AT91SAM9260 ARM based systems
30 config BR2_TARGET_AT91SAM9260A
31         bool "AT91SAM9260A Microprocessor"
32         depends on BR2_TARGET_AT91 &&  ! BR2_TARGET_AT91_ADVANCED_INFO
33         help
34           Atmel AT91SAM9260A ARM based systems (Not Yet Implemented)
36 config BR2_TARGET_AT91SAM9261
37         bool "AT91SAM9261 Microprocessor"
38         depends on BR2_TARGET_AT91
39         help
40           Atmel AT91SAM9261 ARM based systems
42 config BR2_TARGET_AT91SAM9261S
43         bool "AT91SAM9261S Microprocessor"
44         depends on BR2_TARGET_AT91
45         depends on ! BR2_TARGET_AT91_ADVANCED_INFO
46         help
47           Atmel AT91SAM9261 ARM based systems (Not Yet Implemented)
49 config BR2_TARGET_AT91SAM9262
50         bool "ATR0663 Microprocessor"
51         depends on BR2_TARGET_AT91
52         depends on ! BR2_TARGET_AT91_ADVANCED_INFO
53         help
54           Atmel ATR0663 ARM based systems (Not Yet Implemented)
56 config BR2_TARGET_AT91SAM9263
57         bool "Atmel AT91SAM9263 Microprocessor"
58         depends on BR2_TARGET_AT91
59         help
60           Atmel AT91SAM9263 ARM based systems
62 config BR2_TARGET_AT91SAM9XE
63         bool "Atmel AT91SAM9XE Microprocessors"
64         depends on BR2_TARGET_AT91
65         depends on ! BR2_TARGET_AT91_ADVANCED_INFO
66         help
67           Atmel AT91SAM9263 ARM based systems (Not Yet Implemented)
69 endchoice
72 choice
73         prompt "Development Board support"
74         depends on BR2_TARGET_AT91
75         default BR2_TARGET_AT91RM9200DF
76         help
77           Select the specific AT91 development board you wish to use.
79 config BR2_TARGET_AT91RM9200DF
80         bool "Atmel AT91RM9200 Generic Dataflash(Card) Board Support"
81         depends on BR2_TARGET_AT91RM9200
82         help
83           The Atmel AT91RM9200EK Development Board using Dataflashcard
85 config BR2_TARGET_AT91RM9200SE
86         bool "Atmel AT91RM9200 Generic Dataflash(Card) Board Support (SE)"
87         depends on BR2_TARGET_AT91RM9200
88         help
89           The Atmel AT91RM9200EK Development Board using Dataflashcard (SE)
91 config BR2_TARGET_AT91RM9200EK
92         bool "Atmel AT91RM9200EK Development Board Support"
93         depends on BR2_TARGET_AT91RM9200
94         help
95           The Atmel AT91RM9200EK Development Board
97 config BR2_TARGET_AT91RM9200DK
98         bool "Atmel AT91RM9200DK Development Board Support"
99         depends on BR2_TARGET_AT91RM9200
100         help
101           The Atmel AT91RM9200DK Development Board
103 config BR2_TARGET_AT91SAM9260DFC
104         bool "Atmel AT91SAM9260DFC"
105         depends on BR2_TARGET_AT91SAM9260 || BR2_TARGET_AT91SAM9260A || BR2_TARGET_AT91SAM9XE
106         help
107           The Atmel AT91SAM9260 Development Board Booting from Dataflash
109 config BR2_TARGET_AT91SAM9260EK
110         bool "Atmel AT91SAM9260EK"
111         depends on BR2_TARGET_AT91SAM9260 || BR2_TARGET_AT91SAM9260A || BR2_TARGET_AT91SAM9XE
112         help
113           The Atmel AT91SAM9260 Development Board
115 config BR2_TARGET_AT91SAM9260PF
116         bool "Atmel AT91SAM9260 running from parallel flash"
117         depends on BR2_TARGET_AT91SAM9260 || BR2_TARGET_AT91SAM9260A || BR2_TARGET_AT91SAM9XE
118         help
119           Generic support for the Atmel AT91SAM9260 running from parallel flash
121 config BR2_TARGET_AT91SAM9261EK
122         bool "Atmel AT91SAM9261EK"
123         depends on BR2_TARGET_AT91SAM9261 || BR2_TARGET_AT91SAM9261S
124         help
125           The Atmel AT91SAM9261 Development Board
127 config BR2_TARGET_AT91SAM9262EK
128         bool "Atmel AT91SAM9262EK"
129         depends on BR2_TARGET_AT91SAM9262
130         help
131           The Atmel AT91SAM9262 Development Board (Not Yet Implemented)
133 config BR2_TARGET_AT91SAM9263EK
134         bool "Atmel AT91SAM9263EK"
135         depends on BR2_TARGET_AT91SAM9263
136         help
137           The Atmel AT91SAM9263 Development Board (Not Yet Implemented)
139 config BR2_TARGET_AT91SAM9XEEK
140         bool "Atmel AT91SAM9XE-EK"
141         depends on BR2_TARGET_AT91SAM9260 || BR2_TARGET_AT91SAM9260 || BR2_TARGET_AT91SAM9260A || BR2_TARGET_AT91SAM9XE
142         help
143           The Atmel AT91SAM9xe Development Board (Not Yet Implemented)
145 endchoice
147 choice
148         prompt "SPI Mode"
149         depends on BR2_TARGET_AT91SAM9261EK
150         default BR2_TARGET_AT91SAM9261EK_SPIMODE0
151         help
152           Select SPI Mode 0 or 3
154 config BR2_TARGET_AT91SAM9261EK_SPIMODE0
155         bool "SPI Mode 0"
156         depends on BR2_TARGET_AT91SAM9261EK
157         help
158           Use SPI Mode 0, Required for AT45DB642D chips
160 config BR2_TARGET_AT91SAM9261EK_SPIMODE3
161         bool "SPI Mode 3"
162         depends on BR2_TARGET_AT91SAM9261EK
163         help
164           Use SPI Mode 3
166 endchoice