File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,9 @@ config NRF_MODEM
1212 select REQUIRES_FULL_LIBC
1313
1414choice 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
1819config NRF_MODEM_LINK_BINARY_CELLULAR
1920 bool "Link cellular binary"
@@ -23,8 +24,8 @@ config NRF_MODEM_LINK_BINARY_DECT_PHY
2324endchoice
2425
2526config 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.
You can’t perform that action at this time.
0 commit comments