Skip to content

Commit 050b3c9

Browse files
lemreyanangl
authored andcommitted
nrf_modem: add an explicit default for which binary is linked
Add an explicit default, to ease integration with a private repository. Signed-off-by: Emanuele Di Santo <[email protected]>
1 parent 70ae418 commit 050b3c9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

nrf_modem/Kconfig

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ config NRF_MODEM
1212
select REQUIRES_FULL_LIBC
1313

1414
choice NRF_MODEM_BUILD_STRATEGY
15-
depends on NRF_MODEM
1615
prompt "Build strategy"
16+
depends on NRF_MODEM
17+
default NRF_MODEM_LINK_BINARY_CELLULAR
1718

1819
config NRF_MODEM_LINK_BINARY_CELLULAR
1920
bool "Link cellular binary"
@@ -23,8 +24,8 @@ config NRF_MODEM_LINK_BINARY_DECT_PHY
2324
endchoice
2425

2526
config NRF_MODEM_LOG
26-
depends on NRF_MODEM_LINK_BINARY_CELLULAR || NRF_MODEM_LINK_BINARY_DECT_PHY
2727
bool "Link binary with logs"
28+
depends on NRF_MODEM_LINK_BINARY_CELLULAR || NRF_MODEM_LINK_BINARY_DECT_PHY
2829
help
2930
Links the application with the library version capable of emitting logs.
3031
This increases the final size of the application.

0 commit comments

Comments
 (0)