We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b601f2 commit 3b049eaCopy full SHA for 3b049ea
1 file changed
sysbuild/Kconfig.sysbuild
@@ -6,6 +6,13 @@
6
7
# This file contains extra images which can be used with sysbuild based builds.
8
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
16
menuconfig PARTITION_MANAGER
17
bool "Partition Manager"
18
default y if SOC_FAMILY_NORDIC_NRF
@@ -87,3 +94,5 @@ rsource "Kconfig.lwm2m_carrier"
87
94
rsource "Kconfig.cracen"
88
95
rsource "Kconfig.tfm"
89
96
rsource "Kconfig.periphconf"
97
98
+endif # !NRF_CONNECT_SDK_HIDE_OPTIONS
0 commit comments