aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorWill Deacon <will.deacon@arm.com>2012-07-06 10:46:08 -0400
committerRussell King <rmk+kernel@arm.linux.org.uk>2012-07-09 12:41:11 -0400
commitb9a50f74905ad9126c91b495ece8a5f45434c643 (patch)
tree8ae821933d953f50b52de596e7281bf888c098ec /arch/arm/Kconfig
parent8c56cc8be5b38e3684eba96dc9b3f7ca7e495755 (diff)
ARM: 7450/1: dcache: select DCACHE_WORD_ACCESS for little-endian ARMv6+ CPUs
DCACHE_WORD_ACCESS uses the word-at-a-time API for optimised string comparisons in the vfs layer. This patch implements support for load_unaligned_zeropad for ARM CPUs with native support for unaligned memory accesses (v6+) when running little-endian. Reviewed-by: Nicolas Pitre <nico@linaro.org> Signed-off-by: Will Deacon <will.deacon@arm.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 574561a66d75..acd12efe6f3e 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -48,6 +48,7 @@ config ARM
48 select GENERIC_CLOCKEVENTS_BROADCAST if SMP 48 select GENERIC_CLOCKEVENTS_BROADCAST if SMP
49 select GENERIC_STRNCPY_FROM_USER 49 select GENERIC_STRNCPY_FROM_USER
50 select GENERIC_STRNLEN_USER 50 select GENERIC_STRNLEN_USER
51 select DCACHE_WORD_ACCESS if (CPU_V6 || CPU_V6K || CPU_V7) && !CPU_BIG_ENDIAN
51 help 52 help
52 The ARM series is a line of low-power-consumption RISC chip designs 53 The ARM series is a line of low-power-consumption RISC chip designs
53 licensed by ARM Ltd and targeted at embedded applications and 54 licensed by ARM Ltd and targeted at embedded applications and