-
CONFIG_MULTICELL_LOCATION
¶
Multicell Location
Type: bool
Help¶
Enables the multicell location library. The library can be used
to resolve the device's location based on LTE cell measurements.
The library supports multiple location services, which can be
configured using Kconfig options.
Direct dependencies¶
NRF_MODEM_LIB
&& LTE_LINK_CONTROL
(Includes any dependencies from ifs and menus.)
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols selected by this symbol¶
Kconfig definition¶
At <nRF>/lib/multicell_location/Kconfig:7
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:23
→ <Zephyr>/modules/Kconfig:6
→ <BuildDir>/kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:52
→ <nRF>/lib/Kconfig:37
Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Libraries
menuconfig MULTICELL_LOCATION
bool "Multicell Location"
select MODEM_KEY_MGMT
select CJSON_LIB
depends on NRF_MODEM_LIB && LTE_LINK_CONTROL
help
Enables the multicell location library. The library can be used
to resolve the device's location based on LTE cell measurements.
The library supports multiple location services, which can be
configured using Kconfig options.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)