Skip to content

Commit 561ced0

Browse files
Suzuki K Poulosemathieupoirier
authored andcommitted
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 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 74b2740 commit 561ced0

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
@@ -743,7 +743,6 @@ config ARM64_WORKAROUND_TRBE_WRITE_OUT_OF_RANGE
743743

744744
config ARM64_ERRATUM_2253138
745745
bool "Neoverse-N2: 2253138: workaround TRBE writing to address out-of-range"
746-
depends on COMPILE_TEST # Until the CoreSight TRBE driver changes are in
747746
depends on CORESIGHT_TRBE
748747
default y
749748
select ARM64_WORKAROUND_TRBE_WRITE_OUT_OF_RANGE
@@ -762,7 +761,6 @@ config ARM64_ERRATUM_2253138
762761

763762
config ARM64_ERRATUM_2224489
764763
bool "Cortex-A710: 2224489: workaround TRBE writing to address out-of-range"
765-
depends on COMPILE_TEST # Until the CoreSight TRBE driver changes are in
766764
depends on CORESIGHT_TRBE
767765
default y
768766
select ARM64_WORKAROUND_TRBE_WRITE_OUT_OF_RANGE

0 commit comments

Comments
 (0)