This just add more visible separators between each subconfig of the supported Marvell EBU SoCs. Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@xxxxxxxxx> --- Cc: Thomas Petazzoni <thomas.petazzoni@xxxxxxxxxxxxxxxxxx> Cc: Sascha Hauer <s.hauer@xxxxxxxxxxxxxx> Cc: barebox@xxxxxxxxxxxxxxxxxxx --- arch/arm/mach-mvebu/Kconfig | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/arch/arm/mach-mvebu/Kconfig b/arch/arm/mach-mvebu/Kconfig index 1d46f87..400e41b 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 -- 1.7.10.4 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox