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:
parent
52a9e7014a
commit
f9e3b65d3a
1 changed files with 2 additions and 2 deletions
|
@ -536,8 +536,8 @@ files for a board named ``plank``:
|
|||
config BOARD_PLANK
|
||||
select SOC_SOC1
|
||||
|
||||
The Kconfig symbols :kconfig:option:`BOARD_<board>` and
|
||||
:kconfig:option:`BOARD_<normalized_board_target>` are constructed by the build
|
||||
The Kconfig symbols :samp:`BOARD_{board}` and
|
||||
:samp:`BOARD_{normalized_board_target}` are constructed by the build
|
||||
system, therefore no type shall be defined in above code snippet.
|
||||
|
||||
:file:`Kconfig`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue