doc: porting_guide: fix ReStructuredText in Kconfig.plank

Using <  > in the kconfig:option role was causing the <_board> section
to be omitted from the rendered docs, and using the role was useless
anyway as the option name was not a real one.
Use the fancy :samp: role instead to achieve the same goal.

Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
This commit is contained in:
Benjamin Cabé 2024-07-19 17:56:46 +02:00 committed by Alberto Escolar
commit f9e3b65d3a

View file

@ -536,8 +536,8 @@ files for a board named ``plank``:
config BOARD_PLANK config BOARD_PLANK
select SOC_SOC1 select SOC_SOC1
The Kconfig symbols :kconfig:option:`BOARD_<board>` and The Kconfig symbols :samp:`BOARD_{board}` and
:kconfig:option:`BOARD_<normalized_board_target>` are constructed by the build :samp:`BOARD_{normalized_board_target}` are constructed by the build
system, therefore no type shall be defined in above code snippet. system, therefore no type shall be defined in above code snippet.
:file:`Kconfig` :file:`Kconfig`