aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorSebastian Hesselbarth <sebastian.hesselbarth@gmail.com>2013-05-02 14:56:12 -0400
committerRussell King <rmk+kernel@arm.linux.org.uk>2013-05-07 05:34:29 -0400
commit756b253167be36ea74980220d606662713431503 (patch)
tree3d785cfba5dd0be8b50bbb8873b225c862212b99 /arch
parent87c46b6c3d9c4d7f22bc553945728f5a82e9248a (diff)
ARM: 7711/1: dove: fix Dove cpu type from V7 to PJ4
The CPU used in Marvell Dove SoCs is a PJ4 Sheeva core. Using CONFIG_CPU_PJ4 instead of CONFIG_CPU_V7 will enable iWMMXt extensions on Dove. Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> Acked-by: Jason Cooper <jason@lakedaemon.net> Acked-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index b2d235d015d3..7e3e2bfc5d7a 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -492,7 +492,7 @@ config ARCH_IXP4XX
492config ARCH_DOVE 492config ARCH_DOVE
493 bool "Marvell Dove" 493 bool "Marvell Dove"
494 select ARCH_REQUIRE_GPIOLIB 494 select ARCH_REQUIRE_GPIOLIB
495 select CPU_V7 495 select CPU_PJ4
496 select GENERIC_CLOCKEVENTS 496 select GENERIC_CLOCKEVENTS
497 select MIGHT_HAVE_PCI 497 select MIGHT_HAVE_PCI
498 select PINCTRL 498 select PINCTRL