Skip to content

Commit c7a6ccf

Browse files
tomi-fontrlubos
authored andcommitted
doc: security: fix references to inexistent Kconfig options
Remove or replace them. Signed-off-by: Tomi Fontanilles <[email protected]>
1 parent 39326e6 commit c7a6ccf

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

doc/nrf/app_dev/device_guides/nrf53/logging_nrf5340.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ There are several options to get UART output from the secure TF-M:
8787
* Disable the output for the network core and change the pins used by TF-M.
8888
The network core usually has a child image.
8989
To configure logging in an |NCS| image, see :ref:`ug_logging`.
90-
To change the pins used by TF-M, set the RXD (:kconfig:option:`CONFIG_TFM_UART1_RXD_PIN`) and TXD (:kconfig:option:`CONFIG_TFM_UART1_TXD_PIN`) Kconfig options in the application image to **P1.00** (32) and **P1.01** (33).
9190

9291
* You can wire the secure and non-secure UART peripherals to the same pins.
9392
Specifically, physically wire together the pins **P0.25** and **P0.26** to **P0.20** and **P0.22**, respectively.

doc/nrf/security/tfm/tfm_building.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ TF-M's Secure Partition Manager (SPM) backend may also be configured, depending
155155
- With IPC, each Secure Partition processes signals in any order, and can defer responding to a message while continuing to process other signals.
156156
- Levels 1, 2 and 3
157157

158-
To control the number of logging messages, set the :kconfig:option:`CONFIG_TFM_LOG_LEVEL` Kconfig option.
158+
To control the number of logging messages, set the :kconfig:option:`CONFIG_TFM_SPM_LOG_LEVEL` Kconfig option.
159159
To disable logging, set the :kconfig:option:`CONFIG_TFM_LOG_LEVEL_SILENCE` option.
160160

161161
The size of TF-M partitions is affected by multiple configuration options and hardware-related options.

0 commit comments

Comments
 (0)