Skip to content

Commit c373391

Browse files
nordicjmrlubos
authored andcommitted
zephyr: Allow external Sysbuild Kconfig root
Allows for modules to override the NCS Sysbuild Kconfig root Signed-off-by: Jamie McCrae <[email protected]>
1 parent b8cc757 commit c373391

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

modules/modules.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ set(ZEPHYR_OPENTHREAD_CMAKE_DIR ${CMAKE_CURRENT_LIST_DIR}/openthread)
1111
set(ZEPHYR_OPENTHREAD_KCONFIG ${CMAKE_CURRENT_LIST_DIR}/openthread/Kconfig)
1212
set(ZEPHYR_HAL_NORDIC_CMAKE_DIR ${CMAKE_CURRENT_LIST_DIR}/hal_nordic)
1313
set(ZEPHYR_NRF_KCONFIG ${CMAKE_CURRENT_LIST_DIR}/../Kconfig.nrf)
14+
set(SYSBUILD_NRF_KCONFIG ${CMAKE_CURRENT_LIST_DIR}/../sysbuild/Kconfig.sysbuild)
1415

1516
# Those are modules with Kconfig tree's inside the module repo but where
1617
# nRF Connect SDK extend those trees.

zephyr/module.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ build:
44
kconfig-ext: true
55
sysbuild-cmake: sysbuild
66
sysbuild-kconfig: sysbuild/Kconfig.sysbuild
7+
sysbuild-kconfig-ext: true
78
settings:
89
soc_root: .
910
board_root: .

0 commit comments

Comments
 (0)