]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: v6k: Dove platforms use V6K architecture CPUs
authorRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 17 Jan 2011 18:20:05 +0000 (18:20 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 2 Feb 2011 21:23:27 +0000 (21:23 +0000)
Make Dove platforms select the new V6K CPU option.

Tested-by: Nicolas Pitre <nicolas.pitre@linaro.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/Kconfig
arch/arm/mach-dove/Kconfig
arch/arm/mm/Kconfig

index 95ba92ff0d4161e72c95fb08a23b2453a4ff0958..7a5fe5d131dcd4426ed892bc0d6a8a557be350df 100644 (file)
@@ -457,6 +457,7 @@ config ARCH_IXP4XX
 
 config ARCH_DOVE
        bool "Marvell Dove"
+       select CPU_V6K
        select PCI
        select ARCH_REQUIRE_GPIOLIB
        select GENERIC_CLOCKEVENTS
index a4ed3900912af08130001a3a5cbc4169f4a96b63..dd937c526a458980eac6ac03b352f8f548f070dd 100644 (file)
@@ -9,7 +9,7 @@ config MACH_DOVE_DB
          Say 'Y' here if you want your kernel to support the
          Marvell DB-MV88AP510 Development Board.
 
- config MACH_CM_A510
+config MACH_CM_A510
        bool "CompuLab CM-A510 Board"
        help
          Say 'Y' here if you want your kernel to support the
index 559e9330bb18db0e00b6009a804ca2fa55463c19..22a3f4ad6ae58a6a49f775f4cd8392634135640a 100644 (file)
@@ -390,7 +390,7 @@ config CPU_PJ4
 
 # ARMv6
 config CPU_V6
-       bool "Support ARM V6 processor" if ARCH_INTEGRATOR || MACH_REALVIEW_EB || MACH_REALVIEW_PBX || ARCH_DOVE
+       bool "Support ARM V6 processor" if ARCH_INTEGRATOR || MACH_REALVIEW_EB || MACH_REALVIEW_PBX
        select CPU_32v6
        select CPU_ABRT_EV6
        select CPU_PABRT_V6
@@ -403,7 +403,7 @@ config CPU_V6
 
 # ARMv6k
 config CPU_V6K
-       bool "Support ARM V6K processor" if ARCH_INTEGRATOR || MACH_REALVIEW_EB || MACH_REALVIEW_PBX || ARCH_DOVE
+       bool "Support ARM V6K processor" if ARCH_INTEGRATOR || MACH_REALVIEW_EB || MACH_REALVIEW_PBX
        select CPU_32v6
        select CPU_32v6K if !ARCH_OMAP2
        select CPU_ABRT_EV6