diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-01-17 13:20:05 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-02-02 16:23:27 -0500 |
commit | c786282e6dd18fe2ff43ab44411085dc40e7fbc5 (patch) | |
tree | 57ad8acc57bc53a5f098de4d4e2c0e9949f695c0 /arch/arm/Kconfig | |
parent | 74200e6421882bfb53677d63a134d89a919815c1 (diff) |
ARM: v6k: Dove platforms use V6K architecture CPUs
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>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 95ba92ff0d41..7a5fe5d131dc 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -457,6 +457,7 @@ config ARCH_IXP4XX | |||
457 | 457 | ||
458 | config ARCH_DOVE | 458 | config ARCH_DOVE |
459 | bool "Marvell Dove" | 459 | bool "Marvell Dove" |
460 | select CPU_V6K | ||
460 | select PCI | 461 | select PCI |
461 | select ARCH_REQUIRE_GPIOLIB | 462 | select ARCH_REQUIRE_GPIOLIB |
462 | select GENERIC_CLOCKEVENTS | 463 | select GENERIC_CLOCKEVENTS |