File tree 2 files changed +11
-1
lines changed
2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 1
1
#
2
- # Copyright (c) 2018 Nordic Semiconductor
2
+ # Copyright (c) 2018-2023 Nordic Semiconductor
3
3
#
4
4
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5
5
#
@@ -28,6 +28,12 @@ endif # BUILD_WITH_TFM
28
28
29
29
menu "Nordic nRF Connect"
30
30
31
+ # Hides child parent configuration options
32
+ config HIDE_CHILD_PARENT_CONFIG
33
+ bool
34
+ default y if "$(HIDE_CHILD_PARENT_CONFIG)" = "True"
35
+ default n
36
+
31
37
# Override boot banner
32
38
config BOOT_BANNER_STRING
33
39
default "Booting nRF Connect SDK"
Original file line number Diff line number Diff line change
1
+ if !HIDE_CHILD_PARENT_CONFIG
2
+
1
3
choice
2
4
prompt "$(module) build strategy"
3
5
default $(module)_BUILD_STRATEGY_FROM_SOURCE
@@ -28,3 +30,5 @@ config $(module)_BUILD_STRATEGY_FROM_SOURCE
28
30
select PARTITION_MANAGER_ENABLED
29
31
30
32
endchoice
33
+
34
+ endif
You can’t perform that action at this time.
0 commit comments