-
CONFIG_NRF9160_GPS_COEX0_STRING
¶
COEX0 string
Type: string
Direct dependencies¶
NRF9160_GPS_SET_COEX0
&& NRF9160_GPS_HANDLE_MODEM_CONFIGURATION
&& NRF9160_GPS
(Includes any dependencies from ifs and menus.)
Defaults¶
“AT%XCOEX0=1,1,1565,1586” if (
BOARD_NRF9160DK_NRF9160NS
||BOARD_THINGY91_NRF9160NS
) &&NRF9160_GPS_ANTENNA_ONBOARD
“AT%XCOEX0” if (
BOARD_NRF9160DK_NRF9160NS
||BOARD_THINGY91_NRF9160NS
) &&NRF9160_GPS_ANTENNA_EXTERNAL
Kconfig definition¶
At <nRF>/drivers/gps/nrf9160_gps/Kconfig:92
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] → Let the driver set COEX0 configuration
config NRF9160_GPS_COEX0_STRING string "COEX0 string" default "AT%XCOEX0=1,1,1565,1586" if (BOARD_NRF9160DK_NRF9160NS
||BOARD_THINGY91_NRF9160NS
) &&NRF9160_GPS_ANTENNA_ONBOARD
default "AT%XCOEX0" if (BOARD_NRF9160DK_NRF9160NS
||BOARD_THINGY91_NRF9160NS
) &&NRF9160_GPS_ANTENNA_EXTERNAL
depends onNRF9160_GPS_SET_COEX0
&&NRF9160_GPS_HANDLE_MODEM_CONFIGURATION
&&NRF9160_GPS
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)