Skip to content

Commit b751bc0

Browse files
committed
doc: secure_storage: update Kconfig options formatting
Revised the documentation for PSA Secure Storage API configuration to use the new :kconfig:option-regex: role for Kconfig options. Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
1 parent cfed396 commit b751bc0

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

doc/services/storage/secure_storage/index.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ Configuration
7676
*************
7777

7878
To configure the implementation of the PSA Secure Storage API provided by Zephyr, have a look at the
79-
``CONFIG_SECURE_STORAGE_.*`` Kconfig options. They are defined in the various Kconfig files found
80-
under ``subsys/secure_storage/``.
79+
available :kconfig:option-regex:`Kconfig options <CONFIG_SECURE_STORAGE_.*>`.
80+
They are defined in the various Kconfig files found under :zephyr_file:`subsys/secure_storage/`.
8181

8282
Customization
8383
*************
@@ -100,8 +100,9 @@ ITS API
100100
Zephyr's implementation of the ITS API
101101
(:kconfig:option:`CONFIG_SECURE_STORAGE_ITS_IMPLEMENTATION_ZEPHYR`)
102102
makes use of the ITS transform and store modules, which can be configured and customized separately.
103-
Have a look at the ``CONFIG_SECURE_STORAGE_ITS_(STORE|TRANSFORM)_.*_CUSTOM``
104-
Kconfig options to see the different customization possibilities.
103+
Have a look at the :kconfig:option-regex:`ITS transform and store Kconfig options
104+
<CONFIG_SECURE_STORAGE_ITS_(STORE|TRANSFORM)_.*_CUSTOM>` to see the different customization
105+
possibilities.
105106

106107
It's especially recommended to implement a custom encryption key provider
107108
(:kconfig:option:`CONFIG_SECURE_STORAGE_ITS_TRANSFORM_AEAD_KEY_PROVIDER_CUSTOM`)

0 commit comments

Comments
 (0)