CONFIG_LOCATION_METHOD_GNSS

Allow GNSS to be used for obtaining the location

Type: bool

Direct dependencies

LOCATION

(Includes any dependencies from ifs and menus.)

Default

  • y

Kconfig definition

At <nRF>/lib/location/Kconfig:14

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:33<Zephyr>/modules/Kconfig:6<nRF>/doc/_build/kconfig/Kconfig.modules:2<nRF>/Kconfig.nrf:94<nRF>/lib/Kconfig:37

Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Libraries → Location

config LOCATION_METHOD_GNSS
    bool "Allow GNSS to be used for obtaining the location"
    default y
    depends on LOCATION

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