aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-at91/Kconfig
diff options
context:
space:
mode:
authorAndrew Victor <linux@maxim.org.za>2008-05-24 12:47:04 -0400
committerRussell King <rmk+kernel@arm.linux.org.uk>2008-06-02 08:53:10 -0400
commitca0a789ab9c83d8fdf28f5c2700b316cd5dec2f0 (patch)
tree9940e2e47c943cd64052a3599cc5b3967a6b5e51 /arch/arm/mach-at91/Kconfig
parente3ba22db09408baee721897fb1b50e16f071d916 (diff)
[ARM] 5057/1: [AT91] Calao Systems - board files
Add support for three AT91-based boards available from Calao Systems: USB_A9260, USB_A9263 and QIL_A9260. Signed-off-by: Grégory Hermant <gregory.hermant@calao-systems.com> Signed-off-by: Andrew Victor <linux@maxim.org.za> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
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# ----------------------------------------------------------