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 <[email protected]> Cc: Will Deacon <[email protected]> Reviewed-by: Anshuman Khandual <[email protected]> Acked-by: Will Deacon <[email protected]> Signed-off-by: Suzuki K Poulose <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mathieu Poirier <[email protected]>
1 parent f9efc79 commit 74b2740

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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)