summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-at91
diff options
context:
space:
mode:
authorGregory Hermant <gregory.hermant@calao-systems.com>2013-05-17 16:28:53 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2013-05-20 16:02:08 +0200
commitce9f633d8903b08eac82fa9a287b661956381c5e (patch)
tree0e84c6ca26642660b2211927482ee4391ef35e34 /arch/arm/mach-at91
parent19bc427e44ba098b420a29de92cc010927793554 (diff)
downloadbarebox-ce9f633d8903b08eac82fa9a287b661956381c5e.tar.gz
barebox-ce9f633d8903b08eac82fa9a287b661956381c5e.tar.xz
at91: add Calao QIL-A9G20
Signed-off-by: Gregory Hermant <gregory.hermant@calao-systems.com> Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-at91')
-rw-r--r--arch/arm/mach-at91/Kconfig12
1 files changed, 10 insertions, 2 deletions
diff --git a/arch/arm/mach-at91/Kconfig b/arch/arm/mach-at91/Kconfig
index b8528d0616..8116b62f24 100644
--- a/arch/arm/mach-at91/Kconfig
+++ b/arch/arm/mach-at91/Kconfig
@@ -59,6 +59,7 @@ config BOARDINFO
default "Calao TNY-A9263" if MACH_TNY_A9263
default "Calao TNY-A9G20" if MACH_TNY_A9G20
default "Calao QIL-A9260" if MACH_QIL_A9260
+ default "Calao QIL-A9G20" if MACH_QIL_A9G20
default "Somfy Animeo IP" if MACH_ANIMEO_IP
default "Telit EVK-PRO3" if MACH_GE863
@@ -363,6 +364,13 @@ config MACH_DSS11
Select this if you are using aizo dSS11
that embeds only one SD/MMC slot.
+config MACH_QIL_A9G20
+ bool "CALAO QIL-A9G20 board"
+ help
+ Select this if you are using a Calao Systems QIL-A9G20 Board.
+ <http://www.calao-systems.com>
+
+
endchoice
endif
@@ -513,7 +521,7 @@ config AT91_HAVE_2MMC
config AT91_HAVE_SRAM_128M
bool "Have 128 of ram"
- depends on MACH_USB_A9G20 || MACH_USB_A9263 || MACH_QIL_A9260
+ depends on MACH_USB_A9G20 || MACH_USB_A9263 || MACH_QIL_A9260 || MACH_QIL_A9G20
help
Select this if you board have 128 MiB of Ram (as USB_A9G20 C11)
@@ -543,7 +551,7 @@ config CALAO_MOB_TNY_MD2
config CALAO_MB_QIL_A9260
bool "MB-QIL A9260 Motherboard Board support"
- depends on MACH_QIL_A9260
+ depends on MACH_QIL_A9260 || MACH_QIL_A9G20
if COMMAND_SUPPORT