Skip to content

Commit fabb777

Browse files
committed
Enable CONFIG_SM_NRF_CLOUD_LOCATION by default
1 parent 0105b77 commit fabb777

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

app/Kconfig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,9 @@ config SM_GNSS
248248
config SM_NRF_CLOUD
249249
bool "nRF Cloud support"
250250
default y
251+
depends on NRF_CLOUD
252+
depends on NRF_CLOUD_COAP
253+
depends on DATE_TIME
251254
select EXPERIMENTAL
252255

253256
if SM_NRF_CLOUD
@@ -261,6 +264,7 @@ endif # SM_NRF_CLOUD
261264

262265
config SM_NRF_CLOUD_LOCATION
263266
bool "nRF Cloud Location support"
267+
default y
264268
depends on SM_NRF_CLOUD
265269
help
266270
Enable the nRF Cloud Location service for cloud-assisted geolocation.

app/prj.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ CONFIG_SETTINGS_NVS=y
9494
CONFIG_NVS=y
9595

9696
# nRF Cloud
97-
CONFIG_SM_NRF_CLOUD_LOCATION=y
9897
CONFIG_NRF_CLOUD=y
9998
CONFIG_NRF_CLOUD_COAP=y
10099
CONFIG_NRF_CLOUD_COAP_DOWNLOADS=n

doc/releases/migration_notes_v2.0.0.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,6 @@ The following changes are listed for informational purposes, and many hosts will
3636

3737
* Ring Indication (RI) - Change RI from pulse (100 ms) to level triggered, meaning RI stays asserted until the host asserts DTR.
3838
After the Serial Modem has enabled UART, RI will be deasserted.
39-
* nRF Cloud transport has been changed from MQTT to CoAP.
4039
* HTTP client has been added and it's enabled by default. Use CONFIG_SM_HTTPC=n if you do not need it and want to save flash.
40+
* nRF Cloud transport has been changed from MQTT to CoAP.
41+
* ``CONFIG_SM_NRF_CLOUD_LOCATION`` is enabled by default whenever ``CONFIG_SM_NRF_CLOUD`` is enabled. Use ``CONFIG_SM_NRF_CLOUD_LOCATION=n`` if you do not need it and want to save flash.

0 commit comments

Comments
 (0)