CONFIG_NRF9160_GPS_MAGPIO_STRING

MAGPIO string

Type: string

Direct dependencies

NRF9160_GPS_SET_MAGPIO && NRF9160_GPS_HANDLE_MODEM_CONFIGURATION && NRF9160_GPS

(Includes any dependencies from ifs and menus.)

Defaults

Kconfig definition

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

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:31<Zephyr>/modules/Kconfig:6<nRF>/doc/_build/kconfig/Kconfig.modules:2<nRF>/Kconfig.nrf:57<nRF>/drivers/Kconfig:14<nRF>/drivers/gps/Kconfig:11

Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Device Drivers → GPS Drivers → nRF9160 GPS driver [deprecated] → Let the driver set MAGPIO configuration

config NRF9160_GPS_MAGPIO_STRING
    string "MAGPIO string"
    default "AT%XMAGPIO=1,0,0,1,1,1565,1586" if BOARD_NRF9160DK_NRF9160_NS
    default "AT%XMAGPIO=1,1,1,7,1,746,803,2,698,748,2,1710,2200,3,824,894,4,880,960,5,791,849,7,1565,1586" if BOARD_THINGY91_NRF9160_NS
    depends on NRF9160_GPS_SET_MAGPIO && NRF9160_GPS_HANDLE_MODEM_CONFIGURATION && NRF9160_GPS

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