CONFIG_MULTICELL_LOCATION_SERVICE_NRF_CLOUD

nRF Cloud location service

Type: bool

Help

Use nRF Cloud location service. Note that the service currently
supports the use of a single cell in requests.
Cell measurements for the current cell will be used.

Direct dependencies

<choice MULTICELL_LOCATION_SERVICE: Location service>

(Includes any dependencies from ifs and menus.)

Kconfig definition

At <nRF>/lib/multicell_location/Kconfig:30

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 → Multicell Location → Location service

config MULTICELL_LOCATION_SERVICE_NRF_CLOUD
    bool "nRF Cloud location service"
    depends on <choice MULTICELL_LOCATION_SERVICE>
    help
      Use nRF Cloud location service. Note that the service currently
      supports the use of a single cell in requests.
      Cell measurements for the current cell will be used.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)