CONFIG_NRF9160_GPS_HANDLE_MODEM_CONFIGURATION

The GPS driver will handle modem configuration directly

Type: bool

Help

Disabling this will cause the GPS driver to do no modem configuration. This is useful if you need to remove the dependency on the at_cmd_host library from the GPS driver, but it will require that some other part of the application send the AT commands to configure the GPS properly.

Direct dependencies

!LWM2M_CARRIER && AT_CMD && AT_CMD_PARSER && NRF9160_GPS

(Includes any dependencies from ifs and menus.)

Default

  • y

Kconfig definition

At <nRF>/drivers/gps/nrf9160_gps/Kconfig:27

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:9<BuildDir>/Kconfig/Kconfig.modules:1<nRF>/Kconfig.nrf:27<nRF>/drivers/Kconfig:13<nRF>/drivers/gps/Kconfig:11

Menu path: (Top) → Modules → Nordic nRF Connect → Device Drivers → GPS Drivers → nRF9160 GPS driver [experimental]

config NRF9160_GPS_HANDLE_MODEM_CONFIGURATION
    bool "The GPS driver will handle modem configuration directly"
    default y
    depends on !LWM2M_CARRIER && AT_CMD && AT_CMD_PARSER && NRF9160_GPS
    help
      Disabling this will cause the GPS driver to do no modem
      configuration.  This is useful if you need to remove the
      dependency on the at_cmd_host library from the GPS driver,
      but it will require that some other part of the
      application send the AT commands to configure the GPS
      properly.

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