diff options
author | Konstantin Porotchkin <kostap@marvell.com> | 2011-04-07 13:49:41 +0300 |
---|---|---|
committer | Nicolas Pitre <nico@fluxnic.net> | 2011-05-03 15:38:12 -0400 |
commit | 7b769bb3e859b0de65999468dd1660e3364f8994 (patch) | |
tree | d9ca4ce2bed85eb097bc1027372eaf9f0d5d6d52 /arch/arm/Kconfig | |
parent | 8e10cd74342c7f5ce259cceca36f6eba084f5d58 (diff) |
ARM: Moving Marvell Dove platform defaults to ARMv7
Disabled legacy support for ARMv6 architecture on Dove platform.
Latest Dove HW uses only ARMv7 model.
Signed-off-by: Konstantin Porotchkin <kostap@marvell.com>
Signed-off-by: Nicolas Pitre <nico@fluxnic.net>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 377a7a595b0..44c16f06173 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -468,7 +468,7 @@ config ARCH_IXP4XX config ARCH_DOVE bool "Marvell Dove" - select CPU_V6K + select CPU_V7 select PCI select ARCH_REQUIRE_GPIOLIB select GENERIC_CLOCKEVENTS |