diff options
author | Rob Herring | 2014-01-31 21:26:04 +0100 |
---|---|---|
committer | Rob Herring | 2014-02-19 23:46:32 +0100 |
commit | 42f4754a0c5fa0d1caeca77e29ad4e09b0762e72 (patch) | |
tree | e5aba2de1c3aca3d8664f71e037ea965f0c8f833 /arch/arm/Kconfig | |
parent | ARM: select MIGHT_HAVE_CACHE_L2X0 for V6 and V7 multi-platform (diff) | |
download | kernel-qcow2-linux-42f4754a0c5fa0d1caeca77e29ad4e09b0762e72.tar.gz kernel-qcow2-linux-42f4754a0c5fa0d1caeca77e29ad4e09b0762e72.tar.xz kernel-qcow2-linux-42f4754a0c5fa0d1caeca77e29ad4e09b0762e72.zip |
ARM: Select V6K instead of V6 by default for multi-platform
MULTI_V6 should default to V6K as it is more optimal than V6. Any
platform which is not V6K should select CPU_V6 which will enable the
less optimal code paths.
Signed-off-by: Rob Herring <robh@kernel.org>
Cc: Anton Vorontsov <anton@enomsg.org>
Acked-by: Shawn Guo <shawn.guo@linaro.org>
Cc: Sascha Hauer <kernel@pengutronix.de>
Cc: Jamie Iles <jamie@jamieiles.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
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 7560be4cce92..f350ca5d051b 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -910,7 +910,7 @@ config ARCH_MULTI_V4_V5 config ARCH_MULTI_V6 bool "ARMv6 based platforms (ARM11)" select ARCH_MULTI_V6_V7 - select CPU_V6 + select CPU_V6K config ARCH_MULTI_V7 bool "ARMv7 based platforms (Cortex-A, PJ4, Scorpion, Krait)" |