From 250eaa29cb19dfdbd08c6357e985e7f173868dcd Mon Sep 17 00:00:00 2001 From: Suzuki K Poulose Date: Tue, 19 Oct 2021 17:31:53 +0100 Subject: [PATCH] UPSTREAM: arm64: errata: Enable TRBE workaround for write to out-of-range address With the TRBE driver workaround available, enable the config symbols to be built without COMPILE_TEST Bug: 213931796 Cc: Catalin Marinas Cc: Will Deacon Reviewed-by: Anshuman Khandual Acked-by: Will Deacon Signed-off-by: Suzuki K Poulose Link: https://lore.kernel.org/r/20211019163153.3692640-16-suzuki.poulose@arm.com Signed-off-by: Mathieu Poirier (cherry picked from commit 561ced0bb90a4be298b7db5fb54f29731d74a3f6) Signed-off-by: Qais Yousef Change-Id: Id8bad53696d87f8e55a8e39b2ea6d0aeb5ded793 --- arch/arm64/Kconfig | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig index b6630842c198..85026c961a51 100644 --- a/arch/arm64/Kconfig +++ b/arch/arm64/Kconfig @@ -747,7 +747,6 @@ config ARM64_WORKAROUND_TRBE_WRITE_OUT_OF_RANGE config ARM64_ERRATUM_2253138 bool "Neoverse-N2: 2253138: workaround TRBE writing to address out-of-range" - depends on COMPILE_TEST # Until the CoreSight TRBE driver changes are in depends on CORESIGHT_TRBE default y select ARM64_WORKAROUND_TRBE_WRITE_OUT_OF_RANGE @@ -766,7 +765,6 @@ config ARM64_ERRATUM_2253138 config ARM64_ERRATUM_2224489 bool "Cortex-A710: 2224489: workaround TRBE writing to address out-of-range" - depends on COMPILE_TEST # Until the CoreSight TRBE driver changes are in depends on CORESIGHT_TRBE default y select ARM64_WORKAROUND_TRBE_WRITE_OUT_OF_RANGE