aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-at91/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-at91/Kconfig')
-rw-r--r--arch/arm/mach-at91/Kconfig21
1 files changed, 21 insertions, 0 deletions
diff --git a/arch/arm/mach-at91/Kconfig b/arch/arm/mach-at91/Kconfig
index 3d549a9afe1d..cae5c67dc312 100644
--- a/arch/arm/mach-at91/Kconfig
+++ b/arch/arm/mach-at91/Kconfig
@@ -170,6 +170,20 @@ config MACH_SAM9_L9260
170 Select this if you are using Olimex's SAM9-L9260 board based on the Atmel AT91SAM9260. 170 Select this if you are using Olimex's SAM9-L9260 board based on the Atmel AT91SAM9260.
171 <http://www.olimex.com/dev/sam9-L9260.html> 171 <http://www.olimex.com/dev/sam9-L9260.html>
172 172
173config MACH_USB_A9260
174 bool "CALAO USB-A9260"
175 depends on ARCH_AT91SAM9260
176 help
177 Select this if you are using a Calao Systems USB-A9260.
178 <http://www.calao-systems.com>
179
180config MACH_QIL_A9260
181 bool "CALAO QIL-A9260 board"
182 depends on ARCH_AT91SAM9260
183 help
184 Select this if you are using a Calao Systems QIL-A9260 Board.
185 <http://www.calao-systems.com>
186
173endif 187endif
174 188
175# ---------------------------------------------------------- 189# ----------------------------------------------------------
@@ -200,6 +214,13 @@ config MACH_AT91SAM9263EK
200 Select this if you are using Atmel's AT91SAM9263-EK Evaluation Kit. 214 Select this if you are using Atmel's AT91SAM9263-EK Evaluation Kit.
201 <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=4057> 215 <http://www.atmel.com/dyn/products/tools_card.asp?tool_id=4057>
202 216
217config MACH_USB_A9263
218 bool "CALAO USB-A9263"
219 depends on ARCH_AT91SAM9263
220 help
221 Select this if you are using a Calao Systems USB-A9263.
222 <http://www.calao-systems.com>
223
203endif 224endif
204 225
205# ---------------------------------------------------------- 226# ----------------------------------------------------------