summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSoby Mathew <soby.mathew@arm.com>2023-10-03 14:29:17 +0200
committerTrustedFirmware Code Review <review@review.trustedfirmware.org>2023-10-03 14:29:17 +0200
commit920aa8d4d24d4df45444b45576d8bddc90bbb701 (patch)
treee137d767a175c3125263402868e1747cbb4a875d /docs
parentbe3e0b896f58a7b0dffcdc8cf795b9f2dfa29915 (diff)
parentf92eb7e261bdaea54c10ad34451a7667a6eb4084 (diff)
Merge "feat(rmmd): enable SME for RMM" into integration
Diffstat (limited to 'docs')
-rw-r--r--docs/getting_started/build-options.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/getting_started/build-options.rst b/docs/getting_started/build-options.rst
index 3b38480ca..7c84ef163 100644
--- a/docs/getting_started/build-options.rst
+++ b/docs/getting_started/build-options.rst
@@ -452,9 +452,9 @@ Common build options
world to trap to EL3. Requires ``ENABLE_SVE_FOR_NS`` to be set as SME is a
superset of SVE. SME is an optional architectural feature for AArch64
and TF-A support is experimental. At this time, this build option cannot be
- used on systems that have SPD=spmd/SPM_MM or ENABLE_RME, and attempting to
- build with these options will fail. This flag can take the values 0 to 2, to
- align with the ``FEATURE_DETECTION`` mechanism. Default is 0.
+ used on systems that have SPD=spmd/SPM_MM and atempting to build with this
+ option will fail. This flag can take the values 0 to 2, to align with the
+ ``FEATURE_DETECTION`` mechanism. Default is 0.
- ``ENABLE_SME2_FOR_NS``: Numeric value to enable Scalable Matrix Extension
version 2 (SME2) for the non-secure world only. SME2 is an optional