summaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorSebastian Hesselbarth2013-05-02 20:56:12 +0200
committerRussell King2013-05-07 11:34:29 +0200
commit756b253167be36ea74980220d606662713431503 (patch)
tree3d785cfba5dd0be8b50bbb8873b225c862212b99 /arch/arm/Kconfig
parentARM: finally enable IRQ time accounting config (diff)
downloadkernel-qcow2-linux-756b253167be36ea74980220d606662713431503.tar.gz
kernel-qcow2-linux-756b253167be36ea74980220d606662713431503.tar.xz
kernel-qcow2-linux-756b253167be36ea74980220d606662713431503.zip
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/arm/Kconfig')
-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
config ARCH_DOVE
bool "Marvell Dove"
select ARCH_REQUIRE_GPIOLIB
- select CPU_V7
+ select CPU_PJ4
select GENERIC_CLOCKEVENTS
select MIGHT_HAVE_PCI
select PINCTRL