:orphan: .. title:: CONFIG_NRF_CLOUD_AGPS .. kconfig:: CONFIG_NRF_CLOUD_AGPS CONFIG_NRF_CLOUD_AGPS ##################### *nRF Cloud Assisted GPS (A-GPS)* Type: ``bool`` Direct dependencies =================== \ :kconfig:`MODEM_INFO ` && \ :kconfig:`MODEM_INFO_ADD_NETWORK ` && \ :kconfig:`NRF_CLOUD ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that imply this symbol ============================== - \ :kconfig:`AGPS_SRC_NRF_CLOUD ` Kconfig definition ================== At ``/subsys/net/lib/nrf_cloud/Kconfig.nrf_cloud_agps:6`` Included via ``/Kconfig:8`` → ``/Kconfig.zephyr:31`` → ``/modules/Kconfig:6`` → ``/doc/_build/kconfig/Kconfig.modules:2`` → ``/Kconfig.nrf:54`` → ``/subsys/Kconfig:18`` → ``/subsys/net/Kconfig:8`` → ``/subsys/net/lib/Kconfig:8`` → ``/subsys/net/lib/nrf_cloud/Kconfig:24`` Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Networking → Application protocols → nRF Cloud Library .. code-block:: kconfig config NRF_CLOUD_AGPS bool "nRF Cloud Assisted GPS (A-GPS)" depends on MODEM_INFO && MODEM_INFO_ADD_NETWORK && NRF_CLOUD *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*