summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2013-05-15 09:36:33 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2013-05-17 07:40:13 +0200
commit4f7c4267cac331cfbd6df31cde10cad29794ffaf (patch)
tree58349cb8bf8a35a176fe11bc7ec42c76aed0ef63 /arch/arm/cpu
parent3b40d183eb5843d6afb675a727ec5fa5cfbca849 (diff)
downloadbarebox-4f7c4267cac331cfbd6df31cde10cad29794ffaf.tar.gz
barebox-4f7c4267cac331cfbd6df31cde10cad29794ffaf.tar.xz
arm: mvebu: add Feroceon CPU type
The Kirkwood Marvell SoC uses a Marvell-specific implementation of an ARMv5TE compatible ARM core, the Feroceon. This patch introduces a Kconfig option that allows to select this CPU type. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/cpu')
-rw-r--r--arch/arm/cpu/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/cpu/Kconfig b/arch/arm/cpu/Kconfig
index 86bc174101..aed4cb7c63 100644
--- a/arch/arm/cpu/Kconfig
+++ b/arch/arm/cpu/Kconfig
@@ -39,6 +39,14 @@ config CPU_ARM926T
Say Y if you want support for the ARM926T processor.
Otherwise, say N.
+# Feroceon
+config CPU_FEROCEON
+ bool
+ select CPU_32v5
+ help
+ This is a Marvell implementation of an ARMv5TE compatible
+ ARM core, used in the Marvell Kirkwood SoC family.
+
# ARMv6
config CPU_V6
bool