Skip to content

Commit 24fb7df

Browse files
pdgendtkartben
authored andcommitted
doc: kernel: service: interrupts: Fix kconfig directives
Add missing CONFIG_ prefix to kconfig directives. Signed-off-by: Pieter De Gendt <[email protected]>
1 parent a361c45 commit 24fb7df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/kernel/services/interrupts.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -598,9 +598,9 @@ The name comes from the fact that all the entries to the arrays that would creat
598598
interrupt vectors are created locally in place of invocation of :c:macro:`IRQ_CONNECT` macro.
599599
Then automatically generated linker scripts are used to place it in the right place in the memory.
600600

601-
This option requires enabling by the choose of :kconfig:option:`ISR_TABLES_LOCAL_DECLARATION`.
601+
This option requires enabling by the choose of :kconfig:option:`CONFIG_ISR_TABLES_LOCAL_DECLARATION`.
602602
If this configuration is supported by the used architecture and toolchaing the
603-
:kconfig:option:`ISR_TABLES_LOCAL_DECLARATION_SUPPORTED` is set.
603+
:kconfig:option:`CONFIG_ISR_TABLES_LOCAL_DECLARATION_SUPPORTED` is set.
604604
See details of this option for the information about currently supported configurations.
605605

606606
Any invocation of :c:macro:`IRQ_CONNECT` or :c:macro:`IRQ_DIRECT_CONNECT` will declare an instance

0 commit comments

Comments
 (0)