Skip to content

Commit

Permalink
[nrf noup] cmake: modules: kconfig: Add hide child/parent variable
Browse files Browse the repository at this point in the history
Adds a variable to Kconfig which, when set, will disable showing
child/parent Kconfig values in builds (enabled when Sysbuild is
used)

Signed-off-by: Jamie McCrae <[email protected]>
(cherry picked from commit 391567a)
  • Loading branch information
nordicjm authored and rlubos committed Oct 24, 2024
1 parent ec65bcf commit 2483870
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/modules/kconfig.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ set(COMMON_KCONFIG_ENV_SETTINGS
TOOLCHAIN_KCONFIG_DIR=${TOOLCHAIN_KCONFIG_DIR}
TOOLCHAIN_HAS_NEWLIB=${_local_TOOLCHAIN_HAS_NEWLIB}
TOOLCHAIN_HAS_PICOLIBC=${_local_TOOLCHAIN_HAS_PICOLIBC}
HIDE_CHILD_PARENT_CONFIG=${SYSBUILD}
EDT_PICKLE=${EDT_PICKLE}
# Export all Zephyr modules to Kconfig
${ZEPHYR_KCONFIG_MODULES_DIR}
Expand Down

0 comments on commit 2483870

Please sign in to comment.