summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mvebu/Kconfig
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2013-05-15 09:36:34 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2013-05-17 07:40:13 +0200
commit6cd2c76b2fcd680ddca30a18de9c8192096ae6b1 (patch)
treec31549a5151489987bceb2f1a2378efd035e86cc /arch/arm/mach-mvebu/Kconfig
parent4f7c4267cac331cfbd6df31cde10cad29794ffaf (diff)
downloadbarebox-6cd2c76b2fcd680ddca30a18de9c8192096ae6b1.tar.gz
barebox-6cd2c76b2fcd680ddca30a18de9c8192096ae6b1.tar.xz
arm: mvebu: initial support for Marvell Kirkwood SoCs
Marvell Kirkwood SoCs are based on a ARMv5 compatible core designed by Marvell, and a large number of peripherals with Marvell Dove, Marvell Armada 370 and Marvell Armada XP SoCs. The Marvell Kirkwood are used in a large number of consumer-grade NAS devices, for example. Signed-off-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/Kconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/arm/mach-mvebu/Kconfig b/arch/arm/mach-mvebu/Kconfig
index 3d8c2c3ece..92ba009157 100644
--- a/arch/arm/mach-mvebu/Kconfig
+++ b/arch/arm/mach-mvebu/Kconfig
@@ -31,6 +31,11 @@ config ARCH_DOVE
select CPU_V7
select CLOCKSOURCE_ORION
+config ARCH_KIRKWOOD
+ bool "Kirkwood"
+ select CPU_FEROCEON
+ select CLOCKSOURCE_ORION
+
endchoice
if ARCH_ARMADA_370
@@ -72,4 +77,13 @@ endchoice
endif # ARCH_DOVE
+if ARCH_KIRKWOOD
+
+choice
+ prompt "Kirkwood Board Type"
+
+endchoice
+
+endif # ARCH_KIRKWOOD
+
endif # ARCH_MVEBU