summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mvebu
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2015-08-25 13:18:38 +0200
committerStefan Roese <sr@denx.de>2015-10-20 07:12:44 +0200
commitc3d891405bda42cfd00958ab0143e0d3900b06d9 (patch)
tree9ea6c71f64500756786f49c7317ed28b03615d18 /arch/arm/mach-mvebu
parent5ec0003b19cbdf06ccd6941237cbc0d1c3468e2d (diff)
downloadblackbird-obmc-uboot-c3d891405bda42cfd00958ab0143e0d3900b06d9.tar.gz
blackbird-obmc-uboot-c3d891405bda42cfd00958ab0143e0d3900b06d9.zip
arm: mvebu: Move Armada XP/38x Kconfig to mach specific Kconfig file
Introduce a mach-mvebu/Kconfig for all Armada based SoC's. Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'arch/arm/mach-mvebu')
-rw-r--r--arch/arm/mach-mvebu/Kconfig21
1 files changed, 21 insertions, 0 deletions
diff --git a/arch/arm/mach-mvebu/Kconfig b/arch/arm/mach-mvebu/Kconfig
new file mode 100644
index 0000000000..1aa964091a
--- /dev/null
+++ b/arch/arm/mach-mvebu/Kconfig
@@ -0,0 +1,21 @@
+if ARCH_MVEBU
+
+choice
+ prompt "Marvell MVEBU (Armada XP/38x) board select"
+ optional
+
+config TARGET_DB_88F6820_GP
+ bool "Support DB-88F6820-GP"
+
+config TARGET_DB_MV784MP_GP
+ bool "Support db-mv784mp-gp"
+
+config TARGET_MAXBCM
+ bool "Support maxbcm"
+
+endchoice
+
+config SYS_SOC
+ default "mvebu"
+
+endif
OpenPOWER on IntegriCloud