summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mvebu/Kconfig
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2013-05-09 11:52:50 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2013-05-13 10:18:11 +0200
commit1d0f6f036336e73490b7f5d87227a5ae1832e780 (patch)
tree17b274041351384b6b314bc055029ff3dc01b9f2 /arch/arm/mach-mvebu/Kconfig
parentaf4086fbc30bef696b0866e73f9bc877c461df2b (diff)
downloadbarebox-1d0f6f036336e73490b7f5d87227a5ae1832e780.tar.gz
barebox-1d0f6f036336e73490b7f5d87227a5ae1832e780.tar.xz
arm: add basic support for the Armada 370 Mirabox platform
The Mirabox is a platform manufactured by Globalscale, and based on the Marvell Armada 370 SoC. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Tested-by: Gregory CLEMENT <gregory.clement@free-electrons.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mvebu/Kconfig')
-rw-r--r--arch/arm/mach-mvebu/Kconfig13
1 files changed, 9 insertions, 4 deletions
diff --git a/arch/arm/mach-mvebu/Kconfig b/arch/arm/mach-mvebu/Kconfig
index 975ea7e334..84893352d7 100644
--- a/arch/arm/mach-mvebu/Kconfig
+++ b/arch/arm/mach-mvebu/Kconfig
@@ -3,9 +3,11 @@ if ARCH_MVEBU
config ARCH_TEXT_BASE
hex
default 0x2000000 if MACH_PLATHOME_OPENBLOCKS_AX3
+ default 0x2000000 if MACH_GLOBALSCALE_MIRABOX
config BOARDINFO
default "PlatHome OpenBlocks AX3" if MACH_PLATHOME_OPENBLOCKS_AX3
+ default "Globalscale Mirabox" if MACH_GLOBALSCALE_MIRABOX
choice
prompt "Marvell EBU Processor"
@@ -22,10 +24,13 @@ endchoice
if ARCH_ARMADA_370
-#choice
-# prompt "Armada 370 Board Type"
-#
-#endchoice
+choice
+ prompt "Armada 370 Board Type"
+
+config MACH_GLOBALSCALE_MIRABOX
+ bool "Globalscale Mirabox"
+
+endchoice
endif # ARCH_ARMADA_370