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:49 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2013-05-13 10:18:11 +0200
commitaf4086fbc30bef696b0866e73f9bc877c461df2b (patch)
treed7d4b23eb47a392f7c534d4ea67028e92b4d025d /arch/arm/mach-mvebu/Kconfig
parent6bb3a08cd3864f3ee1b9f4becf26b55ac9c0a524 (diff)
downloadbarebox-af4086fbc30bef696b0866e73f9bc877c461df2b.tar.gz
barebox-af4086fbc30bef696b0866e73f9bc877c461df2b.tar.xz
arm: add basic support for Armada XP OpenBlocks AX3 platform
The OpenBlocks AX3 platform is manufactured by PlatHome and uses the MV78260 dual-core SoC from the Armada XP family. 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/Kconfig16
1 files changed, 10 insertions, 6 deletions
diff --git a/arch/arm/mach-mvebu/Kconfig b/arch/arm/mach-mvebu/Kconfig
index c7afcaed46..975ea7e334 100644
--- a/arch/arm/mach-mvebu/Kconfig
+++ b/arch/arm/mach-mvebu/Kconfig
@@ -2,9 +2,10 @@ if ARCH_MVEBU
config ARCH_TEXT_BASE
hex
+ default 0x2000000 if MACH_PLATHOME_OPENBLOCKS_AX3
-#config BOARDINFO
-# default
+config BOARDINFO
+ default "PlatHome OpenBlocks AX3" if MACH_PLATHOME_OPENBLOCKS_AX3
choice
prompt "Marvell EBU Processor"
@@ -30,10 +31,13 @@ endif # ARCH_ARMADA_370
if ARCH_ARMADA_XP
-#choice
-# prompt "Armada XP Board Type"
-#
-#endchoice
+choice
+ prompt "Armada XP Board Type"
+
+config MACH_PLATHOME_OPENBLOCKS_AX3
+ bool "PlatHome OpenBlocks AX3"
+
+endchoice
endif # ARCH_ARMADA_XP