Skip to content

Commit 7bc3571

Browse files
nordicjmrlubos
authored andcommitted
doc: nrf: security: crypto: Fix wrong Kconfig usage
Fixes some wrong Kconfig usage which missed wildcard characters Signed-off-by: Jamie McCrae <[email protected]>
1 parent fc4352c commit 7bc3571

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/nrf/security/crypto/crypto_supported_features.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The listed ``CONFIG_`` Kconfig options enable the features and algorithms for th
4545
The Kconfig options follow the ``CONFIG_PSA_WANT_*`` + ``CONFIG_PSA_USE_*`` configuration scheme, which is described in detail on the :ref:`crypto_drivers` page.
4646

4747
.. note::
48-
On nRF54H Series devices, the ``CONFIG_PSA_WANT`` and ``CONFIG_PSA_USE`` feature selection scheme is not implemented and enabling any feature with these options will silently have no effect.
48+
On nRF54H Series devices, the ``CONFIG_PSA_WANT_*`` and ``CONFIG_PSA_USE_*`` feature selection scheme is not implemented and enabling any feature with these options will silently have no effect.
4949
The |ISE| implements a fixed set of features and algorithms that cannot be changed by the user.
5050

5151

0 commit comments

Comments
 (0)