-
CONFIG_AGPS_SRC_SUPL
¶
Use SUPL as data source
Type: bool
Help¶
Note that a request for A-GPS data using SUPL service will block until
the data is received from the SUPL server, processed and written to
the GPS module.
Direct dependencies¶
NRF_MODEM_LIB
&& <choice: A-GPS data source>
(Includes any dependencies from ifs and menus.)
Symbols implied by this symbol¶
Kconfig definition¶
At <nRF>/lib/agps/Kconfig:29
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:9
Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Libraries → A-GPS library → A-GPS data source
config AGPS_SRC_SUPL
bool "Use SUPL as data source"
imply SUPL_CLIENT_LIB
depends on NRF_MODEM_LIB && <choice>
help
Note that a request for A-GPS data using SUPL service will block until
the data is received from the SUPL server, processed and written to
the GPS module.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)