Skip to content

Commit 3b049ea

Browse files
committed
sysbuild: kconfig: Add hide options Kconfig
Adds a Kconfig that, when enabled, will hide the Kconfig tree of NCS for sysbuild Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
1 parent 1b601f2 commit 3b049ea

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

sysbuild/Kconfig.sysbuild

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@
66

77
# This file contains extra images which can be used with sysbuild based builds.
88

9+
config NRF_CONNECT_SDK_HIDE_OPTIONS
10+
bool
11+
help
12+
If enabled, will hide NCS Kconfig options from being visible in the Kconfig tree.
13+
14+
if !NRF_CONNECT_SDK_HIDE_OPTIONS
15+
916
menuconfig PARTITION_MANAGER
1017
bool "Partition Manager"
1118
default y if SOC_FAMILY_NORDIC_NRF
@@ -87,3 +94,5 @@ rsource "Kconfig.lwm2m_carrier"
8794
rsource "Kconfig.cracen"
8895
rsource "Kconfig.tfm"
8996
rsource "Kconfig.periphconf"
97+
98+
endif # !NRF_CONNECT_SDK_HIDE_OPTIONS

0 commit comments

Comments
 (0)