Skip to content

Commit 74b2740

Browse files
Suzuki K Poulosemathieupoirier
authored andcommitted
arm64: errata: Enable workaround for TRBE overwrite in FILL mode
With the workaround enabled in TRBE, enable the config entries to be built without COMPILE_TEST Cc: Catalin Marinas <catalin.marinas@arm.com> Cc: Will Deacon <will@kernel.org> Reviewed-by: Anshuman Khandual <anshuman.khandual@arm.com> Acked-by: Will Deacon <will@kernel.org> Signed-off-by: Suzuki K Poulose <suzuki.poulose@arm.com> Link: https://lore.kernel.org/r/20211019163153.3692640-15-suzuki.poulose@arm.com Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
1 parent f9efc79 commit 74b2740

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

arch/arm64/Kconfig

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -672,7 +672,6 @@ config ARM64_WORKAROUND_TRBE_OVERWRITE_FILL_MODE
672672
config ARM64_ERRATUM_2119858
673673
bool "Cortex-A710: 2119858: workaround TRBE overwriting trace data in FILL mode"
674674
default y
675-
depends on COMPILE_TEST # Until the CoreSight TRBE driver changes are in
676675
depends on CORESIGHT_TRBE
677676
select ARM64_WORKAROUND_TRBE_OVERWRITE_FILL_MODE
678677
help
@@ -691,7 +690,6 @@ config ARM64_ERRATUM_2119858
691690
config ARM64_ERRATUM_2139208
692691
bool "Neoverse-N2: 2139208: workaround TRBE overwriting trace data in FILL mode"
693692
default y
694-
depends on COMPILE_TEST # Until the CoreSight TRBE driver changes are in
695693
depends on CORESIGHT_TRBE
696694
select ARM64_WORKAROUND_TRBE_OVERWRITE_FILL_MODE
697695
help

0 commit comments

Comments
 (0)