CONFIG_AGPS

A-GPS library

Type: bool

Help

A library to simplify switching between A-GPS data sources.

Direct dependencies

NRF_MODEM_LIB

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At <nRF>/lib/agps/Kconfig:7

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:31<Zephyr>/modules/Kconfig:6<nRF>/doc/_build/kconfig/Kconfig.modules:2<nRF>/Kconfig.nrf:56<nRF>/lib/Kconfig:9

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

config AGPS
    bool "A-GPS library"
    depends on NRF_MODEM_LIB
    help
      A library to simplify switching between A-GPS data sources.

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