summaryrefslogtreecommitdiffstats
path: root/arch/arm64/Kconfig
diff options
context:
space:
mode:
authorMarc Zyngier2019-04-15 14:03:52 +0200
committerWill Deacon2019-04-30 15:46:05 +0200
commitc2b5bba3967a000764e9148e6f020d776b7ecd82 (patch)
treedfdc6f84a3b7dfac79f5d56d38f7b15f1c27a42f /arch/arm64/Kconfig
parentarm64: Restrict ARM64_ERRATUM_1188873 mitigation to AArch32 (diff)
downloadkernel-qcow2-linux-c2b5bba3967a000764e9148e6f020d776b7ecd82.tar.gz
kernel-qcow2-linux-c2b5bba3967a000764e9148e6f020d776b7ecd82.tar.xz
kernel-qcow2-linux-c2b5bba3967a000764e9148e6f020d776b7ecd82.zip
arm64: Make ARM64_ERRATUM_1188873 depend on COMPAT
Since ARM64_ERRATUM_1188873 only affects AArch32 EL0, it makes some sense that it should depend on COMPAT. Signed-off-by: Marc Zyngier <marc.zyngier@arm.com> Signed-off-by: Will Deacon <will.deacon@arm.com>
Diffstat (limited to 'arch/arm64/Kconfig')
-rw-r--r--arch/arm64/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig
index 7e34b9eba5de..560f2a860637 100644
--- a/arch/arm64/Kconfig
+++ b/arch/arm64/Kconfig
@@ -477,6 +477,7 @@ config ARM64_ERRATUM_1024718
config ARM64_ERRATUM_1188873
bool "Cortex-A76: MRC read following MRRC read of specific Generic Timer in AArch32 might give incorrect result"
default y
+ depends on COMPAT
select ARM_ARCH_TIMER_OOL_WORKAROUND
help
This option adds work arounds for ARM Cortex-A76 erratum 1188873