Skip to content

Commit 0525cf4

Browse files
nordicjmrlubos
authored andcommitted
doc: kconfig: Add extra module paths
Adds ZEPHYR_NRF_KCONFIG and SYSBUILD_NRF_KCONFIG variables Signed-off-by: Jamie McCrae <[email protected]>
1 parent 7bc3571 commit 0525cf4

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

doc/kconfig/conf.py

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,15 @@
6666
/ "memfault-firmware-sdk"
6767
/ "Kconfig"
6868
)
69-
69+
os.environ["ZEPHYR_NRF_KCONFIG"] = str(
70+
NRF_BASE
71+
/ "Kconfig.nrf"
72+
)
73+
os.environ["SYSBUILD_NRF_KCONFIG"] = str(
74+
NRF_BASE
75+
/ "sysbuild"
76+
/ "Kconfig.sysbuild"
77+
)
7078

7179
def setup(app):
7280
app.add_css_file("css/kconfig.css")

0 commit comments

Comments
 (0)