summaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2014-10-22 12:13:18 +0200
committerTom Rini <trini@ti.com>2014-10-23 09:59:21 -0400
commitdd580801aadb13f8ef5dcc5e56691ef5cd92a5a7 (patch)
tree18f7c665883300ac3b0b6a062906623b0b3ce2ff /arch/arm/Kconfig
parent41e5ee54e3502ca4854f16d69278698075946238 (diff)
downloadblackbird-obmc-uboot-dd580801aadb13f8ef5dcc5e56691ef5cd92a5a7.tar.gz
blackbird-obmc-uboot-dd580801aadb13f8ef5dcc5e56691ef5cd92a5a7.zip
arm: armada-xp: Add basic support for the Marvell DB-MV784MP-GP board
This patch adds basic support for the Marvell DB-MV784MP-GP evaulation board. This is the first board that uses the recently created Armada XP 78460 SoC support. Signed-off-by: Stefan Roese <sr@denx.de> Tested-by: Luka Perkov <luka@openwrt.org>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 72558b8562..13ab8315ce 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -141,6 +141,9 @@ config ARCH_DAVINCI
config KIRKWOOD
bool "Marvell Kirkwood"
+config TARGET_DB_MV784MP_GP
+ bool "Support db-mv784mp-gp"
+
config TARGET_DEVKIT3250
bool "Support devkit3250"
@@ -567,6 +570,7 @@ source "board/BuS/eb_cpux9k2/Kconfig"
source "board/BuS/vl_ma2sc/Kconfig"
source "board/CarMediaLab/flea3/Kconfig"
source "board/Marvell/aspenite/Kconfig"
+source "board/Marvell/db-mv784mp-gp/Kconfig"
source "board/Marvell/dkb/Kconfig"
source "board/Marvell/gplugd/Kconfig"
source "board/afeb9260/Kconfig"
OpenPOWER on IntegriCloud