summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mvebu/Kconfig
diff options
context:
space:
mode:
authorSebastian Hesselbarth <sebastian.hesselbarth@gmail.com>2013-05-19 20:23:45 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2013-05-21 09:27:23 +0200
commitdf8d29462bc0bdd13571a5ae8daf6ee6c6999ffd (patch)
treeb887de706494979591b9ed2ca5099f5f387e32ca /arch/arm/mach-mvebu/Kconfig
parentcd07f67a300f7c938952c38d909a70d4bc45db57 (diff)
downloadbarebox-df8d29462bc0bdd13571a5ae8daf6ee6c6999ffd.tar.gz
barebox-df8d29462bc0bdd13571a5ae8daf6ee6c6999ffd.tar.xz
arm: mvebu: add more visible SoC separators to Kconfig
This just add more visible separators between each subconfig of the supported Marvell EBU SoCs. Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Tested-by: Thomas Petazzoni <thomas.petazzoni@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, 16 insertions, 0 deletions
diff --git a/arch/arm/mach-mvebu/Kconfig b/arch/arm/mach-mvebu/Kconfig
index 1d46f8717d..400e41bdba 100644
--- a/arch/arm/mach-mvebu/Kconfig
+++ b/arch/arm/mach-mvebu/Kconfig
@@ -40,6 +40,10 @@ config ARCH_KIRKWOOD
endchoice
+#
+# Armada 370 SoC boards
+#
+
if ARCH_ARMADA_370
choice
@@ -52,6 +56,10 @@ endchoice
endif # ARCH_ARMADA_370
+#
+# Armada XP SoC boards
+#
+
if ARCH_ARMADA_XP
choice
@@ -67,6 +75,10 @@ endchoice
endif # ARCH_ARMADA_XP
+#
+# Dove 88AP510 SoC boards
+#
+
if ARCH_DOVE
choice
@@ -79,6 +91,10 @@ endchoice
endif # ARCH_DOVE
+#
+# Kirkwood SoC boards
+#
+
if ARCH_KIRKWOOD
choice